Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0011-lzma-Make-sure-we-don-t-dereference-past-array.patch42 - RcTree_Encode(&p->rc, p->posSlotEncoder[GetLenToPosState(len)], kNumPosSlotBits, posSlot);
49 + RcTree_Encode(&p->rc, p->posSlotEncoder[lenToPosState], kNumPosSlotBits, posSlot);
/OK3568_Linux_fs/u-boot/lib/lzma/
H A DLzmaDec.c88 #define kNumPosSlotBits 6 macro
104 #define SpecPos (PosSlot + (kNumLenToPosStates << kNumPosSlotBits))
309 ((len < kNumLenToPosStates ? len : kNumLenToPosStates - 1) << kNumPosSlotBits); in LzmaDec_DecodeReal()
661 kNumPosSlotBits); in LzmaDec_TryDummy()
662 TREE_DECODE_CHECK(prob, 1 << kNumPosSlotBits, posSlot); in LzmaDec_TryDummy()