Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/libs/
Dlz4.c434 void LZ4_wildCopy8(void *dstPtr, const void *srcPtr, void *dstEnd) in LZ4_wildCopy8() function
489 LZ4_wildCopy8(dstPtr, srcPtr, dstEnd); in LZ4_memcpy_using_offset_base()
1376 LZ4_wildCopy8(op, anchor, op + litLength); in LZ4_compress_generic_validated()
2335LZ4_wildCopy8(op, ip, cpy); /* LZ4_decompress_fast() cannot copy more than 8 bytes at a time : in LZ4_decompress_generic()
2641 LZ4_wildCopy8(op, ip, cpy); /* may overwrite up to WILDCOPYLENGTH beyond cpy */ in LZ4_decompress_generic()
2768 LZ4_wildCopy8(op, match, oCopyLimit); in LZ4_decompress_generic()
2782 LZ4_wildCopy8(op + 8, match + 8, cpy); in LZ4_decompress_generic()