Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c793 SizeT numProbs = LzmaProps_GetNumProbs(&p->prop); in LzmaDec_InitStateReal() local
796 for (i = 0; i < numProbs; i++) in LzmaDec_InitStateReal()
1024 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() local
1025 if (!p->probs || numProbs != p->numProbs) in LzmaDec_AllocateProbs2()
1028 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()
1029 p->numProbs = numProbs; in LzmaDec_AllocateProbs2()
DLzmaDec.h64 UInt32 numProbs; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c795 SizeT numProbs = LzmaProps_GetNumProbs(&p->prop); in LzmaDec_InitStateReal() local
798 for (i = 0; i < numProbs; i++) in LzmaDec_InitStateReal()
1026 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() local
1027 if (!p->probs || numProbs != p->numProbs) in LzmaDec_AllocateProbs2()
1030 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()
1031 p->numProbs = numProbs; in LzmaDec_AllocateProbs2()
DLzmaDec.h64 UInt32 numProbs; member
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c795 SizeT numProbs = LzmaProps_GetNumProbs(&p->prop); in LzmaDec_InitStateReal() local
798 for (i = 0; i < numProbs; i++) in LzmaDec_InitStateReal()
1026 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2() local
1027 if (!p->probs || numProbs != p->numProbs) in LzmaDec_AllocateProbs2()
1030 p->probs = (CLzmaProb *)alloc->Alloc(alloc, numProbs * sizeof(CLzmaProb)); in LzmaDec_AllocateProbs2()
1031 p->numProbs = numProbs; in LzmaDec_AllocateProbs2()
DLzmaDec.h64 UInt32 numProbs; member