Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c34 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } macro
36 { i = 1; do { TREE_GET_BIT(probs, i); } while (i < limit); i -= limit; }
45 TREE_GET_BIT(probs, i); \
46 TREE_GET_BIT(probs, i); \
47 TREE_GET_BIT(probs, i); \
48 TREE_GET_BIT(probs, i); \
49 TREE_GET_BIT(probs, i); \
50 TREE_GET_BIT(probs, i); \