Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c321 int numDirectBits = (int)(((distance >> 1) - 1)); in LzmaDec_DecodeReal() local
325 distance <<= numDirectBits; in LzmaDec_DecodeReal()
335 while (--numDirectBits != 0); in LzmaDec_DecodeReal()
340 numDirectBits -= kNumAlignBits; in LzmaDec_DecodeReal()
362 while (--numDirectBits != 0); in LzmaDec_DecodeReal()
658 int numDirectBits = ((posSlot >> 1) - 1); in LzmaDec_TryDummy() local
664 prob = probs + SpecPos + ((2 | (posSlot & 1)) << numDirectBits) - posSlot - 1; in LzmaDec_TryDummy()
668 numDirectBits -= kNumAlignBits; in LzmaDec_TryDummy()
676 while (--numDirectBits != 0); in LzmaDec_TryDummy()
678 numDirectBits = kNumAlignBits; in LzmaDec_TryDummy()
[all …]