/external/vboot_reference/cgpt/ |
D | cgpt_endian.h | 23 # define htobe16(x) __bswap_16 (x) macro 38 # define htobe16(x) (x) macro
|
/external/llvm-libc/include/llvm-libc-macros/ |
D | endian-macros.h | 20 #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/ |
D | c_endianness.h | 28 # 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/ |
D | c_endianness.h | 28 # 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/ |
D | portable_endian.h | 48 # 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/ |
D | lowstar_endianness.h | 28 # 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/ |
D | sysincludes.h | 7 #define htobe16(x) OSSwapHostToBigInt16(x) macro
|
/external/musl/include/ |
D | endian.h | 35 #define htobe16(x) __bswap16(x) macro 48 #define htobe16(x) (uint16_t)(x) macro
|
/external/trusty/musl/include/ |
D | endian.h | 43 #define htobe16(x) __bswap16(x) macro 62 #define htobe16(x) (uint16_t)(x) macro
|
/external/webrtc/rtc_base/ |
D | byte_order.h | 27 #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/ |
D | byteswap.hpp | 45 #define htobe16(x) OSSwapHostToBigInt16(x) macro
|
/external/trusty/arm-trusted-firmware/include/lib/libc/ |
D | endian.h | 54 #define htobe16(x) bswap16((x)) macro 68 #define htobe16(x) ((uint16_t)(x)) macro
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | endian.h | 54 #define htobe16(x) bswap16((x)) macro 68 #define htobe16(x) ((uint16_t)(x)) macro
|
/external/trusty/lk/lib/libc/include/ |
D | endian.h | 67 #define htobe16(n) BE16(n) macro
|
/external/coreboot/payloads/libpayload/include/ |
D | endian.h | 40 #define htobe16(in) (in) macro 50 #define htobe16(in) ((uint16_t)__builtin_bswap16(in)) macro
|
/external/coreboot/src/include/ |
D | endian.h | 100 static inline uint16_t htobe16(uint16_t host_16bits) in htobe16() function
|
/external/libpciaccess/src/ |
D | common_interface.c | 76 #define htobe16(x) OSSwapHostToBigInt16(x) macro
|