Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c41 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) macro
43 #define TREE_6_DECODE(probs, i) \ macro
317 TREE_6_DECODE(prob, distance); in LzmaDec_DecodeReal()