Home
last modified time | relevance | path

Searched refs:propNew (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c1022 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() argument
1024 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2()
1038 CLzmaProps propNew; in LzmaDec_AllocateProbs() local
1039 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
1040 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_AllocateProbs()
1041 p->prop = propNew; in LzmaDec_AllocateProbs()
1047 CLzmaProps propNew; in LzmaDec_Allocate() local
1049 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
1050 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_Allocate()
1053 UInt32 dictSize = propNew.dicSize; in LzmaDec_Allocate()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c1024 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() argument
1026 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2()
1040 CLzmaProps propNew; in LzmaDec_AllocateProbs() local
1041 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
1042 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_AllocateProbs()
1043 p->prop = propNew; in LzmaDec_AllocateProbs()
1049 CLzmaProps propNew; in LzmaDec_Allocate() local
1051 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
1052 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_Allocate()
1055 UInt32 dictSize = propNew.dicSize; in LzmaDec_Allocate()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c1024 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() argument
1026 UInt32 numProbs = LzmaProps_GetNumProbs(propNew); in LzmaDec_AllocateProbs2()
1040 CLzmaProps propNew; in LzmaDec_AllocateProbs() local
1041 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs()
1042 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_AllocateProbs()
1043 p->prop = propNew; in LzmaDec_AllocateProbs()
1049 CLzmaProps propNew; in LzmaDec_Allocate() local
1051 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
1052 RINOK(LzmaDec_AllocateProbs2(p, &propNew, alloc)); in LzmaDec_Allocate()
1055 UInt32 dictSize = propNew.dicSize; in LzmaDec_Allocate()
[all …]