Home
last modified time | relevance | path

Searched refs:LzmaDec_Construct (Results 1 – 8 of 8) sorted by relevance

/external/lzma/C/
DLzma2Dec.h25 #define Lzma2Dec_Construct(p) LzmaDec_Construct(&(p)->decoder)
DLzmaDec.h76 #define LzmaDec_Construct(p) { (p)->dic = NULL; (p)->probs = NULL; } macro
D7zDec.c140 LzmaDec_Construct(&state); in SzDecodeLzma()
DLzmaDec.c1173 LzmaDec_Construct(&p); in LzmaDecode()
/external/u-boot/lib/lzma/
DLzmaDec.h67 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; } macro
DLzmaDec.c1007 LzmaDec_Construct(&p); in LzmaDecode()
/external/lzma/C/Util/Lzma/
DLzmaUtil.c129 LzmaDec_Construct(&state); in Decode()
/external/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp45 LzmaDec_Construct(&_state); in CDecoder()