Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dzfs_fletcher.c31 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_native() local
34 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native()
48 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_byteswap() local
51 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap()
65 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_native() local
68 for (a = b = c = d = 0; ip < ipend; ip++) { in fletcher_4_native()
82 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_byteswap() local
85 for (a = b = c = d = 0; ip < ipend; ip++) { in fletcher_4_byteswap()
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dfletcher.c31 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_native() local
34 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_native()
49 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_byteswap() local
52 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()
85 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_byteswap() local
88 for (a = b = c = d = 0; ip < ipend; ip++) { in fletcher_4_byteswap()
/illumos-gate/usr/src/common/zfs/
H A Dzfs_fletcher_sse.c111 const uint64_t *ipend = (uint64_t *)((uint8_t *)ip + size); in fletcher_4_sse2_native() local
130 } while ((ip += 2) < ipend); in fletcher_4_sse2_native()
139 const uint32_t *ipend = (uint32_t *)((uint8_t *)ip + size); in fletcher_4_sse2_byteswap() local
154 } while ((ip += 2) < ipend); in fletcher_4_sse2_byteswap()
186 const uint64_t *ipend = (uint64_t *)((uint8_t *)ip + size); in fletcher_4_ssse3_byteswap() local
207 } while ((ip += 2) < ipend); in fletcher_4_ssse3_byteswap()
H A Dzfs_fletcher_avx512.c94 const uint32_t *ipend = (uint32_t *)((uint8_t *)ip + size); in fletcher_4_avx512f_native() local
104 } while ((ip += 8) < ipend); in fletcher_4_avx512f_native()
115 const uint32_t *ipend = (uint32_t *)((uint8_t *)ip + size); in fletcher_4_avx512f_byteswap() local
143 } while ((ip += 8) < ipend); in fletcher_4_avx512f_byteswap()
180 const uint32_t *ipend = (uint32_t *)((uint8_t *)ip + size); in fletcher_4_avx512bw_byteswap() local
195 } while ((ip += 8) < ipend); in fletcher_4_avx512bw_byteswap()
H A Dzfs_fletcher_intel.c108 const uint64_t *ipend = (uint64_t *)((uint8_t *)ip + size); in fletcher_4_avx2_native() local
118 } while ((ip += 2) < ipend); in fletcher_4_avx2_native()
134 const uint64_t *ipend = (uint64_t *)((uint8_t *)ip + size); in fletcher_4_avx2_byteswap() local
148 } while ((ip += 2) < ipend); in fletcher_4_avx2_byteswap()
H A Dzfs_fletcher_superscalar.c80 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_superscalar_native() local
102 } while ((ip += 2) < ipend); in fletcher_4_superscalar_native()
119 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_superscalar_byteswap() local
141 } while ((ip += 2) < ipend); in fletcher_4_superscalar_byteswap()
H A Dzfs_fletcher.c254 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_incremental_native() local
262 for (; ip < ipend; ip += 2) { in fletcher_2_incremental_native()
287 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_incremental_byteswap() local
295 for (; ip < ipend; ip += 2) { in fletcher_2_incremental_byteswap()
330 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_scalar_native() local
338 for (; ip < ipend; ip++) { in fletcher_4_scalar_native()
352 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_scalar_byteswap() local
360 for (; ip < ipend; ip++) { in fletcher_4_scalar_byteswap()
H A Dzfs_fletcher_superscalar4.c94 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_superscalar4_native() local
134 } while ((ip += 4) < ipend); in fletcher_4_superscalar4_native()
159 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_superscalar4_byteswap() local
199 } while ((ip += 4) < ipend); in fletcher_4_superscalar4_byteswap()