Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c31 #define TREE_DECODE(probs, limit, i) \ macro
37 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i)
301 TREE_DECODE(probLen, limit, len); in LzmaDec_DecodeReal()