Home
last modified time | relevance | path

Searched defs: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