Home
last modified time | relevance | path

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

/external/lzma/C/
DLzmaDec.c29 #define TREE_GET_BIT(probs, i) { GET_BIT2(probs + i, i, ;, ;); } macro
39 { i = 1; do { TREE_GET_BIT(probs, i); } while (i < limit); i -= limit; }
48 TREE_GET_BIT(probs, i); \
49 TREE_GET_BIT(probs, i); \
50 TREE_GET_BIT(probs, i); \
51 TREE_GET_BIT(probs, i); \
52 TREE_GET_BIT(probs, i); \
53 TREE_GET_BIT(probs, i); \
57 #define NORMAL_LITER_DEC TREE_GET_BIT(prob, symbol)
415 TREE_GET_BIT(probLen, len); in LZMA_DECODE_REAL()
[all …]
/external/u-boot/lib/lzma/
DLzmaDec.c30 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } macro
32 { i = 1; do { TREE_GET_BIT(probs, i); } while (i < limit); i -= limit; }
41 TREE_GET_BIT(probs, i); \
42 TREE_GET_BIT(probs, i); \
43 TREE_GET_BIT(probs, i); \
44 TREE_GET_BIT(probs, i); \
45 TREE_GET_BIT(probs, i); \
46 TREE_GET_BIT(probs, i); \