Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaDec.c64 #define GET_BIT_CHECK(p, i) GET_BIT2_CHECK(p, i, ; , ;) macro
66 { i = 1; do { GET_BIT_CHECK(probs + i, i) } while (i < limit); i -= limit; }
609 do { GET_BIT_CHECK(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_TryDummy()
756 GET_BIT_CHECK(prob + i, i); in LzmaDec_TryDummy()