Searched refs:LZ4_WILDCOPY (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | zfs_lz4.c | 157 #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_50/usr/src/uts/common/fs/zfs/ |
H A D | lz4.c | 365 #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()
|