Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c12 #define kTopValue ((UInt32)1 << kNumTopBits) macro
20 #define NORMALIZE if (range < kTopValue) { range <<= 8; code = (code << 8) | (*buf++); }
50 #define NORMALIZE_CHECK if (range < kTopValue) { if (buf >= bufLimit) return DUMMY_ERROR; range <<=…