Searched refs:htobe16 (Results 1 – 7 of 7) sorted by relevance
24 # define htobe16(x) OSSwapHostToBigInt16(x) macro68 # define htobe16(x) htons(x) macro86 # define htobe16(x) (x) macro
21 # define htobe16(x) __bswap_16 (x) macro36 # define htobe16(x) (x) macro
48 # define htobe16(x) OSSwapHostToBigInt16(x) macro94 # define htobe16(x) htons(x) macro112 # define htobe16(x) (x) macro
54 #define htobe16(x) bswap16((x)) macro68 #define htobe16(x) ((uint16_t)(x)) macro
220 #define htobe16(x) htons(x)225 #define HTOBE16(x) (x) = htobe16(x)304 #define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
343 query_upiu->ts.desc.length = htobe16(length); in ufs_prepare_query()347 query_upiu->ts.desc.length = htobe16(length); in ufs_prepare_query()
65 _val = is_be ? htobe16(val) : htole16(val); \