Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp91 _dec = Lzma2DecMt_Create( in Code()
226 _dec = Lzma2DecMt_Create(&g_AlignedAlloc, &g_MidAlloc); in SetOutStreamSize()
/external/lzma/C/
DLzma2DecMt.h43 CLzma2DecMtHandle Lzma2DecMt_Create(ISzAllocPtr alloc, ISzAllocPtr allocMid);
DLzma2DecMt.c125 CLzma2DecMtHandle Lzma2DecMt_Create(ISzAllocPtr alloc, ISzAllocPtr allocMid) in Lzma2DecMt_Create() function