Searched refs:LZ4_wildCopy8 (Results 1 – 2 of 2) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 359 void LZ4_wildCopy8(void* dstPtr, const void* srcPtr, void* dstEnd) in LZ4_wildCopy8() function 405 LZ4_wildCopy8(dstPtr, srcPtr, dstEnd); in LZ4_memcpy_using_offset_base() 980 LZ4_wildCopy8(op, anchor, op+litLength); in LZ4_compress_generic() 1738 … LZ4_wildCopy8(op, ip, cpy); /* LZ4_decompress_fast() cannot copy more than 8 bytes at a time : in LZ4_decompress_generic() 1954 LZ4_wildCopy8(op, ip, cpy); /* may overwrite up to WILDCOPYLENGTH beyond cpy */ in LZ4_decompress_generic() 2045 LZ4_wildCopy8(op, match, oCopyLimit); in LZ4_decompress_generic() 2052 if (length > 16) { LZ4_wildCopy8(op+8, match+8, cpy); } in LZ4_decompress_generic()
|
D | lz4hc.c | 504 LZ4_wildCopy8(*op, *anchor, (*op) + length); in LZ4HC_encodeSequence()
|