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

  /external/libmtp/src/
gphoto2-endian-intel.h 114 #ifndef le64atoh
115 # define le64atoh(x) le64toh(*(uint64_t*)(x)) macro
gphoto2-endian-ppc.h 101 #define le64atoh(x) ((uint64_t)(le64atoh_x(x,7,56)|le64atoh_x(x,6,48)|le64atoh_x(x,5,40)| \ macro

Completed in 50 milliseconds