Home
last modified time | relevance | path

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

/external/lzma/C/
DLzma86Enc.c21 size_t outSize2 = *destLen; in Lzma86_Encode() local
31 if (outSize2 < LZMA86_HEADER_SIZE) in Lzma86_Encode()
73 size_t outSizeProcessed = outSize2 - LZMA86_HEADER_SIZE; in Lzma86_Encode()