Home
last modified time | relevance | path

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

/linux-4.19.296/lib/lz4/
Dlz4_decompress.c191 LZ4_wildCopy(op, ip, cpy); in LZ4_decompress_generic()
306 LZ4_wildCopy(op, match, oCopyLimit); in LZ4_decompress_generic()
317 LZ4_wildCopy(op + 8, match + 8, cpy); in LZ4_decompress_generic()
Dlz4defs.h154 static FORCE_INLINE void LZ4_wildCopy(void *dstPtr, in LZ4_wildCopy() function
Dlz4_compress.c325 LZ4_wildCopy(op, anchor, op + litLength); in LZ4_compress_generic()
631 LZ4_wildCopy(op, anchor, op + litLength); in LZ4_compress_destSize_generic()
Dlz4hc_compress.c296 LZ4_wildCopy(*op, *anchor, (*op) + length); in LZ4HC_encodeSequence()