Searched defs:pbMask (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/common/lzma/ | ||
H A D | LzmaDec.c | 154 unsigned pbMask = ((unsigned)1 << (p->prop.pb)) - 1; in LzmaDec_DecodeReal() local |
H A D | LzmaEnc.c | 319 unsigned lpMask, pbMask; member |