Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c145 size_t tmpOutSize; member
800 dctxPtr->tmpOutSize = 0; in LZ4F_decodeHeader()
893 size_t copySize = 64 KB - dctxPtr->tmpOutSize; in LZ4F_updateDict()
895 if (dctxPtr->tmpOutSize > 64 KB) copySize = 0; in LZ4F_updateDict()
1206 dctxPtr->tmpOutSize = decodedSize; in LZ4F_decompress()
1214 size_t sizeToCopy = dctxPtr->tmpOutSize - dctxPtr->tmpOutStart; in LZ4F_decompress()
1226 if (dctxPtr->tmpOutStart == dctxPtr->tmpOutSize) in LZ4F_decompress()
1299 size_t copySize = 64 KB - dctxPtr->tmpOutSize; in LZ4F_decompress()
1301 if (dctxPtr->tmpOutSize > 64 KB) copySize = 0; in LZ4F_decompress()