Searched refs:tmpInTarget (Results 1 - 1 of 1) sorted by relevance

/external/lz4/lib/
H A Dlz4frame.c739 size_t tmpInTarget; member in struct:LZ4F_dctx_s
841 dctxPtr->tmpInTarget = 8;
870 dctxPtr->tmpInTarget = frameHeaderSize;
914 dctxPtr->tmpInTarget = 0;
1081 dctxPtr->tmpInTarget = minFHSize; /* minimum to attempt decode */
1086 { size_t sizeToCopy = dctxPtr->tmpInTarget - dctxPtr->tmpInSize;
1091 if (dctxPtr->tmpInSize < dctxPtr->tmpInTarget) {
1092 nextSrcSizeHint = (dctxPtr->tmpInTarget - dctxPtr->tmpInSize) + BHSize; /* rest of header + nextBlockHeader */
1096 { LZ4F_errorCode_t const hSize = LZ4F_decodeHeader(dctxPtr, dctxPtr->header, dctxPtr->tmpInTarget);
1134 dctxPtr->tmpInTarget
[all...]

Completed in 29 milliseconds