Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c275 IF_BIT_0(probLen) in LzmaDec_DecodeReal()
277 UPDATE_0(probLen); in LzmaDec_DecodeReal()
284 UPDATE_1(probLen); in LzmaDec_DecodeReal()
285 probLen = prob + LenChoice2; in LzmaDec_DecodeReal()
286 IF_BIT_0(probLen) in LzmaDec_DecodeReal()
288 UPDATE_0(probLen); in LzmaDec_DecodeReal()
295 UPDATE_1(probLen); in LzmaDec_DecodeReal()
296 probLen = prob + LenHigh; in LzmaDec_DecodeReal()
626 IF_BIT_0_CHECK(probLen) in LzmaDec_TryDummy()
637 IF_BIT_0_CHECK(probLen) in LzmaDec_TryDummy()
[all …]