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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
endian.h 77 # define le64toh(x) (x) macro
92 # define le64toh(x) __bswap_64 (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 77 # define le64toh(x) (x) macro
92 # define le64toh(x) __bswap_64 (x) macro
  /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)
ptp-pack.c 64 return ((params->byteorder==PTP_DL_LE)?le64toh(var):be64toh(var));
    [all...]
  /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));
  /bionic/libc/include/sys/
endian.h 280 #define le64toh(x) htole64(x) macro
  /development/ndk/platforms/android-L/include/sys/
endian.h 280 #define le64toh(x) htole64(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
endian.h 280 #define le64toh(x) htole64(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
endian.h 280 #define le64toh(x) htole64(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
endian.h 280 #define le64toh(x) htole64(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
endian.h 280 #define le64toh(x) htole64(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
endian.h 280 #define le64toh(x) htole64(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
endian.h 280 #define le64toh(x) htole64(x) macro

Completed in 322 milliseconds