Home
last modified time | relevance | path

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

/tools/libfsimage/zfs/
A Dzfs_fletcher.c53 a0 += BSWAP_64(ip[0]); in fletcher_2_byteswap()
54 a1 += BSWAP_64(ip[1]); in fletcher_2_byteswap()
A Dfsys_zfs.h94 #define BSWAP_64(x) ((BSWAP_32(x) << 32) | BSWAP_32((x) >> 32)) macro
A Dfsys_zfs.c1089 *intval = BSWAP_64(*(uint64_t *)nvpair); in nvlist_lookup_value()

Completed in 9 milliseconds