Searched refs:tbits (Results 1 – 3 of 3) sorted by relevance
283 uchar_t tbits; in stats_dbm_attrcache_addsize() local327 tbits = 1 << (gfileno % NBBY); in stats_dbm_attrcache_addsize()328 if (! (fgp->fg_bits[gfileno / NBBY] & tbits)) in stats_dbm_attrcache_addsize()330 fgp->fg_bits[gfileno / NBBY] |= tbits; in stats_dbm_attrcache_addsize()
331 uint64_t tbits; in setgregs() local338 tbits = (((grp[REG_CCR] & TSTATE_CCR_MASK) << TSTATE_CCR_SHIFT) | in setgregs()342 rp->r_tstate |= tbits; in setgregs()
963 int j, abytes, tbytes, tbits; in token_equal() local970 tbits = tlen & 7; in token_equal()976 if (tbits == 0) in token_equal()980 mask = 0xff >> (8 - tbits); in token_equal()