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

/external/lz4/lib/
H A Dlz4frame.c743 BYTE* tmpOut; member in struct:LZ4F_dctx_s
917 dctxPtr->tmpOut = dctxPtr->tmpOutBuffer;
985 /* assumption : dctxPtr->dict + dctxPtr->dictSize == dctxPtr->tmpOut + dctxPtr->tmpOutStart */
990 if (withinTmp) { /* copy relevant dict portion in front of tmpOut within tmpOutBuffer */
991 size_t const preserveSize = dctxPtr->tmpOut - dctxPtr->tmpOutBuffer;
1199 if ((size_t)(dstEnd-dstPtr) < dctxPtr->maxBlockSize) /* not enough place into dst : decode into tmpOut */
1229 /* not enough place into dst : decode into tmpOut */
1238 /* ensure enough place for tmpOut */
1245 dctxPtr->tmpOut = dctxPtr->tmpOutBuffer + dctxPtr->dictSize;
1249 dctxPtr->tmpOut
[all...]

Completed in 111 milliseconds