| /src/external/gpl3/gdb.old/dist/gdb/nat/ |
| riscv-linux-tdesc.c | 38 struct riscv_gdbarch_features features; local 43 features.xlen = sizeof (elf_greg_t); 46 features.flen = 0; 77 features.flen = flen; 81 return features;
|
| /src/external/gpl3/gdb/dist/gdb/nat/ |
| riscv-linux-tdesc.c | 38 struct riscv_gdbarch_features features; local 43 features.xlen = sizeof (elf_greg_t); 46 features.flen = 0; 77 features.flen = flen; 81 return features;
|
| /src/sys/dev/ata/ |
| satafis_subr.c | 105 uint16_t count, features; local 109 features = 0; 120 atacmd_toncq(xfer, &fis[rhd_command], &count, &features, 126 fis[rhd_features0] = (features >> 0) & 0xff; 136 fis[rhd_features1] = (features >> 8) & 0xff;
|
| /src/sys/dev/pci/ |
| siop_pci_common.h | 34 int features; /* features are defined in siopvar.h */ member in struct:siop_product_desc
|
| /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/ |
| disassemble.c | 37 static void do_disassemble(const char *triple, const char *features, 39 LLVMDisasmContextRef D = LLVMCreateDisasmCPUFeatures(triple, "", features, 69 const char *features = tokens[1]; local 72 printf("triple: %s, features: %s\n", triple, features); 73 if (!strcmp(features, "NULL")) 74 features = ""; 83 do_disassemble(triple, features, disbuf, disbuflen);
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| tdesc.h | 40 /* XML features in this target description. */ 41 std::vector<tdesc_feature_up> features; member in struct:final 49 response to qXfer:features:read. Its contents can either be
|
| linux-riscv-low.cc | 88 const riscv_gdbarch_features features local 90 target_desc_up tdesc = riscv_create_target_description (features);
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| tdesc.h | 40 /* XML features in this target description. */ 41 std::vector<tdesc_feature_up> features; member in struct:final 49 response to qXfer:features:read. Its contents can either be
|
| /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/ |
| __init__.py | 15 from . import algorithms, autoconf, basic, dirs, features, openssl, ports namespace 24 "features", 33 features.init_features()
|
| /src/sys/external/bsd/drm2/dist/drm/virtio/ |
| virtgpu_drv.c | 161 static unsigned int features[] = { variable 173 .feature_table = features, 174 .feature_table_size = ARRAY_SIZE(features),
|
| /src/external/gpl3/binutils/dist/bfd/ |
| cpu-m68k.c | 48 /* Various combinations of CF architecture features */ 113 architectural features are supported. */ 162 /* Return the architectural features supported by MACH */ 174 architectural features. We find the machine with the smallest 175 number of additional features. If there is no such machine, we 176 find the one with the smallest number of missing features. */ 178 int bfd_m68k_features_to_mach (unsigned features) 190 if (m68k_arch_features[ix] == features) 192 this_extra = bit_count (m68k_arch_features[ix] & ~features); 199 this_missing = bit_count (features & ~m68k_arch_features[ix]) 230 unsigned features = (bfd_m68k_mach_to_features (a->mach) local [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| cpu-m68k.c | 48 /* Various combinations of CF architecture features */ 113 architectural features are supported. */ 162 /* Return the architectural features supported by MACH */ 174 architectural features. We find the machine with the smallest 175 number of additional features. If there is no such machine, we 176 find the one with the smallest number of missing features. */ 178 int bfd_m68k_features_to_mach (unsigned features) 190 if (m68k_arch_features[ix] == features) 192 this_extra = bit_count (m68k_arch_features[ix] & ~features); 199 this_missing = bit_count (features & ~m68k_arch_features[ix]) 230 unsigned features = (bfd_m68k_mach_to_features (a->mach) local [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| cpu-m68k.c | 48 /* Various combinations of CF architecture features */ 113 architectural features are supported. */ 162 /* Return the architectural features supported by MACH */ 174 architectural features. We find the machine with the smallest 175 number of additional features. If there is no such machine, we 176 find the one with the smallest number of missing features. */ 178 int bfd_m68k_features_to_mach (unsigned features) 190 if (m68k_arch_features[ix] == features) 192 this_extra = bit_count (m68k_arch_features[ix] & ~features); 199 this_missing = bit_count (features & ~m68k_arch_features[ix]) 230 unsigned features = (bfd_m68k_mach_to_features (a->mach) local [all...] |
| /src/external/public-domain/xz/dist/src/liblzma/common/ |
| filter_common.c | 36 } features[] = { variable in typeref:struct:__anon24594 155 for (j = 0; src[i].id != features[j].id; ++j) { 156 if (features[j].id == LZMA_VLI_UNKNOWN) { 163 dest[i].options = lzma_alloc(features[j].options_size, 171 features[j].options_size); 215 for (j = 0; filters[i].id != features[j].id; ++j) 216 if (features[j].id == LZMA_VLI_UNKNOWN) 224 non_last_ok = features[j].non_last_ok; 225 last_ok = features[j].last_ok; 226 changes_size_count += features[j].changes_size [all...] |
| /src/external/gpl3/gdb/dist/bfd/ |
| cpu-m68k.c | 48 /* Various combinations of CF architecture features */ 113 architectural features are supported. */ 162 /* Return the architectural features supported by MACH */ 174 architectural features. We find the machine with the smallest 175 number of additional features. If there is no such machine, we 176 find the one with the smallest number of missing features. */ 178 int bfd_m68k_features_to_mach (unsigned features) 190 if (m68k_arch_features[ix] == features) 192 this_extra = bit_count (m68k_arch_features[ix] & ~features); 199 this_missing = bit_count (features & ~m68k_arch_features[ix]) 230 unsigned features = (bfd_m68k_mach_to_features (a->mach) local [all...] |
| /src/sys/arch/ia64/ia64/ |
| cpu.c | 116 uint64_t features, tmp; local 182 features = ia64_get_cpuid(4); 199 snprintb(bitbuf, sizeof(bitbuf), IA64_FEATURES_BITMASK, features); 200 aprint_normal_dev(sc->sc_dev, "Features %s\n", bitbuf);
|
| /src/sys/compat/netbsd32/ |
| netbsd32_lwp.c | 289 syscallarg(int) features; 293 int error, features; local 296 features = SCARG(uap, features); 297 features &= ~(LWPCTL_FEATURE_CURCPU | LWPCTL_FEATURE_PCTR); 298 if (features != 0)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| riscv-linux-nat.c | 206 const struct riscv_gdbarch_features features local 208 return riscv_lookup_target_description (features);
|
| aarch64-fbsd-tdep.c | 203 aarch64_features features; local 204 features.tls = tls != nullptr? 1 : 0; 206 return aarch64_read_description (features);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| riscv-linux-nat.c | 206 const struct riscv_gdbarch_features features local 208 return riscv_lookup_target_description (features);
|
| aarch64-fbsd-tdep.c | 203 aarch64_features features; local 204 features.tls = tls != nullptr? 1 : 0; 206 return aarch64_read_description (features);
|
| /src/sys/sys/ |
| ataio.h | 12 u_char features; /* feature modifier bits for command */ member in struct:atareq
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| options.c | 42 static const LDAPAPIFeatureInfo features[] = { variable 150 if(features[0].ldapaif_name == NULL) { 155 sizeof(features)/sizeof(LDAPAPIFeatureInfo)); 161 for(i=0; features[i].ldapaif_name != NULL; i++) { 163 LDAP_STRDUP(features[i].ldapaif_name); 169 if ( features[i].ldapaif_name != NULL ) { 379 for(i=0; features[i].ldapaif_name != NULL; i++) { 380 if(!strcmp(info->ldapaif_name, features[i].ldapaif_name)) { 382 features[i].ldapaif_version;
|
| /src/external/cddl/osnet/dist/lib/libzfs/common/ |
| libzfs_config.c | 228 * Retrieves a list of enabled features and their refcounts and caches it in 234 nvlist_t *config, *features; local 252 &features) != 0) 255 return (features);
|
| /src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| hwasan_fuchsia.cpp | 18 #include <zircon/features.h> 192 uint32_t features = 0; local 193 CHECK_EQ(zx_system_get_features(ZX_FEATURE_KIND_ADDRESS_TAGGING, &features), 195 if (!(features & ZX_ARM64_FEATURE_ADDRESS_TAGGING_TBI) &&
|