Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c314 int numDirectBits = (int)(((distance >> 1) - 1)); in LzmaDec_DecodeReal() local
318 distance <<= numDirectBits; in LzmaDec_DecodeReal()
331 while (--numDirectBits != 0); in LzmaDec_DecodeReal()
336 numDirectBits -= kNumAlignBits; in LzmaDec_DecodeReal()
361 while (--numDirectBits != 0); in LzmaDec_DecodeReal()
665 int numDirectBits = ((posSlot >> 1) - 1); in LzmaDec_TryDummy() local
671 prob = probs + SpecPos + ((2 | (posSlot & 1)) << numDirectBits) - posSlot - 1; in LzmaDec_TryDummy()
675 numDirectBits -= kNumAlignBits; in LzmaDec_TryDummy()
683 while (--numDirectBits != 0); in LzmaDec_TryDummy()
685 numDirectBits = kNumAlignBits; in LzmaDec_TryDummy()
[all …]