Home
last modified time | relevance | path

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

/u-boot/lib/lzma/
A DLzmaDec.c30 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } argument
37 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) argument
41 TREE_GET_BIT(probs, i); \
42 TREE_GET_BIT(probs, i); \
43 TREE_GET_BIT(probs, i); \
44 TREE_GET_BIT(probs, i); \
45 TREE_GET_BIT(probs, i); \
136 CLzmaProb *probs = p->probs; in LzmaDec_DecodeReal() local
518 CLzmaProb *probs = p->probs; in LzmaDec_TryDummy() local
737 CLzmaProb *probs = p->probs; in LzmaDec_InitStateReal() local
[all …]
A DLzmaDec.h49 CLzmaProb *probs; member
67 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; }

Completed in 5 milliseconds