HomeSort by relevance Sort by last modified time
    Searched refs:le64atoh (Results 1 - 3 of 3) 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
ptp-pack.c 82 return ((params->byteorder==PTP_DL_LE)?le64atoh(a):be64atoh(a));
    [all...]

Completed in 474 milliseconds