| /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/gdb/dist/gdb/testsuite/gdb.base/ |
| many-headers.c | 26 int ind, cnt; local 29 for (ind = 0; ind < cnt; ind++)
|
| /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/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...] |
| atolfp.c | 40 char *ind; local 71 while (*cp != '\0' && (ind = strchr(digits, *cp)) != NULL) { 73 dec_i += (u_long)(ind - digits); 82 && (ind = strchr(digits, *cp)) != NULL) { 85 dec_f += (u_long)(ind - digits);
|
| /src/external/bsd/jemalloc.old/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/games/trek/ |
| shield.c | 75 int ind; local 89 ind = CLOAK; 97 ind = SHIELD; 100 if (damaged(ind)) { 102 out(ind);
|
| /src/lib/libterminfo/ |
| ti.c | 41 ssize_t ind; local 48 ind = _ti_flagindex(id); 49 if (ind != -1) 50 return term->flags[ind]; 72 ssize_t ind; local 79 ind = _ti_numindex(id); 80 if (ind != -1) { 81 if (!VALID_NUMERIC(term->nums[ind])) 83 return term->nums[ind]; 109 ssize_t ind; local [all...] |
| /src/external/bsd/jemalloc/dist/test/unit/ |
| sz.c | 12 pszind_t ind = sz_psz2ind(psz); local 13 expect_zu_eq(ind, i, "Got %u as sz_psz2ind of %zu", ind, 44 pszind_t ind = sz_psz2ind(psz); local 45 sc_t gt_sc = data.sc[ind + base_ind]; 49 "Got %u as sz_psz2ind of %zu", ind, psz); 50 sc_t le_sc = data.sc[ind + base_ind + 1]; 54 "Got %u as sz_psz2ind of %zu", ind, psz);
|
| /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;)
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| sz.c | 12 pszind_t ind = sz_psz2ind(psz); local 13 expect_zu_eq(ind, i, "Got %u as sz_psz2ind of %zu", ind, 44 pszind_t ind = sz_psz2ind(psz); local 45 sc_t gt_sc = data.sc[ind + base_ind]; 49 "Got %u as sz_psz2ind of %zu", ind, psz); 50 sc_t le_sc = data.sc[ind + base_ind + 1]; 54 "Got %u as sz_psz2ind of %zu", ind, psz);
|
| /src/sys/opencrypto/ |
| criov.c | 129 int ind, len; local 131 ind = 0; 132 while (loc >= 0 && ind < uio->uio_iovcnt) { 133 len = uio->uio_iov[ind].iov_len; 136 return (ind); 139 ind++; 142 if (ind > 0 && loc == 0) { 143 ind--; 144 *off = uio->uio_iov[ind].iov_len; 145 return (ind); 155 int rval, ind, uiolen; local [all...] |
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| 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);
|
| jemalloc_internal_inlines_b.h | 75 unsigned ind = percpu_arena_choose(); local 76 if (arena_ind_get(ret) != ind) { 77 percpu_arena_update(tsd, ind);
|
| /src/external/bsd/jemalloc/dist/scripts/ |
| gen_run_tests.py | 64 ind = 0 variable 97 print("""cat <<EOF > run_test_%(ind)d.sh 104 echo "Error; see run_tests.out/run_test_%(ind)d.out/run_test.log" 114 echo "=> run_test_%(ind)d: %(config_line)s" 115 mkdir run_test_%(ind)d.out 116 cd run_test_%(ind)d.out 125 chmod 755 run_test_%(ind)d.sh""" % {'ind': ind, 'config_line': config_line, 127 ind += [all...] |
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| 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);
|
| jemalloc_internal_inlines_b.h | 75 unsigned ind = percpu_arena_choose(); local 76 if (arena_ind_get(ret) != ind) { 77 percpu_arena_update(tsd, ind);
|
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid128_round_integral.c | 43 int q, ind, shift; variable 227 ind = -exp; // 1 <= ind <= 34; ind is a synonym for 'x' 228 // chop off ind digits from the lower part of C1 231 if (ind <= 19) { 232 C1.w[0] = C1.w[0] + midpoint64[ind - 1]; 234 C1.w[0] = C1.w[0] + midpoint128[ind - 20].w[0]; 235 C1.w[1] = C1.w[1] + midpoint128[ind - 20].w[1]; 244 // kx = 10^(-x) = ten2mk128[ind - 1 [all...] |
| bid128_to_int32.c | 40 int q, ind, shift; variable 227 ind = q - 1; 228 if (ind <= 18) { // 0 <= ind <= 18 229 if ((C1.w[1] == 0) && (C1.w[0] <= midpoint64[ind])) { 236 } else { // 19 <= ind <= 33 237 if ((C1.w[1] < midpoint128[ind - 19].w[1]) 238 || ((C1.w[1] == midpoint128[ind - 19].w[1]) 239 && (C1.w[0] <= midpoint128[ind - 19].w[0]))) { 251 ind = -exp; // 1 <= ind <= 33; ind is a synonym for 'x [all...] |
| bid128_to_int64.c | 41 int q, ind, shift; variable 206 ind = q - 1; 207 if (ind <= 18) { // 0 <= ind <= 18 208 if ((C1.w[1] == 0) && (C1.w[0] <= midpoint64[ind])) { 215 } else { // 19 <= ind <= 33 216 if ((C1.w[1] < midpoint128[ind - 19].w[1]) 217 || ((C1.w[1] == midpoint128[ind - 19].w[1]) 218 && (C1.w[0] <= midpoint128[ind - 19].w[0]))) { 230 ind = -exp; // 1 <= ind <= 33; ind is a synonym for 'x [all...] |