Home
last modified time | relevance | path

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

/external/libmtp/src/
Dgphoto2-endian-intel.h102 #ifndef be32atoh
103 # define be32atoh(x) be32toh(*(uint32_t*)(x)) macro
Dgphoto2-endian-ppc.h94 #define be32atoh(x) ((uint32_t)(((x)[0]<<24)|((x)[1]<<16)|((x)[2]<<8)|(x)[3])) macro
Dptp-pack.c76 return ((params->byteorder==PTP_DL_LE)?le32atoh(a):be32atoh(a)); in dtoh32ap()
/external/libmtp/m4/
Dbyteorder.m4338 #ifndef be32atoh
339 # define be32atoh(x) be32toh(*(uint32_t*)(x))
386 #define be32atoh(x) ((uint32_t)(((x)[0]<<24)|((x)[1]<<16)|((x)[2]<<8)|(x)[3]))
/external/libexif/m4m/
Dgp-byteorder.m4298 #define be32atoh(x) be32toh(*(uint32_t*)(x))
324 #define be32atoh(x) ((uint32_t)(((x)[0]<<24)|((x)[1]<<16)|((x)[2]<<8)|(x)[3]))