Searched defs:htobe64a (Results 1 - 2 of 2) sorted by relevance

/external/libmtp/src/
H A Dgphoto2-endian-intel.h124 #ifndef htobe64a
125 # define htobe64a(a,x) *(uint64_t*)(a) = htobe64(x) macro
H A Dgphoto2-endian-ppc.h107 #define htobe64a(a,x) (a)[0]=(uint8_t)((x)>>56), (a)[1]=(uint8_t)((x)>>48), \ macro

Completed in 74 milliseconds