Home
last modified time | relevance | path

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

/titanic_44/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()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dlz4.c365 #define LZ4_SECURECOPY(s, d, e) if (d < e) LZ4_WILDCOPY(s, d, e)
374 #define LZ4_SECURECOPY LZ4_WILDCOPY
400 #define LZ4_WILDCOPY(s, d, e) do { LZ4_COPYPACKET(s, d) } while (d < e); macro
401 #define LZ4_BLINDCOPY(s, d, l) { BYTE* e = (d) + l; LZ4_WILDCOPY(s, d, e); \
974 LZ4_WILDCOPY(ip, op, cpy); in real_LZ4_uncompress()
1100 LZ4_WILDCOPY(ip, op, cpy); in LZ4_uncompress_unknownOutputSize()