Home
last modified time | relevance | path

Searched refs:tbits (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/sparc/v9/os/
H A Dv9dep.c331 uint64_t tbits; in setgregs() local
338 tbits = (((grp[REG_CCR] & TSTATE_CCR_MASK) << TSTATE_CCR_SHIFT) | in setgregs()
342 rp->r_tstate |= tbits; in setgregs()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c963 int j, abytes, tbytes, tbits; in token_equal() local
970 tbits = tlen & 7; in token_equal()
976 if (tbits == 0) in token_equal()
980 mask = 0xff >> (8 - tbits); in token_equal()