Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libfsimage/zfs/
A Dfsys_zfs.h93 #define BSWAP_32(x) ((BSWAP_16(x) << 16) | BSWAP_16((x) >> 16)) macro
94 #define BSWAP_64(x) ((BSWAP_32(x) << 32) | BSWAP_32((x) >> 32))
A Dzfs_fletcher.c87 a += BSWAP_32(ip[0]); in fletcher_4_byteswap()
A Dfsys_zfs.c1035 while ((encode_size = BSWAP_32(*(uint32_t *)nvlist))) in nvlist_array()
1059 while ((encode_size = BSWAP_32(*(uint32_t *)nvlist))) { in nvlist_lookup_value()
1063 name_len = BSWAP_32(*(uint32_t *)nvpair); in nvlist_lookup_value()
1069 type = BSWAP_32(*(uint32_t *)nvpair); in nvlist_lookup_value()
1076 if ((nelm = BSWAP_32(*(uint32_t *)nvpair)) < 1) in nvlist_lookup_value()
1082 slen = BSWAP_32(*(uint32_t *)nvpair); in nvlist_lookup_value()
/xen-4.10.0-shim-comet/xen/common/libelf/
A Dlibelf-private.h50 #define bswap_32(x) BSWAP_32(x)

Completed in 6 milliseconds