Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c35 #define TREE_DECODE(probs, limit, i) \ macro
41 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i)
308 TREE_DECODE(probLen, limit, len); in LzmaDec_DecodeReal()