Home
last modified time | relevance | path

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

/titanic_41/usr/src/common/zfs/
H A Dzfs_fletcher.c138 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_native() local
141 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native()
155 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_byteswap() local
158 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap()
172 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_native() local
175 for (a = b = c = d = 0; ip < ipend; ip++) { in fletcher_4_native()
189 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_byteswap() local
192 for (a = b = c = d = 0; ip < ipend; ip++) { in fletcher_4_byteswap()
207 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_incremental_native() local
215 for (; ip < ipend; ip++) { in fletcher_4_incremental_native()
[all …]
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dzfs_fletcher.c33 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_native() local
36 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native()
50 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_byteswap() local
53 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap()
67 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_native() local
70 for (a = b = c = d = 0; ip < ipend; ip++) { in fletcher_4_native()
84 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_byteswap() local
87 for (a = b = c = d = 0; ip < ipend; ip++) { in fletcher_4_byteswap()