| /src/usr.bin/xlint/common/ |
| lint.h | 127 extern ttab_t ttab[]; 132 return ttab + t;
|
| inittyp.c | 81 ttab_t ttab[NTSPEC] = { variable
|
| tyname.c | 157 const char *name = ttab[t].tt_name;
|
| /src/external/bsd/jemalloc.old/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/dist/src/ |
| ckh.c | 261 ckhc_t *tab, *ttab; local 291 ttab = ckh->tab; 293 tab = ttab; 314 ckhc_t *tab, *ttab; local 338 ttab = ckh->tab; 340 tab = ttab;
|
| /src/external/ibm-public/postfix/dist/src/postconf/ |
| extract.awk | 73 if (++ttab[$1 $2 $4 $5 $6 $7 $8 $9] == 1) {
|
| /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/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);
|
| /src/usr.bin/xlint/lint1/ |
| decl.c | 86 if (ttab[i].tt_rank_kind != RK_NONE) 87 ttab[i].tt_rank_value = 88 ttab[i].tt_size_in_bits; 90 ttab[BOOL].tt_rank_value = 1; 94 ttab[BOOL].tt_is_integer = false; 95 ttab[BOOL].tt_is_uinteger = false; 96 ttab[BOOL].tt_is_arithmetic = false;
|
| /src/usr.sbin/traceroute/ |
| traceroute.c | 1397 static const char *ttab[] = { local 1408 return ttab[t];
|