Home
last modified time | relevance | path

Searched refs:lmask (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/zmod/
H A Dinffast.c90 unsigned lmask; /* mask for first level of length codes */ local
117 lmask = (1U << state->lenbits) - 1;
129 this = lcode[hold & lmask];
/titanic_50/usr/src/cmd/compress/
H A Dcompress.c261 static char_type lmask[9] = variable
1182 *bp = (*bp & rmask[r_off]) | (code << r_off) & lmask[r_off]; in output()
/titanic_50/usr/src/uts/common/os/
H A Dsig.c2252 k_sigset_t lmask; /* local copy of cantmask */ in sigintr() local
2293 lmask = cantmask; in sigintr()
2294 sigdiffset(&lmask, smask); in sigintr()
2295 sigdiffset(&curthread->t_hold, &lmask); in sigintr()