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

/osnet-11/usr/src/grub/grub2/include/grub/lib/
H A DLzmaDec.h85 UInt32 numProbs; member in struct:__anon777
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c745 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); local
748 for (i = 0; i < numProbs; i++)
962 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); local
963 if (p->probs == 0 || numProbs != p->numProbs)
966 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb));
967 p->numProbs = numProbs;

Completed in 17 milliseconds