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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
endian.h 72 # define le32toh(x) (x) macro
87 # define le32toh(x) __bswap_32 (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 72 # define le32toh(x) (x) macro
87 # define le32toh(x) __bswap_32 (x) macro
  /external/libmtp/src/
gphoto2-endian-intel.h 63 #ifndef le32toh
64 # define le32toh(x) (x) macro
74 #define LE32TOH(x) (void) (x)
112 # define le32atoh(x) le32toh(*(uint32_t*)(x))
gphoto2-endian-ppc.h 60 #ifndef le32toh
61 # define le32toh(x) swap32(x) macro
77 #define LE32TOH(x) (x) = le32toh(x)
ptp-pack.c 58 return ((params->byteorder==PTP_DL_LE)?le32toh(var):be32toh(var));
    [all...]
  /bionic/libc/include/sys/
endian.h 279 #define le32toh(x) htole32(x) macro
  /development/ndk/platforms/android-L/include/sys/
endian.h 279 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/sys/
endian.h 279 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/sys/
endian.h 279 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/sys/
endian.h 279 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/sys/
endian.h 279 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/sys/
endian.h 279 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/sys/
endian.h 279 #define le32toh(x) htole32(x) macro

Completed in 81 milliseconds