Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/lz4/
H A Dlz4defs.h151 static FORCE_INLINE void LZ4_copy8(void *dst, const void *src) in LZ4_copy8() function
178 LZ4_copy8(d, s); in LZ4_wildCopy()
H A Dlz4_decompress.c414 LZ4_copy8(op, match); in LZ4_decompress_generic()
439 LZ4_copy8(op, match); in LZ4_decompress_generic()
/OK3568_Linux_fs/u-boot/lib/
H A Dlz4_wrapper.su
H A Dlz4.c23 do { LZ4_copy8(d,s); d+=8; s+=8; } while (d<e); in LZ4_wildCopy()
216 } else { LZ4_copy8(op, match); op+=8; match+=8; } in LZ4_decompress_generic()
H A Dlz4_wrapper.c22 static void LZ4_copy8(void *dst, const void *src) in LZ4_copy8() function
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map