Searched refs:BSWAP_8 (Results 1 – 3 of 3) sorted by relevance
107 #define BSWAP_8(x) ((x) & 0xff) macro109 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8))149 #define LE_8(x) BSWAP_8(x)158 #define BE_8(x) BSWAP_8(x)
99 #define BSWAP_8(x) ((x) & 0xff) macro100 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8))
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()