Searched refs:LzmaProps_Decode (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/lib/lzma/ |
D | LzmaDec.h | 36 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
|
D | LzmaDec.c | 924 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) in LzmaProps_Decode() function 967 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs() 977 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
|
/external/lzma/C/ |
D | LzmaDec.h | 43 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size);
|
D | LzmaDec.c | 1080 SRes LzmaProps_Decode(CLzmaProps *p, const Byte *data, unsigned size) in LzmaProps_Decode() function 1124 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_AllocateProbs() 1134 RINOK(LzmaProps_Decode(&propNew, props, propsSize)); in LzmaDec_Allocate()
|