Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/common/zfs/
H A Dzfs_fletcher.c143 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_native() local
162 const uint64_t *ipend = ip + (size / sizeof (uint64_t)); in fletcher_2_byteswap() local
181 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_native() local
200 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_byteswap() local
218 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_incremental_native() local
241 const uint32_t *ipend = ip + (size / sizeof (uint32_t)); in fletcher_4_incremental_byteswap() local
/netbsd-src/sys/arch/sgimips/dev/
H A Dint.c275 int1_local_intr(vaddr_t pc, uint32_t status, uint32_t ipend) in int1_local_intr()