Searched refs:BSWAP_8 (Results 1 – 6 of 6) sorted by relevance
50 #define BSWAP_8(x) ((x) & 0xff) macro51 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8))68 #define LE_8(x) BSWAP_8(x)77 #define BE_8(x) BSWAP_8(x)
65 #define BSWAP_8(x) ((x) & 0xff) macro66 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8))83 #define LE_8(x) BSWAP_8(x)92 #define BE_8(x) BSWAP_8(x)
39 #define BSWAP_8(x) ((x) & 0xff) macro40 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8))
96 #define BSWAP_8(x) ((x) & 0xff) macro97 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8))114 #define LE_8(x) BSWAP_8(x)123 #define BE_8(x) BSWAP_8(x)
135 le->le_type = BSWAP_8(le->le_type); in zap_leaf_byteswap()136 le->le_value_intlen = BSWAP_8(le->le_value_intlen); in zap_leaf_byteswap()146 lc->l_free.lf_type = BSWAP_8(lc->l_free.lf_type); in zap_leaf_byteswap()150 lc->l_array.la_type = BSWAP_8(lc->l_array.la_type); in zap_leaf_byteswap()
327 dnp->dn_extra_slots = BSWAP_8(dnp->dn_extra_slots); in dnode_byteswap()