Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4frame.c856 …ctx_internal_t* dctxPtr, const BYTE* dstPtr, size_t dstSize, const BYTE* dstPtr0, unsigned withinT… in LZ4F_updateDict() argument
867 if (dstPtr - dstPtr0 + dstSize >= 64 KB) /* dstBuffer large enough to become dictionary */ in LZ4F_updateDict()
869 dctxPtr->dict = (BYTE*)dstPtr0; in LZ4F_updateDict()
870 dctxPtr->dictSize = dstPtr - dstPtr0 + dstSize; in LZ4F_updateDict()