Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/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()
/xen-4.10.0-shim-comet/xen/common/libelf/
A Dlibelf-private.h51 #define bswap_64(x) BSWAP_64(x)

Completed in 6 milliseconds