Searched defs:tbits (Results 1 - 2 of 2) sorted by relevance

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

Completed in 50 milliseconds