Home
last modified time | relevance | path

Searched refs:LZ4_WILDCOPY (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_lz4.c157 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e)
166 #define LZ4_SECURECOPY LZ4_WILDCOPY
182 #define LZ4_WILDCOPY(s, d, e) do { LZ4_COPYPACKET(s, d) } while (d < e); macro
243 LZ4_WILDCOPY(ip, op, cpy); in LZ4_uncompress_unknownOutputSize()
/illumos-gate/usr/src/common/lz4/
H A Dlz4.c399 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e)
408 #define LZ4_SECURECOPY LZ4_WILDCOPY
434 #define LZ4_WILDCOPY(s, d, e) do { LZ4_COPYPACKET(s, d) } while (d < e); macro
435 #define LZ4_BLINDCOPY(s, d, l) { BYTE* e = (d) + l; LZ4_WILDCOPY(s, d, e); \
1019 LZ4_WILDCOPY(ip, op, cpy); in LZ4_uncompress_unknownOutputSize()