HomeSort by relevance Sort by last modified time
    Searched defs:le64toh (Results 1 - 4 of 4) 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)
  /bionic/libc/include/sys/
endian.h 271 #define le64toh(x) htole64(x) macro
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobspatch.c 45 #define le64toh(x) OSSwapLittleToHostInt64(x) macro
49 #define le64toh(x) (x) macro
51 #error Provide le64toh for this platform
58 return le64toh(*((off_t*)buf));

Completed in 67 milliseconds