Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c15 #define kBitModelTotal (1 << kNumBitModelTotalBits) macro
23 #define UPDATE_0(p) range = bound; *(p) = (CLzmaProb)(ttt + ((kBitModelTotal - ttt) >> kNumMoveBits…
739 probs[i] = kBitModelTotal >> 1; in LzmaDec_InitStateReal()