Home
last modified time | relevance | path

Searched refs:be16atoh (Results 1 – 5 of 5) sorted by relevance

/external/libmtp/src/
Dgphoto2-endian-intel.h99 #ifndef be16atoh
100 # define be16atoh(x) be16toh(*(uint16_t*)(x)) macro
Dgphoto2-endian-ppc.h93 #define be16atoh(x) ((uint16_t)(((x)[0]<<8)|(x)[1])) macro
Dptp-pack.c70 return ((params->byteorder==PTP_DL_LE)?le16atoh(a):be16atoh(a)); in dtoh16ap()
/external/libmtp/m4/
Dbyteorder.m4335 #ifndef be16atoh
336 # define be16atoh(x) be16toh(*(uint16_t*)(x))
385 #define be16atoh(x) ((uint16_t)(((x)[0]<<8)|(x)[1]))
/external/libexif/m4m/
Dgp-byteorder.m4297 #define be16atoh(x) be16toh(*(uint16_t*)(x))
323 #define be16atoh(x) ((uint16_t)(((x)[0]<<8)|(x)[1]))