Searched refs:CLzmaProps (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/lib/lzma/ |
D | LzmaDec.h | 28 } CLzmaProps; typedef 36 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size); 48 CLzmaProps prop;
|
D | LzmaDec.c | 924 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) in LzmaProps_Decode() 950 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAlloc *alloc) in LzmaDec_AllocateProbs2() 966 CLzmaProps propNew; in LzmaDec_AllocateProbs() 975 CLzmaProps propNew; in LzmaDec_Allocate()
|
/external/lzma/C/ |
D | LzmaDec.h | 35 } CLzmaProps; typedef 43 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size); 56 CLzmaProps prop;
|
D | LzmaDec.c | 1080 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) in LzmaProps_Decode() 1106 static SRes LzmaDec_AllocateProbs2(CLzmaDec *p, const CLzmaProps *propNew, ISzAllocPtr alloc) in LzmaDec_AllocateProbs2() 1123 CLzmaProps propNew; in LzmaDec_AllocateProbs() 1132 CLzmaProps propNew; in LzmaDec_Allocate()
|