Home
last modified time | relevance | path

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

/external/kmod/port-gnu/
Dendian-darwin.h26 # define be16toh(x) OSSwapBigToHostInt16(x) macro
52 # define be16toh(x) betoh16(x) macro
70 # define be16toh(x) ntohs(x) macro
88 # define be16toh(x) (x) macro
/external/libmtp/src/
Dgphoto2-endian-intel.h38 #ifndef be16toh
39 # define be16toh(x) ntohs(x) macro
48 #define BE16TOH(x) (x) = be16toh(x)
100 # define be16atoh(x) be16toh(*(uint16_t*)(x))
Dgphoto2-endian-ppc.h38 #ifndef be16toh
39 # define be16toh(x) ntohs(x) macro
48 #define BE16TOH(x) (x) = be16toh(x)
Dptp-pack.c52 return ((params->byteorder==PTP_DL_LE)?le16toh(var):be16toh(var)); in dtoh16p()
/external/vboot_reference/cgpt/
Dcgpt_endian.h23 # define be16toh(x) __bswap_16 (x) macro
38 # define be16toh(x) (x) macro
/external/minijail/
Delfparse.c34 pHeader->e_phentsize = be16toh(pHeader->e_phentsize); \
35 pHeader->e_phnum = be16toh(pHeader->e_phnum); \
/external/libmtp/m4/
Dbyteorder.m4224 #ifndef be16toh
225 # define be16toh(x) ntohs(x)
234 #define BE16TOH(x) (x) = be16toh(x)
336 # define be16atoh(x) be16toh(*(uint16_t*)(x))
/external/mmc-utils/
Dmmc_cmds.c1533 rpmb_type = be16toh(frame_in->req_resp); in do_rpmb_op()
1656 be16toh(frame_out.result)); in do_rpmb_write_key()
1683 return be16toh(frame_out.result); in rpmb_read_counter()
1811 be16toh(frame_out_p[blocks_cnt - 1].result)); in do_rpmb_read_block()
1963 be16toh(frame_out.result)); in do_rpmb_write_block()
/external/libexif/m4m/
Dgp-byteorder.m4222 #define be16toh(x) ntohs(x)
228 #define BE16TOH(x) (x) = be16toh(x)
297 #define be16atoh(x) be16toh(*(uint16_t*)(x))
/external/tpm2/
Dtpm_generated.c41 *target = be16toh(value_net); in uint8_t_Unmarshal()
89 *target = be16toh(value_net); in int8_t_Unmarshal()
137 *target = be16toh(value_net); in uint16_t_Unmarshal()
185 *target = be16toh(value_net); in int16_t_Unmarshal()
233 *target = be16toh(value_net); in uint32_t_Unmarshal()
281 *target = be16toh(value_net); in int32_t_Unmarshal()
329 *target = be16toh(value_net); in uint64_t_Unmarshal()
377 *target = be16toh(value_net); in int64_t_Unmarshal()