| /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/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/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/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/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/external/bsd/jemalloc/dist/test/unit/ |
| sz.c | 12 pszind_t ind = sz_psz2ind(psz); local 14 ind, i, "Got %u as sz_psz2ind of %zu", ind, psz); 43 pszind_t ind = sz_psz2ind(psz); local 44 sc_t gt_sc = data.sc[ind + base_ind]; 48 "Got %u as sz_psz2ind of %zu", ind, psz); 49 sc_t le_sc = data.sc[ind + base_ind + 1]; 53 "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/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/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...] |
| bid128_to_uint32.c | 41 int q, ind, shift; variable 230 ind = q - 1; 231 if (ind <= 18) { // 0 <= ind <= 18 232 if ((C1.w[1] == 0) && (C1.w[0] <= midpoint64[ind])) { 240 } else { // 19 <= ind <= 33 241 if ((C1.w[1] < midpoint128[ind - 19].w[1]) 242 || ((C1.w[1] == midpoint128[ind - 19].w[1]) 243 && (C1.w[0] <= midpoint128[ind - 19].w[0]))) { 263 ind = -exp; // 1 <= ind <= 33; ind is a synonym for 'x [all...] |
| bid128_to_uint64.c | 41 int q, ind, shift; variable 261 ind = q - 1; 262 if (ind <= 18) { // 0 <= ind <= 18 263 if ((C1.w[1] == 0) && (C1.w[0] <= midpoint64[ind])) { 271 } else { // 19 <= ind <= 33 272 if ((C1.w[1] < midpoint128[ind - 19].w[1]) 273 || ((C1.w[1] == midpoint128[ind - 19].w[1]) 274 && (C1.w[0] <= midpoint128[ind - 19].w[0]))) { 296 ind = -exp; // 1 <= ind <= 33; ind is a synonym for 'x [all...] |
| 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/ |
| 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...] |