Searched refs:TREE_GET_BIT (Results 1 – 1 of 1) sorted by relevance
30 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } macro32 { 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); \
Completed in 4 milliseconds