Home
last modified time | relevance | path

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

/external/chromium_org/third_party/lzma_sdk/
DLzmaDec.c22 #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()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.c23 #define GET_BIT2(p, i, A0, A1) IF_BIT_0(p) \ macro
26 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;)
190 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit) in LzmaDec_DecodeReal()
315 GET_BIT2(prob + i, i, ; , distance |= mask); in LzmaDec_DecodeReal()
350 GET_BIT2(prob + i, i, ; , distance |= 1); in LzmaDec_DecodeReal()
351 GET_BIT2(prob + i, i, ; , distance |= 2); in LzmaDec_DecodeReal()
352 GET_BIT2(prob + i, i, ; , distance |= 4); in LzmaDec_DecodeReal()
353 GET_BIT2(prob + i, i, ; , distance |= 8); in LzmaDec_DecodeReal()
/external/lzma/C/
DLzmaDec.c22 #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()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch846 +#define GET_BIT2(p, i, A0, A1) IF_BIT_0(p) \
849 +#define GET_BIT(p, i) GET_BIT2(p, i, ; , ;)
1013 + GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
1138 + GET_BIT2(prob + i, i, ; , distance |= mask);
1173 + GET_BIT2(prob + i, i, ; , distance |= 1);
1174 + GET_BIT2(prob + i, i, ; , distance |= 2);
1175 + GET_BIT2(prob + i, i, ; , distance |= 4);
1176 + GET_BIT2(prob + i, i, ; , distance |= 8);