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

1 2 3

  /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
  /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)
  /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-3/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 41 #define le32toh(x) ((uint32_t)(x)) macro
131 rsa->num[i] = le32toh(le32SigPack[i]);
  /external/libjpeg-turbo/md5/
md5.c 42 * OS X doesn't have le32toh() or htole32()
46 #define le32toh(x) OSSwapLittleToHostInt32(x) macro
77 output[i] = le32toh(ip[i]);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
endian.h 102 #define le32toh(x) htole32(x) macro

Completed in 886 milliseconds

1 2 3