Searched refs:htobe16 (Results 1 – 10 of 10) sorted by relevance
32 #ifndef htobe1633 # define htobe16(x) htons(x) macro45 #define HTOBE16(x) (x) = htobe16(x)119 # define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
32 #ifndef htobe1633 # define htobe16(x) htons(x) macro45 #define HTOBE16(x) (x) = htobe16(x)
13 return ((params->byteorder==PTP_DL_LE)?htole16(var):htobe16(var)); in htod16p()
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
1553 frame_out->req_resp = htobe16(MMC_RPMB_READ_RESP); in do_rpmb_op()1612 .req_resp = htobe16(MMC_RPMB_WRITE_KEY) in do_rpmb_write_key()1671 .req_resp = htobe16(MMC_RPMB_READ_CNT) in rpmb_read_counter()1725 .req_resp = htobe16(MMC_RPMB_READ), in do_rpmb_read_block()1744 frame_in.addr = htobe16(addr); in do_rpmb_read_block()1873 .req_resp = htobe16(MMC_RPMB_WRITE), in do_rpmb_write_block()1874 .block_count = htobe16(1) in do_rpmb_write_block()1901 frame_in.addr = htobe16(addr); in do_rpmb_write_block()
218 #ifndef htobe16219 # define htobe16(x) htons(x)231 #define HTOBE16(x) (x) = htobe16(x)355 # define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
220 #define htobe16(x) htons(x)225 #define HTOBE16(x) (x) = htobe16(x)304 #define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
59 #define WS_NTOH16(n) htobe16(n)61 #define WS_HTON16(n) htobe16(n)
16 value_net = htobe16(*source); in uint8_t_Marshal()64 value_net = htobe16(*source); in int8_t_Marshal()112 value_net = htobe16(*source); in uint16_t_Marshal()160 value_net = htobe16(*source); in int16_t_Marshal()208 value_net = htobe16(*source); in uint32_t_Marshal()256 value_net = htobe16(*source); in int32_t_Marshal()304 value_net = htobe16(*source); in uint64_t_Marshal()352 value_net = htobe16(*source); in int64_t_Marshal()