Searched refs:BSWAP_64 (Results 1 – 4 of 4) sorted by relevance
53 a0 += BSWAP_64(ip[0]); in fletcher_2_byteswap()54 a1 += BSWAP_64(ip[1]); in fletcher_2_byteswap()
94 #define BSWAP_64(x) ((BSWAP_32(x) << 32) | BSWAP_32((x) >> 32)) macro
1089 *intval = BSWAP_64(*(uint64_t *)nvpair); in nvlist_lookup_value()
51 #define bswap_64(x) BSWAP_64(x)
Completed in 6 milliseconds