Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c123 BYTE* tmpIn; member
138 BYTE* tmpIn; member
405 cctxPtr->tmpIn = cctxPtr->tmpBuff; in LZ4F_compressBegin()
546 memcpy(cctxPtr->tmpIn + cctxPtr->tmpInSize, srcBuffer, srcSize); in LZ4F_compressUpdate()
555 memcpy(cctxPtr->tmpIn + cctxPtr->tmpInSize, srcBuffer, sizeToCopy); in LZ4F_compressUpdate()
558 …dstPtr += LZ4F_compressBlock(dstPtr, cctxPtr->tmpIn, blockSize, compress, cctxPtr->lz4CtxPtr, cctx… in LZ4F_compressUpdate()
560 if (cctxPtr->prefs.frameInfo.blockMode==blockLinked) cctxPtr->tmpIn += blockSize; in LZ4F_compressUpdate()
586 cctxPtr->tmpIn = cctxPtr->tmpBuff; in LZ4F_compressUpdate()
592 cctxPtr->tmpIn = cctxPtr->tmpBuff + realDictSize; in LZ4F_compressUpdate()
597 …if ((cctxPtr->tmpIn + blockSize) > (cctxPtr->tmpBuff + cctxPtr->maxBufferSize) /* necessarily bl… in LZ4F_compressUpdate()
[all …]