Home
last modified time | relevance | path

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

/Linux-v5.10/lib/lz4/
Dlz4_decompress.c275 LZ4_wildCopy(op, ip, cpy); in LZ4_decompress_generic()
424 LZ4_wildCopy(op, match, oCopyLimit); in LZ4_decompress_generic()
433 LZ4_wildCopy(op + 8, match + 8, cpy); in LZ4_decompress_generic()
Dlz4defs.h169 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()