Lines Matching defs:i
25 #define GET_BIT2(p, i, A0, A1) IF_BIT_0(p) \ argument
28 #define GET_BIT(p, i) GET_BIT2(p, i, ; , ;) argument
30 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } argument
31 #define TREE_DECODE(probs, limit, i) \ argument
37 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) argument
39 #define TREE_6_DECODE(probs, i) \ argument
55 #define GET_BIT2_CHECK(p, i, A0, A1) IF_BIT_0_CHECK(p) \ argument
58 #define GET_BIT_CHECK(p, i) GET_BIT2_CHECK(p, i, ; , ;) argument
59 #define TREE_DECODE_CHECK(probs, limit, i) \ argument
322 unsigned i = 1; in LzmaDec_DecodeReal() local
365 unsigned i = 1; in LzmaDec_DecodeReal() local
688 unsigned i = 1; in LzmaDec_TryDummy() local
736 UInt32 i; in LzmaDec_InitStateReal() local