Home
last modified time | relevance | path

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

/linux-6.1.9/lib/lz4/
Dlz4_decompress.c283 LZ4_wildCopy(op, ip, cpy); in LZ4_decompress_generic()
432 LZ4_wildCopy(op, match, oCopyLimit); in LZ4_decompress_generic()
441 LZ4_wildCopy(op + 8, match + 8, cpy); in LZ4_decompress_generic()
Dlz4defs.h172 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()