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

  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 48 #define htobe32(x) bswap32((x)) macro
62 #define htobe32(x) ((uint32_t)(x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 26 # define htobe32(x) __bswap_32 (x) macro
41 # define htobe32(x) (x) macro
  /external/kmod/port-gnu/
endian-darwin.h 29 # define htobe32(x) OSSwapHostToBigInt32(x) macro
73 # define htobe32(x) htonl(x) macro
91 # define htobe32(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 69 # define htobe32(x) __bswap_32 (x) macro
84 # define htobe32(x) (x) macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h 69 #define htobe32(x) bswap32((x)) macro
83 #define htobe32(x) ((uint32_t)(x)) macro
  /system/core/base/include/android-base/
endian.h 65 #define htobe32(x) __builtin_bswap32(x) macro
  /bionic/libc/include/sys/
endian.h 79 #define htobe32(x) __swap32(x) macro
99 #define be32toh(x) htobe32(x)
  /device/google/contexthub/util/nanoapp_sign/
nanoapp_sign.c 38 #define htobe32(x) bswap32((x)) macro
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 151 #define htobe32(x) (x) macro
158 #define HTOBE32(x) (void) (x)
167 #define htobe32(x) bswap32((uint32_t)(x))
174 #define HTOBE32(x) (x) = bswap32((uint32_t)(x))
183 #define be32toh(x) htobe32(x)
190 #define BE32TOH(x) HTOBE32(x)

Completed in 139 milliseconds