Home
last modified time | relevance | path

Searched defs:htobe16 (Results 1 – 17 of 17) sorted by relevance

/external/vboot_reference/cgpt/
Dcgpt_endian.h23 # define htobe16(x) __bswap_16 (x) macro
38 # define htobe16(x) (x) macro
/external/llvm-libc/include/llvm-libc-macros/
Dendian-macros.h20 #define htobe16(x) __builtin_bswap16((x)) macro
35 #define htobe16(x) __LLVM_LIBC_CAST(static_cast, uint16_t, x) macro
/external/mbedtls/3rdparty/everest/include/everest/kremlin/
Dc_endianness.h28 # define htobe16(x) OSSwapHostToBigInt16(x) macro
46 # define htobe16(x) BE_16(x) macro
64 # define htobe16(x) _byteswap_ushort(x) macro
83 # define htobe16(x) __builtin_bswap16(x) macro
/external/openthread/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/
Dc_endianness.h28 # define htobe16(x) OSSwapHostToBigInt16(x) macro
46 # define htobe16(x) BE_16(x) macro
64 # define htobe16(x) _byteswap_ushort(x) macro
83 # define htobe16(x) __builtin_bswap16(x) macro
/external/iperf3/src/
Dportable_endian.h48 # define htobe16(x) OSSwapHostToBigInt16(x) macro
94 # define htobe16(x) htons(x) macro
112 # define htobe16(x) (x) macro
/external/python/cpython3/Modules/_hacl/include/krml/
Dlowstar_endianness.h28 # define htobe16(x) OSSwapHostToBigInt16(x) macro
46 # define htobe16(x) BE_16(x) macro
64 # define htobe16(x) _byteswap_ushort(x) macro
83 # define htobe16(x) __builtin_bswap16(x) macro
/external/coreboot/src/commonlib/bsd/include/commonlib/bsd/
Dsysincludes.h7 #define htobe16(x) OSSwapHostToBigInt16(x) macro
/external/musl/include/
Dendian.h35 #define htobe16(x) __bswap16(x) macro
48 #define htobe16(x) (uint16_t)(x) macro
/external/trusty/musl/include/
Dendian.h43 #define htobe16(x) __bswap16(x) macro
62 #define htobe16(x) (uint16_t)(x) macro
/external/webrtc/rtc_base/
Dbyte_order.h27 #define htobe16(v) OSSwapHostToBigInt16(v) macro
51 #define htobe16(v) htons(v) macro
71 #define htobe16(v) (v) macro
/external/ot-br-posix/src/common/
Dbyteswap.hpp45 #define htobe16(x) OSSwapHostToBigInt16(x) macro
/external/trusty/arm-trusted-firmware/include/lib/libc/
Dendian.h54 #define htobe16(x) bswap16((x)) macro
68 #define htobe16(x) ((uint16_t)(x)) macro
/external/arm-trusted-firmware/include/lib/libc/
Dendian.h54 #define htobe16(x) bswap16((x)) macro
68 #define htobe16(x) ((uint16_t)(x)) macro
/external/trusty/lk/lib/libc/include/
Dendian.h67 #define htobe16(n) BE16(n) macro
/external/coreboot/payloads/libpayload/include/
Dendian.h40 #define htobe16(in) (in) macro
50 #define htobe16(in) ((uint16_t)__builtin_bswap16(in)) macro
/external/coreboot/src/include/
Dendian.h100 static inline uint16_t htobe16(uint16_t host_16bits) in htobe16() function
/external/libpciaccess/src/
Dcommon_interface.c76 #define htobe16(x) OSSwapHostToBigInt16(x) macro