Searched refs:GET_BIT2 (Results 1 – 1 of 1) sorted by relevance
/external/lzma/C/ |
D | LzmaDec.c | 22 #define GET_BIT2(p, i, A0, A1) IF_BIT_0(p) \ macro 25 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) 189 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit) in LzmaDec_DecodeReal() 314 GET_BIT2(prob + i, i, ; , distance |= mask); in LzmaDec_DecodeReal() 349 GET_BIT2(prob + i, i, ; , distance |= 1); in LzmaDec_DecodeReal() 350 GET_BIT2(prob + i, i, ; , distance |= 2); in LzmaDec_DecodeReal() 351 GET_BIT2(prob + i, i, ; , distance |= 4); in LzmaDec_DecodeReal() 352 GET_BIT2(prob + i, i, ; , distance |= 8); in LzmaDec_DecodeReal()
|