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

  /device/google/contexthub/firmware/external/freebsd/inc/sys/
endian.h 54 #define be16toh(x) bswap16((x)) macro
68 #define be16toh(x) ((uint16_t)(x)) macro
  /external/vboot_reference/cgpt/
cgpt_endian.h 23 # define be16toh(x) __bswap_16 (x) macro
38 # define be16toh(x) (x) macro
  /external/kmod/port-gnu/
endian-darwin.h 26 # define be16toh(x) OSSwapBigToHostInt16(x) macro
52 # define be16toh(x) betoh16(x) macro
70 # define be16toh(x) ntohs(x) macro
88 # define be16toh(x) (x) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
endian.h 66 # define be16toh(x) __bswap_16 (x) macro
81 # define be16toh(x) (x) macro
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
endian.h 75 #define be16toh(x) bswap16((x)) macro
89 #define be16toh(x) ((uint16_t)(x)) macro
  /system/core/base/include/android-base/
endian.h 39 #define betoh16(x) be16toh(x)
80 #define be16toh(x) __builtin_bswap16(x) macro
  /bionic/libc/include/sys/
endian.h 98 #define be16toh(x) htobe16(x) macro
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 182 #define be16toh(x) htobe16(x) macro
189 #define BE16TOH(x) HTOBE16(x)

Completed in 463 milliseconds