Searched refs:ipend (Results 1 – 2 of 2) sorted by relevance
138 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_native() local141 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() local158 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() local175 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() local192 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() local215 for (; ip < ipend; ip++) { in fletcher_4_incremental_native()[all …]
33 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_native() local36 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() local53 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() local70 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() local87 for (a = b = c = d = 0; ip < ipend; ip++) { in fletcher_4_byteswap()