Home
last modified time | relevance | path

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

/external/lzma/C/
DLzma2Enc.c74 static SRes Lzma2EncInt_EncodeSubblock(CLzma2EncInt *p, Byte *outBuf, in Lzma2EncInt_EncodeSubblock() function
298 res = Lzma2EncInt_EncodeSubblock(p, mainEncoder->outBuf, &packSize, outStream); in Lzma2Enc_EncodeMt1()
348 res = Lzma2EncInt_EncodeSubblock(p, dest + *destSize, &packSize, NULL); in MtCallbackImp_Code()