Home
last modified time | relevance | path

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

/linux/lib/lz4/
H A Dlz4_decompress.c282 LZ4_wildCopy(op, ip, cpy); in LZ4_decompress_generic()
431 LZ4_wildCopy(op, match, oCopyLimit); in LZ4_decompress_generic()
440 LZ4_wildCopy(op + 8, match + 8, cpy); in LZ4_decompress_generic()
H A Dlz4defs.h172 static FORCE_INLINE void LZ4_wildCopy(void *dstPtr, in LZ4_wildCopy() function
H A Dlz4_compress.c324 LZ4_wildCopy(op, anchor, op + litLength); in LZ4_compress_generic()
630 LZ4_wildCopy(op, anchor, op + litLength); in LZ4_compress_destSize_generic()
H A Dlz4hc_compress.c295 LZ4_wildCopy(*op, *anchor, (*op) + length); in LZ4HC_encodeSequence()