Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.c37 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) macro
39 #define TREE_6_DECODE(probs, i) \ macro
310 TREE_6_DECODE(prob, distance); in LzmaDec_DecodeReal()