| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| dst_result.c | 47 static const char *ids[DST_R_NRESULTS] = { variable 88 ids, DST_RESULT_RESULTSET);
|
| result.c | 184 static const char *ids[DNS_R_NRESULTS] = { variable 372 ids, DNS_RESULT_RESULTSET);
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| pk11_result.c | 31 static const char *ids[PK11_R_NRESULTS] = { variable 53 ids, PK11_RESULT_RESULTSET);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| info-threads-options.c | 61 int ids[NUM]; local 67 ids[i] = i; 68 pthread_create (&threads[i], NULL, work, &ids[i]);
|
| /src/sys/arch/macppc/macppc/ |
| autoconf.c | 50 uint32_t ids[4]; local 59 int len = OF_getprop(phandle, "hwsensor-id", ids, sizeof(ids)); 94 * Yes, array index instead if ids[i]. The old
|
| /src/sys/crypto/chacha/arch/arm/ |
| chacha_neon_impl.c | 140 struct aarch64_sysctl_cpu_id ids; local 142 id = &ids; 143 idlen = sizeof ids; 146 if (idlen != sizeof ids)
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_stackdepot_test.cc | 73 u32 ids[4] = {0}; local 78 ids[0] = StackDepotPut(s1); 79 ids[1] = StackDepotPut(s2); 80 ids[2] = StackDepotPut(s3); 81 ids[3] = StackDepotPut(s4); 86 StackTrace stack = StackDepotGet(ids[i]); 87 StackTrace from_map = map.Get(ids[i]);
|
| /src/crypto/external/bsd/heimdal/dist/kuser/ |
| kswitch.c | 73 krb5_ccache *ids = NULL; local 110 ids = erealloc(ids, (len + 1) * sizeof(ids[0])); 111 ids[len] = id; 127 id = ids[i - 1]; 128 ids[i - 1] = NULL; 133 if (ids[i]) 134 krb5_cc_close(heimtools_context, ids[i]); 135 free(ids); [all...] |
| /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| TransAPIUses.cpp | 40 IdentifierTable &ids = Pass.Ctx.Idents; local 41 getReturnValueSel = sels.getUnarySelector(&ids.get("getReturnValue")); 42 setReturnValueSel = sels.getUnarySelector(&ids.get("setReturnValue")); 45 selIds[0] = &ids.get("getArgument"); 46 selIds[1] = &ids.get("atIndex"); 48 selIds[0] = &ids.get("setArgument"); 51 zoneSel = sels.getNullarySelector(&ids.get("zone"));
|
| /src/external/mit/isl/dist/ |
| isl_space_private.h | 23 isl_id **ids; member in struct:isl_space
|
| isl_vertices_private.h | 49 int *ids; member in struct:isl_cell
|
| /src/sys/crypto/aes/arch/arm/ |
| aes_neon_impl.c | 193 struct aarch64_sysctl_cpu_id ids; local 195 id = &ids; 196 idlen = sizeof ids; 199 if (idlen != sizeof ids)
|
| aes_armv8.c | 291 struct aarch64_sysctl_cpu_id ids; local 293 id = &ids; 294 idlen = sizeof ids; 297 if (idlen != sizeof ids)
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_ids.h | 71 struct amdgpu_vmid ids[AMDGPU_NUM_VMID]; member in struct:amdgpu_vmid_mgr
|
| /src/sys/dev/isa/ |
| isadmavar.h | 85 struct isa_dma_state *ids; member in struct:isa_mem
|
| /src/sys/kern/ |
| subr_interrupt.c | 130 intrid_t *ids; local 155 ids = ii_handler->iih_intrids; 157 error = interrupt_distribute_handler(ids[i], cpuset, NULL); 216 intrid_t *ids; local 239 ids = ii_handler->iih_intrids; 250 strncpy(illine->ill_intrid, ids[intr_idx], INTRIDBUF); 251 interrupt_get_devname(ids[intr_idx], devname, sizeof(devname)); 254 interrupt_get_assigned(ids[intr_idx], assigned); 262 interrupt_get_count(ids[intr_idx], cpu_idx);
|
| /src/crypto/external/bsd/openssh/dist/ |
| sftp-usergroup.c | 138 has_id(u_int id, u_int *ids, u_int nids) 147 if (ids[i] == id) 156 u_int id, i, n = 0, *ids = NULL; local 178 if (has_id(id, ids, n)) 180 ids = xrecallocarray(ids, n, n + 1, sizeof(*ids)); 181 ids[n++] = id; 183 *idsp = ids; 205 u_int id, i, n = 0, *ids = NULL local [all...] |
| /src/external/apache2/llvm/dist/clang/docs/tools/ |
| dump_ast_matchers.py | 31 # pop-up. ids[name] keeps track of those ids. 32 ids = collections.defaultdict(int) variable 118 matcher_id = '%s%d' % (name, ids[name]) 119 ids[name] += 1
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| VforkChecker.cpp | 100 const char *ids[] = { local 114 for (const char **id = ids; *id; ++id)
|
| /src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| parser.cpp | 67 std::map< int, const cmdline::base_option* > ids; member in struct:__anon6981::getopt_data 106 data.ids[id] = option; 352 id = data.ids.find(ch); 353 INV(id != data.ids.end());
|
| /src/external/bsd/openldap/dist/libraries/liblmdb/ |
| midl.c | 36 unsigned mdb_midl_search( MDB_IDL ids, MDB_ID id ) 39 * binary search of id in ids 46 unsigned n = ids[0]; 51 val = CMP( ids[cursor], id ); 72 int mdb_midl_insert( MDB_IDL ids, MDB_ID id ) 76 x = mdb_midl_search( ids, id ); 84 if ( x <= ids[0] && ids[x] == id ) { 90 if ( ++ids[0] >= MDB_IDL_DB_MAX ) { 92 --ids[0] 108 MDB_IDL ids = malloc((num+2) * sizeof(MDB_ID)); local 124 MDB_IDL ids = *idp; local 147 MDB_IDL ids = *idp; local 161 MDB_IDL ids = *idp; local 175 MDB_IDL ids = *idp; local 189 MDB_ID *ids = *idp, len = ids[0]; local [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| irix-core.c | 174 struct idesc *idg, *idf, *ids; local 229 ids = &coreout.c_idesc[I_SPECREGS]; 232 || idf->i_offset + idf->i_len != ids->i_offset) 240 idg->i_len + idf->i_len + ids->i_len,
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| irix-core.c | 174 struct idesc *idg, *idf, *ids; local 229 ids = &coreout.c_idesc[I_SPECREGS]; 232 || idf->i_offset + idf->i_len != ids->i_offset) 240 idg->i_len + idf->i_len + ids->i_len,
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| irix-core.c | 174 struct idesc *idg, *idf, *ids; local 229 ids = &coreout.c_idesc[I_SPECREGS]; 232 || idf->i_offset + idf->i_len != ids->i_offset) 240 idg->i_len + idf->i_len + ids->i_len,
|
| /src/external/gpl3/gdb/dist/bfd/ |
| irix-core.c | 174 struct idesc *idg, *idf, *ids; local 229 ids = &coreout.c_idesc[I_SPECREGS]; 232 || idf->i_offset + idf->i_len != ids->i_offset) 240 idg->i_len + idf->i_len + ids->i_len,
|