Home
last modified time | relevance | path

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

/linux/lib/lz4/
H A Dlz4defs.h170 * which can overwrite up to 7 bytes beyond dstEnd
173 const void *srcPtr, void *dstEnd) in LZ4_wildCopy() argument
177 BYTE *const e = (BYTE *)dstEnd; in LZ4_wildCopy()
/linux/lib/zstd/compress/
H A Dzstd_compress.c2362 BYTE* dst, const BYTE* const dstEnd, in ZSTD_buildSequencesStatistics() argument
2366 const BYTE* const oend = dstEnd; in ZSTD_buildSequencesStatistics()