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

1 2 3 4 5

  /external/kmod/port-gnu/
endian-darwin.h 32 # define le32toh(x) OSSwapLittleToHostInt32(x) macro
56 # define le32toh(x) letoh32(x) macro
76 # define le32toh(x) (x) macro
94 # define le32toh(x) __builtin_bswap32(x) macro
  /external/libese/libese-sysdeps/
android-sysdeps.c 36 return le32toh(little_endian_32bits);
  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 58 #define le32toh(x) ((uint32_t)(x)) macro
72 #define le32toh(x) bswap32((x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 29 # define le32toh(x) (x) macro
44 # 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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 72 # define le32toh(x) (x) macro
87 # define le32toh(x) __bswap_32 (x) macro
  /device/google/contexthub/contexthubhal/
message_buf.h 98 return le32toh(val);
115 return le32toh(val);
  /bionic/libc/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /development/ndk/platforms/android-21/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /development/ndk/platforms/android-9/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro

Completed in 900 milliseconds

1 2 3 4 5