Home
last modified time | relevance | path

Searched defs:numProbs (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/lzma/
H A DLzmaDec.h62 UInt32 numProbs; member
H A DLzmaDec.c735 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal() local
952 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() local