Searched refs:LZ4_WILDCOPY (Results 1 – 2 of 2) sorted by relevance
/xen/xen/common/lz4/ |
A D | defs.h | 119 LZ4_WILDCOPY(s, d, e); \ 146 #define LZ4_SECURECOPY LZ4_WILDCOPY 160 #define LZ4_WILDCOPY(s, d, e) \ macro 168 LZ4_WILDCOPY(s, d, e); \
|
A D | decompress.c | 90 LZ4_WILDCOPY(ip, op, cpy); in lz4_uncompress() 219 LZ4_WILDCOPY(ip, op, cpy); in lz4_uncompress_unknownoutputsize()
|
Completed in 3 milliseconds