Searched refs:GET_BIT_CHECK (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/lib/lzma/ |
D | LzmaDec.c | 58 #define GET_BIT_CHECK(p, i) GET_BIT2_CHECK(p, i, ; , ;) macro 60 { i = 1; do { GET_BIT_CHECK(probs + i, i) } while (i < limit); i -= limit; } 544 do { GET_BIT_CHECK(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_TryDummy() 691 GET_BIT_CHECK(prob + i, i); in LzmaDec_TryDummy()
|
/external/lzma/C/ |
D | LzmaDec.c | 75 #define GET_BIT_CHECK(p, i) GET_BIT2_CHECK(p, i, ; , ;) macro 77 { i = 1; do { GET_BIT_CHECK(probs + i, i) } while (i < limit); i -= limit; } 691 do { GET_BIT_CHECK(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_TryDummy()
|