Searched refs:pbMask (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c319 unsigned lpMask, pbMask; member in struct:_CLzmaEnc
1029 posState = (position & p->pbMask);
1241 posState = (position & p->pbMask);
1302 UInt32 posStateNext = (position + 1) & p->pbMask;
1373 UInt32 posStateNext = (position + lenTest) & p->pbMask;
1380 posStateNext = (position + lenTest + 1) & p->pbMask;
1463 UInt32 posStateNext = (position + lenTest) & p->pbMask;
1469 posStateNext = (posStateNext + 1) & p->pbMask;
1648 WriteEndMarker(p, nowPos & p->pbMask);
1799 posState = nowPos32 & p->pbMask;
[all...]
H A DLzmaDec.c154 unsigned pbMask = ((unsigned)1 << (p->prop.pb)) - 1; local
175 unsigned posState = processedPos & pbMask;

Completed in 66 milliseconds