Lines Matching refs:ipend
138 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()
230 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_incremental_byteswap() local
238 for (; ip < ipend; ip++) { in fletcher_4_incremental_byteswap()