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

/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4frame.c961 static void LZ4F_updateDict(LZ4F_dctx_t* dctxPtr, const BYTE* dstPtr, size_t dstSize, const BYTE* dstPtr0, unsigned withinTmp) argument
979 if ((withinTmp) && (dctxPtr->dict == dctxPtr->tmpOutBuffer))
986 if (withinTmp) /* copy relevant dict portion in front of tmpOut within tmpOutBuffer */

Completed in 83 milliseconds