Home
last modified time | relevance | path

Searched refs:htobe16 (Results 1 – 10 of 10) sorted by relevance

/external/libmtp/src/
Dgphoto2-endian-intel.h32 #ifndef htobe16
33 # define htobe16(x) htons(x) macro
45 #define HTOBE16(x) (x) = htobe16(x)
119 # define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
Dgphoto2-endian-ppc.h32 #ifndef htobe16
33 # define htobe16(x) htons(x) macro
45 #define HTOBE16(x) (x) = htobe16(x)
Dptp-pack.c13 return ((params->byteorder==PTP_DL_LE)?htole16(var):htobe16(var)); in htod16p()
/external/kmod/port-gnu/
Dendian-darwin.h24 # define htobe16(x) OSSwapHostToBigInt16(x) macro
68 # define htobe16(x) htons(x) macro
86 # define htobe16(x) (x) macro
/external/vboot_reference/cgpt/
Dcgpt_endian.h21 # define htobe16(x) __bswap_16 (x) macro
36 # define htobe16(x) (x) macro
/external/mmc-utils/
Dmmc_cmds.c1553 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()
/external/libmtp/m4/
Dbyteorder.m4218 #ifndef htobe16
219 # define htobe16(x) htons(x)
231 #define HTOBE16(x) (x) = htobe16(x)
355 # define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
/external/libexif/m4m/
Dgp-byteorder.m4220 #define htobe16(x) htons(x)
225 #define HTOBE16(x) (x) = htobe16(x)
304 #define htobe16a(a,x) *(uint16_t*)(a) = htobe16(x)
/external/libvncserver/libvncserver/
Dwebsockets.c59 #define WS_NTOH16(n) htobe16(n)
61 #define WS_HTON16(n) htobe16(n)
/external/tpm2/
Dtpm_generated.c16 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()