Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c744 size_t tmpOutSize; member
919 dctxPtr->tmpOutSize = 0; in LZ4F_decodeHeader()
992 size_t copySize = 64 KB - dctxPtr->tmpOutSize; in LZ4F_updateDict()
994 if (dctxPtr->tmpOutSize > 64 KB) copySize = 0; in LZ4F_updateDict()
1258 dctxPtr->tmpOutSize = decodedSize; in LZ4F_decompress()
1265 { size_t sizeToCopy = dctxPtr->tmpOutSize - dctxPtr->tmpOutStart; in LZ4F_decompress()
1277 if (dctxPtr->tmpOutStart == dctxPtr->tmpOutSize) { in LZ4F_decompress()
1388 size_t copySize = 64 KB - dctxPtr->tmpOutSize; in LZ4F_decompress()
1390 if (dctxPtr->tmpOutSize > 64 KB) copySize = 0; in LZ4F_decompress()