Searched refs:BSWAP_32 (Results 1 – 4 of 4) sorted by relevance
93 #define BSWAP_32(x) ((BSWAP_16(x) << 16) | BSWAP_16((x) >> 16)) macro94 #define BSWAP_64(x) ((BSWAP_32(x) << 32) | BSWAP_32((x) >> 32))
87 a += BSWAP_32(ip[0]); in fletcher_4_byteswap()
1035 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()
50 #define bswap_32(x) BSWAP_32(x)
Completed in 7 milliseconds