Searched refs:be64atoh (Results 1 – 5 of 5) sorted by relevance
/external/libmtp/src/ |
D | gphoto2-endian-intel.h | 105 #ifndef be64atoh 106 # define be64atoh(x) be64toh(*(uint64_t*)(x)) macro
|
D | gphoto2-endian-ppc.h | 96 #define be64atoh(x) ((uint64_t)(be64atoh_x(x,0,56)|be64atoh_x(x,1,48)|be64atoh_x(x,2,40)| \ macro
|
D | ptp-pack.c | 82 return ((params->byteorder==PTP_DL_LE)?le64atoh(a):be64atoh(a)); in dtoh64ap()
|
/external/libmtp/m4/ |
D | byteorder.m4 | 341 #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/ |
D | gp-byteorder.m4 | 299 #define be64atoh(x) be64toh(*(uint64_t*)(x)) 325 #define be64atoh(x) ((uint64_t)(((x)[0]<<56)|((x)[1]<<48)|((x)[2]<<40)| \\
|