Home
last modified time | relevance | path

Searched refs:htobe16 (Results 1 – 6 of 6) 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/vboot_reference/cgpt/
Dcgpt_endian.h21 # define htobe16(x) __bswap_16 (x) macro
36 # define htobe16(x) (x) macro
/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)