Home
last modified time | relevance | path

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

/external/chromium_org/third_party/lzma_sdk/
DLzma2Dec.h27 #define Lzma2Dec_Construct(p) LzmaDec_Construct(&(p)->decoder)
DLzmaDec.h71 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; } macro
D7zDec.c133 LzmaDec_Construct(&state); in SzDecodeLzma()
DLzmaDec.c981 LzmaDec_Construct(&p); in LzmaDecode()
/external/lzma/C/
DLzma2Dec.h27 #define Lzma2Dec_Construct(p) LzmaDec_Construct(&(p)->decoder)
DLzmaDec.h71 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; } macro
D7zDec.c133 LzmaDec_Construct(&state); in SzDecodeLzma()
DLzmaDec.c981 LzmaDec_Construct(&p); in LzmaDecode()
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
DLzmaDec.h72 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; } macro
DLzmaDec.c982 LzmaDec_Construct(&p); in LzmaDecode()
/external/lzma/C/Util/Lzma/
DLzmaUtil.c127 LzmaDec_Construct(&state); in Decode()
/external/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp34 LzmaDec_Construct(&_state); in CDecoder()
/external/chromium_org/third_party/brotli/src/
Dots-lzma.patch1805 + LzmaDec_Construct(&p);
1962 +#define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; }