Searched refs:dstEnd (Results 1 – 3 of 3) sorted by relevance
173 const void *srcPtr, void *dstEnd) in LZ4_wildCopy() argument177 BYTE *const e = (BYTE *)dstEnd; in LZ4_wildCopy()
17 static void LZ4_wildCopy(void* dstPtr, const void* srcPtr, void* dstEnd) in LZ4_wildCopy() argument21 BYTE* e = (BYTE*)dstEnd; in LZ4_wildCopy()
2362 BYTE* dst, const BYTE* const dstEnd, in ZSTD_buildSequencesStatistics() argument2366 const BYTE* const oend = dstEnd; in ZSTD_buildSequencesStatistics()