Home
last modified time | relevance | path

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

/external/lz4/lib/
Dlz4.c286 static void LZ4_wildCopy(void* dstPtr, const void* srcPtr, void* dstEnd) in LZ4_wildCopy() function
614 LZ4_wildCopy(op, anchor, op+litLength); in LZ4_compress_generic()
1023 LZ4_wildCopy(op, ip, cpy); in LZ4_decompress_generic()
1098 LZ4_wildCopy(op, match, oend-8); in LZ4_decompress_generic()
1105 LZ4_wildCopy(op, match, cpy); in LZ4_decompress_generic()
Dlz4hc.c310 LZ4_wildCopy(*op, *anchor, (*op) + length); in LZ4HC_encodeSequence()