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

1 2 3

  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 51 #define htole32(x) ((uint32_t)(x)) macro
65 #define htole32(x) bswap32((x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 27 # define htole32(x) (x) macro
42 # define htole32(x) __bswap_32 (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
endian.h 70 # define htole32(x) (x) macro
85 # define htole32(x) __bswap_32 (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 70 # define htole32(x) (x) macro
85 # define htole32(x) __bswap_32 (x) macro
  /external/libmtp/src/
gphoto2-endian-intel.h 54 #ifndef htole32
55 # define htole32(x) (x) macro
71 #define HTOLE32(x) (void) (x)
131 # define htole32a(a,x) *(uint32_t*)(a) = htole32(x)
gphoto2-endian-ppc.h 54 #ifndef htole32
55 # define htole32(x) swap32(x) macro
75 #define HTOLE32(x) (x) = htole32(x)
  /bionic/libc/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /development/ndk/platforms/android-21/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /development/ndk/platforms/android-3/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 39 #define htole32(x) ((uint32_t)(x)) macro
  /external/libjpeg-turbo/md5/
md5.c 42 * OS X doesn't have le32toh() or htole32()
47 #define htole32(x) OSSwapHostToLittleInt32(x) macro
62 op[i] = htole32(input[i]);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/sys/
endian.h 86 #define htole32(x) (x) macro
102 #define le32toh(x) htole32(x)

Completed in 897 milliseconds

1 2 3