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

/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c145 BYTE* tmpOut; member in struct:LZ4F_dctx_s
908 dctxPtr->tmpOut = dctxPtr->tmpOutBuffer;
981 /* assumption : dctxPtr->dict + dctxPtr->dictSize == dctxPtr->tmpOut + dctxPtr->tmpOutStart */
986 if (withinTmp) /* copy relevant dict portion in front of tmpOut within tmpOutBuffer */
988 size_t preserveSize = dctxPtr->tmpOut - dctxPtr->tmpOutBuffer;
1231 if ((size_t)(dstEnd-dstPtr) < dctxPtr->maxBlockSize) /* not enough place into dst : decode into tmpOut */
1264 /* not enough place into dst : decode into tmpOut */
1273 /* ensure enough place for tmpOut */
1283 dctxPtr->tmpOut = dctxPtr->tmpOutBuffer + dctxPtr->dictSize;
1289 dctxPtr->tmpOut
[all...]

Completed in 27 milliseconds