| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/internal/container/ |
| hashtab.d | 178 immutable nidx = hashOf(p._key) & nmask; 179 if (nidx != i) 182 p._next = _buckets[nidx]; 183 _buckets[nidx] = p; 208 immutable nidx = i & nmask; 209 auto pp = &_buckets[nidx];
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-lookup.c | 584 ctf_symidx_sort (ctf_dict_t *fp, uint32_t *idx, size_t *nidx, 596 *nidx = len / sizeof (uint32_t); 597 for (i = 0; i < *nidx; i++) 604 ctf_qsort_r (sorted, *nidx, sizeof (uint32_t), sort_symidx_by_name, &arg); 1025 size_t nidx; local 1061 nidx = fp->ctf_nfuncidx; 1082 nidx = fp->ctf_nobjtidx; 1088 idx = bsearch (&key, sxlate, nidx, sizeof (uint32_t), ctf_lookup_idx_name); 1097 if ((idx - sxlate) > (ptrdiff_t) nidx)
|
| ctf-serialize.c | 256 array of ctf_link_sym_t or symbol names passed in. The index has NIDX 263 ctf_link_sym_t **idx, const char **nameidx, uint32_t nidx, 271 "flags %i\n", size, outmax, nidx, flags); 282 for (i = 0; i < nidx; i++) 356 an array of symbol names passed in. Stop at NIDX. The linker-reported set 360 const char **idx, uint32_t nidx, int size, int flags) 367 "flags %i\n", size, nidx, flags); 382 for (i = 0; i < nidx; i++)
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-lookup.c | 584 ctf_symidx_sort (ctf_dict_t *fp, uint32_t *idx, size_t *nidx, 596 *nidx = len / sizeof (uint32_t); 597 for (i = 0; i < *nidx; i++) 604 ctf_qsort_r (sorted, *nidx, sizeof (uint32_t), sort_symidx_by_name, &arg); 1025 size_t nidx; local 1061 nidx = fp->ctf_nfuncidx; 1082 nidx = fp->ctf_nobjtidx; 1088 idx = bsearch (&key, sxlate, nidx, sizeof (uint32_t), ctf_lookup_idx_name); 1097 if ((idx - sxlate) > (ptrdiff_t) nidx)
|
| ctf-serialize.c | 250 array of ctf_link_sym_t or symbol names passed in. The index has NIDX 257 ctf_link_sym_t **idx, const char **nameidx, uint32_t nidx, 265 "flags %i\n", size, outmax, nidx, flags); 276 for (i = 0; i < nidx; i++) 350 an array of symbol names passed in. Stop at NIDX. The linker-reported set 354 const char **idx, uint32_t nidx, int size, int flags) 361 "flags %i\n", size, nidx, flags); 376 for (i = 0; i < nidx; i++)
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-lookup.c | 584 ctf_symidx_sort (ctf_dict_t *fp, uint32_t *idx, size_t *nidx, 596 *nidx = len / sizeof (uint32_t); 597 for (i = 0; i < *nidx; i++) 604 ctf_qsort_r (sorted, *nidx, sizeof (uint32_t), sort_symidx_by_name, &arg); 1025 size_t nidx; local 1061 nidx = fp->ctf_nfuncidx; 1082 nidx = fp->ctf_nobjtidx; 1088 idx = bsearch (&key, sxlate, nidx, sizeof (uint32_t), ctf_lookup_idx_name); 1097 if ((idx - sxlate) > (ptrdiff_t) nidx)
|
| ctf-serialize.c | 250 array of ctf_link_sym_t or symbol names passed in. The index has NIDX 257 ctf_link_sym_t **idx, const char **nameidx, uint32_t nidx, 265 "flags %i\n", size, outmax, nidx, flags); 276 for (i = 0; i < nidx; i++) 350 an array of symbol names passed in. Stop at NIDX. The linker-reported set 354 const char **idx, uint32_t nidx, int size, int flags) 361 "flags %i\n", size, nidx, flags); 376 for (i = 0; i < nidx; i++)
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-lookup.c | 584 ctf_symidx_sort (ctf_dict_t *fp, uint32_t *idx, size_t *nidx, 596 *nidx = len / sizeof (uint32_t); 597 for (i = 0; i < *nidx; i++) 604 ctf_qsort_r (sorted, *nidx, sizeof (uint32_t), sort_symidx_by_name, &arg); 1025 size_t nidx; local 1061 nidx = fp->ctf_nfuncidx; 1082 nidx = fp->ctf_nobjtidx; 1088 idx = bsearch (&key, sxlate, nidx, sizeof (uint32_t), ctf_lookup_idx_name); 1097 if ((idx - sxlate) > (ptrdiff_t) nidx)
|
| ctf-serialize.c | 256 array of ctf_link_sym_t or symbol names passed in. The index has NIDX 263 ctf_link_sym_t **idx, const char **nameidx, uint32_t nidx, 271 "flags %i\n", size, outmax, nidx, flags); 282 for (i = 0; i < nidx; i++) 356 an array of symbol names passed in. Stop at NIDX. The linker-reported set 360 const char **idx, uint32_t nidx, int size, int flags) 367 "flags %i\n", size, nidx, flags); 382 for (i = 0; i < nidx; i++)
|
| /src/external/mpl/bind/dist/lib/dns/ |
| stats.c | 391 /* Reset counters for new key (new index, nidx). */ 392 int nidx = num_keys * dnssecsign_block_size; local 393 isc_stats_set(stats->counters, kval, nidx); 394 isc_stats_set(stats->counters, 0, nidx + dns_dnssecsignstats_sign); 395 isc_stats_set(stats->counters, 0, nidx + dns_dnssecsignstats_refresh); 398 isc_stats_increment(stats->counters, nidx + operation);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| stats.c | 406 /* Reset counters for new key (new index, nidx). */ 407 int nidx = num_keys * dnssecsign_block_size; local 408 isc_stats_set(stats->counters, kval, nidx); 409 isc_stats_set(stats->counters, 0, (nidx + dns_dnssecsignstats_sign)); 410 isc_stats_set(stats->counters, 0, (nidx + dns_dnssecsignstats_refresh)); 413 isc_stats_increment(stats->counters, (nidx + operation));
|
| /src/sys/dev/ |
| midictl.c | 676 uint32_t oldlgcap, newlgcap, oidx, nidx; local 709 nidx = store_idx(newlgcap, newtbl, 711 newtbl[nidx] = s->table[oidx];
|
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| mmaptrace.c | 721 unsigned nidx = 0; local 726 prmap_t *newp = nidx < mapcache_entries ? 727 (prmap_t*) mapcache + nidx : NULL; 739 nidx++; 785 nidx++;
|
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| mmaptrace.c | 721 unsigned nidx = 0; local 726 prmap_t *newp = nidx < mapcache_entries ? 727 (prmap_t*) mapcache + nidx : NULL; 739 nidx++; 785 nidx++;
|
| /src/sys/arch/sun3/sun3x/ |
| pmap.c | 1650 u_short nidx; /* PV list index */ local 2020 nidx = pteidx(c_pte); 2022 pvebase[nidx].pve_next = pv->pv_idx; 2023 pv->pv_idx = nidx;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-lower-bitint.cc | 2668 tree nidx = idx; 2672 nidx = size_int (tree_to_uhwi (idx) + bo_idx); 2675 nidx = make_ssa_name (sizetype); 2676 g = gimple_build_assign (nidx, PLUS_EXPR, idx, 2784 nlhs ? nlhs : lhs, nidx, true); 2889 tree nidx = idx; 2893 nidx = size_int (tree_to_uhwi (idx) + bo_idx); 2896 nidx = make_ssa_name (sizetype); 2897 g = gimple_build_assign (nidx, PLUS_EXPR, idx, 2929 nlhs ? nlhs : lhs, nidx, true) [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/ |
| bconfig.c | 5927 int nidx; member in struct:delrec 6069 d->nidx = i; 6203 for (i=0; i < d->nidx; i++) { 6219 for (j=i+1; j < d->nidx; j++)
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| mtype.d | 6963 foreach (nidx; 0 .. tu.arguments.length) 6965 Parameter nextep = (*tu.arguments)[nidx];
|