Searched refs:LZ4_memmove (Results 1 - 2 of 2) sorted by last modified time

/linux-master/lib/lz4/
H A Dlz4_decompress.c270 LZ4_memmove(op, ip, length);
H A Dlz4defs.h151 #define LZ4_memmove(dst, src, size) __builtin_memmove(dst, src, size) macro

Completed in 142 milliseconds