Home
last modified time | relevance | path

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

/external/libmtp/src/
Dgphoto2-endian-intel.h105 #ifndef be64atoh
106 # define be64atoh(x) be64toh(*(uint64_t*)(x)) macro
Dgphoto2-endian-ppc.h96 #define be64atoh(x) ((uint64_t)(be64atoh_x(x,0,56)|be64atoh_x(x,1,48)|be64atoh_x(x,2,40)| \ macro
Dptp-pack.c82 return ((params->byteorder==PTP_DL_LE)?le64atoh(a):be64atoh(a)); in dtoh64ap()
/external/libmtp/m4/
Dbyteorder.m4341 #ifndef be64atoh
342 # define be64atoh(x) be64toh(*(uint64_t*)(x))
388 #define be64atoh(x) ((uint64_t)(be64atoh_x(x,0,56)|be64atoh_x(x,1,48)|be64atoh_x(x,2,40)| \\
/external/libexif/m4m/
Dgp-byteorder.m4299 #define be64atoh(x) be64toh(*(uint64_t*)(x))
325 #define be64atoh(x) ((uint64_t)(((x)[0]<<56)|((x)[1]<<48)|((x)[2]<<40)| \\