/external/iperf3/src/ |
D | portable_endian.h | 31 # define be64toh(x) betoh64(x) macro 39 # define be64toh(x) (x) macro 60 # define be64toh(x) OSSwapBigToHostInt64(x) macro 84 # define be64toh(x) ntohll(x) macro 106 # define be64toh(x) ntohll(x) macro 124 # define be64toh(x) (x) macro 171 #define be64toh(n) NTOHLL(n) macro
|
D | iperf_udp.c | 110 pcount = be64toh(pcount); in iperf_udp_recv()
|
/external/webrtc/rtc_base/ |
D | byte_order.h | 32 #define be64toh(v) OSSwapBigToHostInt64(v) macro 63 #define be64toh(v) _byteswap_uint64(v) macro 67 #define be64toh(v) __builtin_bswap64(v) macro 83 #define be64toh(v) (v) macro 87 #define be64toh(v) (v) macro 141 return be64toh(val); in GetBE64() 207 return be64toh(n); in NetworkToHost64()
|
/external/mbedtls/3rdparty/everest/include/everest/kremlin/ |
D | c_endianness.h | 24 # define be64toh(x) OSSwapBigToHostInt64(x) macro 42 # define be64toh(x) BE_64(x) macro 76 # define be64toh(x) _byteswap_uint64(x) macro 95 # define be64toh(x) __builtin_bswap64(x) macro 116 # define be64toh(x) (x) macro 148 # define be64toh(x) (htobe64((x))) macro 201 #define load64_be(b) (be64toh(load64(b)))
|
/external/openthread/third_party/mbedtls/repo/3rdparty/everest/include/everest/kremlin/ |
D | c_endianness.h | 24 # define be64toh(x) OSSwapBigToHostInt64(x) macro 42 # define be64toh(x) BE_64(x) macro 76 # define be64toh(x) _byteswap_uint64(x) macro 95 # define be64toh(x) __builtin_bswap64(x) macro 116 # define be64toh(x) (x) macro 148 # define be64toh(x) (htobe64((x))) macro 201 #define load64_be(b) (be64toh(load64(b)))
|
/external/kmod/port-gnu/ |
D | endian-darwin.h | 36 # define be64toh(x) OSSwapBigToHostInt64(x) macro 58 # define be64toh(x) betoh64(x) macro 80 # define be64toh(x) ntohll(x) macro 98 # define be64toh(x) (x) macro
|
/external/musl/arch/mips64/ |
D | reloc.h | 35 #define R_TYPE(x) (be64toh(x)&0x7fffffff) 36 #define R_SYM(x) (be32toh(be64toh(x)>>32))
|
/external/vboot_reference/cgpt/ |
D | cgpt_endian.h | 33 # define be64toh(x) __bswap_64 (x) macro 48 # define be64toh(x) (x) macro
|
/external/musl/include/ |
D | endian.h | 40 #define be64toh(x) __bswap64(x) macro 53 #define be64toh(x) (uint64_t)(x) macro
|
/external/avb/test/ |
D | avb_vbmeta_image_unittest.cc | 278 h->hash_size = htobe64(be64toh(h->authentication_data_block_size)); in TEST_F() 302 h->signature_size = htobe64(be64toh(h->authentication_data_block_size)); in TEST_F() 326 h->public_key_size = htobe64(be64toh(h->auxiliary_data_block_size)); in TEST_F() 350 h->public_key_metadata_size = htobe64(be64toh(h->auxiliary_data_block_size)); in TEST_F() 395 uint64_t change = be64toh(h->auxiliary_data_block_size) - 64; in TEST_F()
|
D | avb_util_unittest.cc | 529 TEST_F(UtilTest, be64toh) { in TEST_F() argument 530 EXPECT_EQ(avb_be64toh(0x123456789abcdef0), be64toh(0x123456789abcdef0)); in TEST_F()
|
/external/strace/tests/ |
D | nlattr_fib_rule_hdr.c | 132 #if defined HAVE_BE64TOH || defined be64toh in main() 137 printf("htobe64(%" PRIu64 ")", be64toh(tun_id))); in main()
|
/external/strace/tests-m32/ |
D | nlattr_fib_rule_hdr.c | 132 #if defined HAVE_BE64TOH || defined be64toh in main() 137 printf("htobe64(%" PRIu64 ")", be64toh(tun_id))); in main()
|
/external/strace/tests-mx32/ |
D | nlattr_fib_rule_hdr.c | 132 #if defined HAVE_BE64TOH || defined be64toh in main() 137 printf("htobe64(%" PRIu64 ")", be64toh(tun_id))); in main()
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | endian.h | 63 #define be64toh(x) bswap64((x)) macro 77 #define be64toh(x) ((uint64_t)(x)) macro
|
/external/elfutils/libdwelf/ |
D | dwelf_scn_gnu_compressed_size.c | 64 size = be64toh (size); in dwelf_scn_gnu_compressed_size()
|
/external/ot-br-posix/src/common/ |
D | byteswap.hpp | 55 #define be64toh(x) OSSwapBigToHostInt64(x) macro
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | parse_mnl.c | 470 ct->protoinfo.dccp.handshake_seq = be64toh( in nfct_parse_protoinfo_dccp() 559 be64toh(mnl_attr_get_u64(tb[CTA_COUNTERS_PACKETS])); in nfct_parse_counters() 577 be64toh(mnl_attr_get_u64(tb[CTA_COUNTERS_BYTES])); in nfct_parse_counters() 781 be64toh(mnl_attr_get_u64(tb[CTA_TIMESTAMP_START])); in nfct_parse_timestamp() 786 be64toh(mnl_attr_get_u64(tb[CTA_TIMESTAMP_STOP])); in nfct_parse_timestamp()
|
D | build_mnl.c | 205 be64toh(ct->protoinfo.dccp.handshake_seq); in nfct_build_protoinfo()
|
/external/tpm2-tss/src/util/ |
D | tss2_endian.h | 23 #define BE_TO_HOST_64(value) be64toh(value)
|
/external/libexif/m4m/ |
D | gp-byteorder.m4 | 241 #define be64toh(x) (x) 271 #define be64toh(x) swap64(x) 274 #define BE64TOH(x) (x) = be64toh(x) 299 #define be64atoh(x) be64toh(*(uint64_t*)(x))
|
/external/linux-kselftest/tools/testing/selftests/powerpc/nx-gzip/include/ |
D | nxu.h | 434 #define get64(ST, REG) (be64toh(ST.REG)) 435 #define getp64(ST, REG) (be64toh((ST)->REG))
|
/external/strace/ |
D | nlattr.c | 453 #if defined HAVE_BE64TOH || defined be64toh in decode_nla_be64() 459 tprintf("htobe64(%" PRIu64 ")", be64toh(num)); in decode_nla_be64()
|
/external/elfutils/libelf/ |
D | elf_compress_gnu.c | 166 gsize = be64toh (gsize); in elf_compress_gnu()
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 234 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers() 277 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
|