Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c968 …ct(LZ4F_dctx* dctxPtr, const BYTE* dstPtr, size_t dstSize, const BYTE* dstPtr0, unsigned withinTmp) in LZ4F_updateDict() argument
984 if ((withinTmp) && (dctxPtr->dict == dctxPtr->tmpOutBuffer)) { in LZ4F_updateDict()
990 if (withinTmp) { /* copy relevant dict portion in front of tmpOut within tmpOutBuffer */ in LZ4F_updateDict()