Searched refs:htole64a (Results 1 – 5 of 5) sorted by relevance
/external/libmtp/src/ |
D | gphoto2-endian-intel.h | 133 #ifndef htole64a 134 # define htole64a(a,x) *(uint64_t*)(a) = htole64(x) macro
|
D | gphoto2-endian-ppc.h | 114 #define htole64a(a,x) (a)[7]=(uint8_t)((x)>>56), (a)[6]=(uint8_t)((x)>>48), \ macro
|
D | ptp-pack.c | 44 htole64a(a,val); in htod64ap()
|
/external/libmtp/m4/ |
D | byteorder.m4 | 369 #ifndef htole64a 370 # define htole64a(a,x) *(uint64_t*)(a) = htole64(x) 406 #define htole64a(a,x) (a)[7]=(uint8_t)((x)>>56), (a)[6]=(uint8_t)((x)>>48), \\
|
/external/libexif/m4m/ |
D | gp-byteorder.m4 | 309 #define htole64a(a,x) *(uint64_t*)(a) = htole64(x) 342 #define htole64a(a,x) (a)[7]=(uint8_t)((x)>>56), (a)[6]=(uint8_t)((x)>>48), \\
|