Home
last modified time | relevance | path

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

/external/lzma/C/
DLzma2Enc.c132 size_t packSizeLimit = *packSizeRes; in Lzma2EncInt_EncodeSubblock() local
133 size_t packSize = packSizeLimit; in Lzma2EncInt_EncodeSubblock()
171 if (packSizeLimit - destPos < u + 3) in Lzma2EncInt_EncodeSubblock()