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

  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 47 #define htobe16(x) bswap16((x)) macro
61 #define htobe16(x) ((uint16_t)(x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 21 # define htobe16(x) __bswap_16 (x) macro
36 # define htobe16(x) (x) macro
  /external/kmod/port-gnu/
endian-darwin.h 24 # define htobe16(x) OSSwapHostToBigInt16(x) macro
68 # define htobe16(x) htons(x) macro
86 # define htobe16(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 64 # define htobe16(x) __bswap_16 (x) macro
79 # define htobe16(x) (x) macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h 68 #define htobe16(x) bswap16((x)) macro
82 #define htobe16(x) ((uint16_t)(x)) macro
  /system/core/base/include/android-base/
endian.h 64 #define htobe16(x) __builtin_bswap16(x) macro
  /bionic/libc/include/sys/
endian.h 78 #define htobe16(x) __swap16(x) macro
98 #define be16toh(x) htobe16(x)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 150 #define htobe16(x) (x) macro
157 #define HTOBE16(x) (void) (x)
166 #define htobe16(x) bswap16((uint16_t)(x))
173 #define HTOBE16(x) (x) = bswap16((uint16_t)(x))
182 #define be16toh(x) htobe16(x)
189 #define BE16TOH(x) HTOBE16(x)

Completed in 202 milliseconds