| /src/external/bsd/jemalloc/dist/src/ |
| prof_stats.c | 12 prof_stats_enter(tsd_t *tsd, szind_t ind) { 14 assert(ind < SC_NSIZES); 24 prof_stats_inc(tsd_t *tsd, szind_t ind, size_t size) { 26 prof_stats_enter(tsd, ind); 27 prof_stats_live[ind].req_sum += size; 28 prof_stats_live[ind].count++; 29 prof_stats_accum[ind].req_sum += size; 30 prof_stats_accum[ind].count++; 35 prof_stats_dec(tsd_t *tsd, szind_t ind, size_t size) { 37 prof_stats_enter(tsd, ind); [all...] |
| /src/sys/arch/ia64/stand/common/ |
| merge_help.awk | 13 ind = 0; 34 ind++; 35 if (ind == 1) 37 first = ind; 38 help[ind, "T"] = T; 39 help[ind, "S"] = S; 40 help[ind, "link"] = -1; 52 help[j, "link"] = ind; 53 help[ind, "link"] = -1; 55 help[ind, "link"] = i [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/fips/ |
| fipsindicator.c | 16 void ossl_FIPS_IND_init(OSSL_FIPS_IND *ind) 20 ossl_FIPS_IND_set_approved(ind); /* Assume we are approved by default */ 22 ind->settable[i] = OSSL_FIPS_IND_STATE_UNKNOWN; 25 void ossl_FIPS_IND_set_approved(OSSL_FIPS_IND *ind) 27 ind->approved = 1; 35 void ossl_FIPS_IND_set_settable(OSSL_FIPS_IND *ind, int id, int state) 42 ind->settable[id] = state; 45 int ossl_FIPS_IND_get_settable(const OSSL_FIPS_IND *ind, int id) 49 return ind->settable[id]; 58 int ossl_FIPS_IND_on_unapproved(OSSL_FIPS_IND *ind, int id [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| prof_stats.h | 12 void prof_stats_inc(tsd_t *tsd, szind_t ind, size_t size); 13 void prof_stats_dec(tsd_t *tsd, szind_t ind, size_t size); 14 void prof_stats_get_live(tsd_t *tsd, szind_t ind, prof_stats_t *stats); 15 void prof_stats_get_accum(tsd_t *tsd, szind_t ind, prof_stats_t *stats);
|
| ecache.h | 16 unsigned ind; member in struct:ecache_s 32 ecache_nextents_get(ecache_t *ecache, pszind_t ind) { 33 return eset_nextents_get(&ecache->eset, ind) + 34 eset_nextents_get(&ecache->guarded_eset, ind); 39 ecache_nbytes_get(ecache_t *ecache, pszind_t ind) { 40 return eset_nbytes_get(&ecache->eset, ind) + 41 eset_nbytes_get(&ecache->guarded_eset, ind); 46 return ecache->ind; 50 unsigned ind, bool delay_coalesce);
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| base_inlines.h | 6 return base->ind;
|
| prof_stats.h | 12 void prof_stats_inc(tsd_t *tsd, szind_t ind, size_t size); 13 void prof_stats_dec(tsd_t *tsd, szind_t ind, size_t size); 14 void prof_stats_get_live(tsd_t *tsd, szind_t ind, prof_stats_t *stats); 15 void prof_stats_get_accum(tsd_t *tsd, szind_t ind, prof_stats_t *stats);
|
| ecache.h | 16 unsigned ind; member in struct:ecache_s 32 ecache_nextents_get(ecache_t *ecache, pszind_t ind) { 33 return eset_nextents_get(&ecache->eset, ind) + 34 eset_nextents_get(&ecache->guarded_eset, ind); 39 ecache_nbytes_get(ecache_t *ecache, pszind_t ind) { 40 return eset_nbytes_get(&ecache->eset, ind) + 41 eset_nbytes_get(&ecache->guarded_eset, ind); 46 return ecache->ind; 50 unsigned ind, bool delay_coalesce);
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| base_inlines.h | 6 return base->ind;
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| base_inlines.h | 6 return base->ind;
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| many-headers.c | 26 int ind, cnt; local 29 for (ind = 0; ind < cnt; ind++)
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| many-headers.c | 26 int ind, cnt; local 29 for (ind = 0; ind < cnt; ind++)
|
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid_round.c | 126 int ind; local 145 ind = x - 1; // 0 <= ind <= 16 146 C = C + midpoint64[ind]; 147 // kx ~= 10^(-x), kx = Kx64[ind] * 2^(-Ex), 0 <= ind <= 16 150 __mul_64x64_to_128MACH (P128, C, Kx64[ind]); 154 shift = Ex64m64[ind]; // in [3, 56] 156 fstar.w[1] = P128.w[1] & mask64[ind]; 158 // the top Ex bits of 10^(-x) are T* = ten2mxtrunc64[ind], e.g 229 int ind; local 410 int ind; local 676 int ind; local [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid_round.c | 126 int ind; local 145 ind = x - 1; // 0 <= ind <= 16 146 C = C + midpoint64[ind]; 147 // kx ~= 10^(-x), kx = Kx64[ind] * 2^(-Ex), 0 <= ind <= 16 150 __mul_64x64_to_128MACH (P128, C, Kx64[ind]); 154 shift = Ex64m64[ind]; // in [3, 56] 156 fstar.w[1] = P128.w[1] & mask64[ind]; 158 // the top Ex bits of 10^(-x) are T* = ten2mxtrunc64[ind], e.g 229 int ind; local 410 int ind; local 676 int ind; local [all...] |
| /src/external/bsd/ntp/dist/libntp/ |
| hextolfp.c | 24 char *ind = NULL; local 40 (ind = strchr(digits, *cp)) != NULL) { 42 dec_i += ((ind - digits) > 15) 43 ? (u_long)(ind - digits - 6) 44 : (u_long)(ind - digits); 48 if ((cp - cpstart) < 8 || ind == NULL) 55 (ind = strchr(digits, *cp)) != NULL) { 57 dec_f += ((ind - digits) > 15) 58 ? (u_long)(ind - digits - 6) 59 : (u_long)(ind - digits) [all...] |
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| DbeCacheMap.h | 56 int ind = get_hash (key); local 57 table[ind].key = key; 58 table[ind].value = val; 64 int ind = get_hash (key); local 65 if (table[ind].key == key) 66 return table[ind].value; 73 int ind = get_hash (key); local 74 ITEM *v = table[ind].value; 75 table[ind].value = (ITEM *) NULL;
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| DbeCacheMap.h | 56 int ind = get_hash (key); local 57 table[ind].key = key; 58 table[ind].value = val; 64 int ind = get_hash (key); local 65 if (table[ind].key == key) 66 return table[ind].value; 73 int ind = get_hash (key); local 74 ITEM *v = table[ind].value; 75 table[ind].value = (ITEM *) NULL;
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| prof_stats.c | 6 test_combinations(szind_t ind, size_t sizes_array[N_PTRS], 13 if (ind < SC_NBINS) { 15 "prof.stats.bins.%u.live", (unsigned)ind); 17 "prof.stats.bins.%u.accum", (unsigned)ind); 20 "prof.stats.lextents.%u.live", (unsigned)(ind - SC_NBINS)); 22 "prof.stats.lextents.%u.accum", (unsigned)(ind - SC_NBINS)); 46 assert(TEST_MALLOC_SIZE(p) == sz_index2size(ind)); 93 test_szind_wrapper(szind_t ind) { 96 for (size_t i = 0, sz = sz_index2size(ind) - N_PTRS; i < N_PTRS; 101 test_combinations(ind, sizes_array, flags_array) [all...] |
| /src/external/bsd/jemalloc/dist/test/analyze/ |
| sizes.c | 18 size_t ind = 0; local 20 while (sz >= 1024 && ind < sizes_max - 1) { 22 ind++; 24 if (ind == 0) { 27 printf("%-20s: %f %s\n", name, sz, sizes[ind]);
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| xatexit.c | 52 int ind; /* next index in this table */ member in struct:xatexit 76 if (p->ind >= XATEXIT_SIZE) 80 p->ind = 0; 84 p->fns[p->ind++] = fn; 97 for (n = p->ind; --n >= 0;)
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| xatexit.c | 52 int ind; /* next index in this table */ member in struct:xatexit 76 if (p->ind >= XATEXIT_SIZE) 80 p->ind = 0; 84 p->fns[p->ind++] = fn; 97 for (n = p->ind; --n >= 0;)
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| xatexit.c | 52 int ind; /* next index in this table */ member in struct:xatexit 76 if (p->ind >= XATEXIT_SIZE) 80 p->ind = 0; 84 p->fns[p->ind++] = fn; 97 for (n = p->ind; --n >= 0;)
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| xatexit.c | 52 int ind; /* next index in this table */ member in struct:xatexit 76 if (p->ind >= XATEXIT_SIZE) 80 p->ind = 0; 84 p->fns[p->ind++] = fn; 97 for (n = p->ind; --n >= 0;)
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| xatexit.c | 52 int ind; /* next index in this table */ member in struct:xatexit 76 if (p->ind >= XATEXIT_SIZE) 80 p->ind = 0; 84 p->fns[p->ind++] = fn; 97 for (n = p->ind; --n >= 0;)
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| xatexit.c | 52 int ind; /* next index in this table */ member in struct:xatexit 76 if (p->ind >= XATEXIT_SIZE) 80 p->ind = 0; 84 p->fns[p->ind++] = fn; 97 for (n = p->ind; --n >= 0;)
|