Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dlz4.c354 void LZ4_wildCopy8(void* dstPtr, const void* srcPtr, void* dstEnd) in LZ4_wildCopy8() function
402 LZ4_wildCopy8(dstPtr, srcPtr, dstEnd); in LZ4_memcpy_using_offset_base()
614LZ4_wildCopy8(op, ip, cpy); /* LZ4_decompress_fast() cannot copy more than 8 bytes at a time : in LZ4_decompress_generic()
842 LZ4_wildCopy8(op, ip, cpy); /* may overwrite up to WILDCOPYLENGTH beyond cpy */ in LZ4_decompress_generic()
933 LZ4_wildCopy8(op, match, oCopyLimit); in LZ4_decompress_generic()
940 if (length > 16) { LZ4_wildCopy8(op+8, match+8, cpy); } in LZ4_decompress_generic()