Searched refs:LZ4_WILDCOPY (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/lib/lz4/ |
H A D | lz4defs.h | 111 LZ4_WILDCOPY(s, d, e); \ 138 #define LZ4_SECURECOPY LZ4_WILDCOPY 149 #define LZ4_WILDCOPY(s, d, e) \ macro 157 LZ4_WILDCOPY(s, d, e); \
|
H A D | lz4_decompress.c | 95 LZ4_WILDCOPY(ip, op, cpy); lz4_uncompress() 217 LZ4_WILDCOPY(ip, op, cpy); lz4_uncompress_unknownoutputsize()
|
Completed in 41 milliseconds