OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_BIT2
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/lzma_sdk/
LzmaDec.c
22
#define
GET_BIT2
(p, i, A0, A1) IF_BIT_0(p) \
25
#define GET_BIT(p, i)
GET_BIT2
(p, i, ; , ;)
189
GET_BIT2
(probLit, symbol, offs &= ~bit, offs &= bit)
314
GET_BIT2
(prob + i, i, ; , distance |= mask);
349
GET_BIT2
(prob + i, i, ; , distance |= 1);
350
GET_BIT2
(prob + i, i, ; , distance |= 2);
351
GET_BIT2
(prob + i, i, ; , distance |= 4);
352
GET_BIT2
(prob + i, i, ; , distance |= 8);
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.c
23
#define
GET_BIT2
(p, i, A0, A1) IF_BIT_0(p) \
26
#define GET_BIT(p, i)
GET_BIT2
(p, i, ; , ;)
190
GET_BIT2
(probLit, symbol, offs &= ~bit, offs &= bit)
315
GET_BIT2
(prob + i, i, ; , distance |= mask);
350
GET_BIT2
(prob + i, i, ; , distance |= 1);
351
GET_BIT2
(prob + i, i, ; , distance |= 2);
352
GET_BIT2
(prob + i, i, ; , distance |= 4);
353
GET_BIT2
(prob + i, i, ; , distance |= 8);
/external/lzma/C/
LzmaDec.c
22
#define
GET_BIT2
(p, i, A0, A1) IF_BIT_0(p) \
25
#define GET_BIT(p, i)
GET_BIT2
(p, i, ; , ;)
189
GET_BIT2
(probLit, symbol, offs &= ~bit, offs &= bit)
314
GET_BIT2
(prob + i, i, ; , distance |= mask);
349
GET_BIT2
(prob + i, i, ; , distance |= 1);
350
GET_BIT2
(prob + i, i, ; , distance |= 2);
351
GET_BIT2
(prob + i, i, ; , distance |= 4);
352
GET_BIT2
(prob + i, i, ; , distance |= 8);
Completed in 29 milliseconds