/external/mbedtls/3rdparty/everest/include/everest/kremlin/ |
D | c_endianness.h | 33 # define htobe32(x) OSSwapHostToBigInt32(x) macro 51 # define htobe32(x) BE_32(x) macro 69 # define htobe32(x) _byteswap_ulong(x) macro 88 # define htobe32(x) __builtin_bswap32(x) macro 105 # define htobe32(x) (x) macro 131 # define htobe32(x) \ macro
|
/external/openthread/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/ |
D | c_endianness.h | 33 # define htobe32(x) OSSwapHostToBigInt32(x) macro 51 # define htobe32(x) BE_32(x) macro 69 # define htobe32(x) _byteswap_ulong(x) macro 88 # define htobe32(x) __builtin_bswap32(x) macro 105 # define htobe32(x) (x) macro 131 # define htobe32(x) \ macro
|
/external/python/cpython3/Modules/_hacl/include/krml/ |
D | lowstar_endianness.h | 33 # define htobe32(x) OSSwapHostToBigInt32(x) macro 51 # define htobe32(x) BE_32(x) macro 69 # define htobe32(x) _byteswap_ulong(x) macro 88 # define htobe32(x) __builtin_bswap32(x) macro 106 # define htobe32(x) (x) macro 132 # define htobe32(x) \ macro
|
/external/vboot_reference/cgpt/ |
D | cgpt_endian.h | 28 # define htobe32(x) __bswap_32 (x) macro 43 # define htobe32(x) (x) macro
|
/external/llvm-libc/include/llvm-libc-macros/ |
D | endian-macros.h | 21 #define htobe32(x) __builtin_bswap32((x)) macro 36 #define htobe32(x) __LLVM_LIBC_CAST(static_cast, uint32_t, x) macro
|
/external/iperf3/src/ |
D | portable_endian.h | 53 # define htobe32(x) OSSwapHostToBigInt32(x) macro 99 # define htobe32(x) htonl(x) macro 117 # define htobe32(x) (x) macro
|
/external/coreboot/src/commonlib/bsd/include/commonlib/bsd/ |
D | sysincludes.h | 12 #define htobe32(x) OSSwapHostToBigInt32(x) macro
|
/external/musl/include/ |
D | endian.h | 37 #define htobe32(x) __bswap32(x) macro 50 #define htobe32(x) (uint32_t)(x) macro
|
/external/trusty/musl/include/ |
D | endian.h | 46 #define htobe32(x) __bswap32(x) macro 65 #define htobe32(x) (uint32_t)(x) macro
|
/external/webrtc/rtc_base/ |
D | byte_order.h | 28 #define htobe32(v) OSSwapHostToBigInt32(v) macro 52 #define htobe32(v) htonl(v) macro 72 #define htobe32(v) (v) macro
|
/external/ot-br-posix/src/common/ |
D | byteswap.hpp | 50 #define htobe32(x) OSSwapHostToBigInt32(x) macro
|
/external/trusty/arm-trusted-firmware/include/lib/libc/ |
D | endian.h | 55 #define htobe32(x) bswap32((x)) macro 69 #define htobe32(x) ((uint32_t)(x)) macro
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | endian.h | 55 #define htobe32(x) bswap32((x)) macro 69 #define htobe32(x) ((uint32_t)(x)) macro
|
/external/trusty/lk/lib/libc/include/ |
D | endian.h | 69 #define htobe32(n) BE32(n) macro
|
/external/coreboot/payloads/libpayload/include/ |
D | endian.h | 41 #define htobe32(in) (in) macro 51 #define htobe32(in) ((uint32_t)__builtin_bswap32(in)) macro
|
/external/avb/test/ |
D | avb_util_unittest.cc | 517 TEST_F(UtilTest, htobe32) { in TEST_F() argument
|
/external/coreboot/src/include/ |
D | endian.h | 120 static inline uint32_t htobe32(uint32_t host_32bits) in htobe32() function
|
/external/libpciaccess/src/ |
D | common_interface.c | 81 #define htobe32(x) OSSwapHostToBigInt32(x) macro
|