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

  /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
  /external/kmod/port-gnu/
endian-darwin.h 30 # define htole32(x) OSSwapHostToLittleInt32(x) macro
74 # define htole32(x) (x) macro
92 # define htole32(x) __builtin_bswap32(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
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h 72 #define htole32(x) ((uint32_t)(x)) macro
86 #define htole32(x) bswap32((x)) macro
  /system/core/base/include/android-base/
endian.h 73 #define htole32(x) (x) macro
  /bionic/libc/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
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 154 #define htole32(x) bswap32((uint32_t)(x)) macro
161 #define HTOLE32(x) (x) = bswap32((uint32_t)(x))
170 #define htole32(x) (x)
177 #define HTOLE32(x) (void) (x)
186 #define le32toh(x) htole32(x)
193 #define LE32TOH(x) HTOLE32(x)
  /external/libjpeg-turbo/md5/
md5.c 40 #define htole32(x) le32toh(x) macro
51 * OS X doesn't have le32toh() or htole32()
56 #define htole32(x) OSSwapHostToLittleInt32(x) macro
71 op[i] = htole32(input[i]);
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
if_mskreg.h 2289 #define htole32 macro
    [all...]

Completed in 245 milliseconds