Searched refs:ipend (Results 1 – 1 of 1) sorted by relevance
32 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_native() local35 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() local52 for (a0 = b0 = a1 = b1 = 0; ip < ipend; ip += 2) { in fletcher_2_byteswap()66 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_native() local69 for (a = b = c = d = 0; ip < ipend; ip++) { in fletcher_4_native()83 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_byteswap() local86 for (a = b = c = d = 0; ip < ipend; ip++) { in fletcher_4_byteswap()
Completed in 2 milliseconds