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

  /external/libmtp/src/
gphoto2-endian-intel.h 66 #ifndef le64toh
67 # define le64toh(x) (x) macro
75 #define LE64TOH(x) (void) (x)
115 # define le64atoh(x) le64toh(*(uint64_t*)(x))
gphoto2-endian-ppc.h 63 #ifndef le64toh
64 # define le64toh(x) swap64(x) macro
78 #define LE64TOH(x) (x) = le64toh(x)

Completed in 65 milliseconds