Searched refs:LZ4_memmove (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/lib/lz4/ |
H A D | lz4defs.h | 149 #define LZ4_memmove(dst, src, size) __builtin_memmove(dst, src, size) macro
|
H A D | lz4_decompress.c | 270 LZ4_memmove(op, ip, length); in LZ4_decompress_generic()
|
/kernel/linux/linux-6.6/lib/lz4/ |
H A D | lz4defs.h | 151 #define LZ4_memmove(dst, src, size) __builtin_memmove(dst, src, size) macro
|
H A D | lz4_decompress.c | 270 LZ4_memmove(op, ip, length); in LZ4_decompress_generic()
|
Completed in 4 milliseconds