| /src/usr.bin/xlint/common/ |
| inittyp.c | 81 ttab_t ttab[NTSPEC] = { variable
|
| /src/external/bsd/jemalloc/dist/src/ |
| ckh.c | 258 ckhc_t *tab, *ttab; local 289 ttab = ckh->tab; 291 tab = ttab; 312 ckhc_t *tab, *ttab; local 336 ttab = ckh->tab; 338 tab = ttab;
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| ckh.c | 259 ckhc_t *tab, *ttab; local 289 ttab = ckh->tab; 291 tab = ttab; 312 ckhc_t *tab, *ttab; local 336 ttab = ckh->tab; 338 tab = ttab;
|
| /src/external/gpl3/gcc/dist/libquadmath/strtod/ |
| strtod_l.c | 1230 const struct mp_power *ttab = &_fpioconst_pow10[0]; 1236 size_t size = ttab->arraysize - _FPIO_CONST_OFFSET; 1244 if (numsize >= ttab->arraysize - _FPIO_CONST_OFFSET) 1246 &__tens[ttab->arrayoff 1250 cy = mpn_mul (pdest, &__tens[ttab->arrayoff 1259 ++ttab; 1375 const struct mp_power *ttab = &_fpioconst_pow10[0]; 1444 densize = ttab->arraysize - _FPIO_CONST_OFFSET; 1445 memcpy (psrc, &__tens[ttab->arrayoff + _FPIO_CONST_OFFSET], 1450 cy = mpn_mul (pdest, &__tens[ttab->arrayof 1228 const struct mp_power *ttab = &_fpioconst_pow10[0]; local 1373 const struct mp_power *ttab = &_fpioconst_pow10[0]; local [all...] |
| /src/external/gpl3/gcc.old/dist/libquadmath/strtod/ |
| strtod_l.c | 1230 const struct mp_power *ttab = &_fpioconst_pow10[0]; 1236 size_t size = ttab->arraysize - _FPIO_CONST_OFFSET; 1244 if (numsize >= ttab->arraysize - _FPIO_CONST_OFFSET) 1246 &__tens[ttab->arrayoff 1250 cy = mpn_mul (pdest, &__tens[ttab->arrayoff 1259 ++ttab; 1375 const struct mp_power *ttab = &_fpioconst_pow10[0]; 1444 densize = ttab->arraysize - _FPIO_CONST_OFFSET; 1445 memcpy (psrc, &__tens[ttab->arrayoff + _FPIO_CONST_OFFSET], 1450 cy = mpn_mul (pdest, &__tens[ttab->arrayof 1228 const struct mp_power *ttab = &_fpioconst_pow10[0]; local 1373 const struct mp_power *ttab = &_fpioconst_pow10[0]; local [all...] |
| /src/usr.sbin/traceroute/ |
| traceroute.c | 1397 static const char *ttab[] = { local 1408 return ttab[t];
|
| /src/external/lgpl3/gmp/dist/tune/ |
| tuneup.c | 915 double t, ttab[MAX_REPS]; local 924 ttab[i] = speed_endtime (); 927 t = median (ttab, n_measurements); 2075 double ttab[n_measurements], tk, tkp1; local 2131 ttab[i] = speed_endtime (); 2133 tk = median (ttab, n_measurements); 2141 ttab[i] = speed_endtime (); 2143 tkp1 = median (ttab, n_measurements);
|