HomeSort by relevance Sort by last modified time
    Searched defs:htobe64a (Results 1 - 2 of 2) sorted by null

  /external/libmtp/src/
gphoto2-endian-intel.h 124 #ifndef htobe64a
125 # define htobe64a(a,x) *(uint64_t*)(a) = htobe64(x) macro
gphoto2-endian-ppc.h 107 #define htobe64a(a,x) (a)[0]=(uint8_t)((x)>>56), (a)[1]=(uint8_t)((x)>>48), \ macro

Completed in 88 milliseconds