Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libfsimage/zfs/
A Dzfs_fletcher.c32 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_native() local
35 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()
66 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_native() local
69 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() local
86 for (a = b = c = d = 0; ip < ipend; ip++) { in fletcher_4_byteswap()

Completed in 2 milliseconds