/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 | 92 pcount = be64toh(pcount); in iperf_udp_recv()
|
/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/vboot_reference/cgpt/ |
D | cgpt_endian.h | 33 # define be64toh(x) __bswap_64 (x) macro 48 # define be64toh(x) (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 | 530 TEST_F(UtilTest, be64toh) { in TEST_F() argument 531 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/libmtp/m4/ |
D | byteorder.m4 | 260 #ifndef be64toh 261 # define be64toh(x) (x) 307 #ifndef be64toh 308 # define be64toh(x) swap64(x) 312 #define BE64TOH(x) (x) = be64toh(x) 342 # define be64atoh(x) be64toh(*(uint64_t*)(x))
|
/external/elfutils/libdwelf/ |
D | dwelf_scn_gnu_compressed_size.c | 64 size = be64toh (size); in dwelf_scn_gnu_compressed_size()
|
/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/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/u-boot/tools/ |
D | mips-relocs.c | 44 _val = is_be ? be64toh(_val) : le64toh(_val); \ 168 off = is_be ? be64toh(rel->r_offset) : le64toh(rel->r_offset); in parse_mips64_rela()
|
/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()
|
D | configure.ac | 269 be64toh
|
D | config.h.in | 54 /* Define to 1 if you have the `be64toh' function. */
|
D | configure | 9977 for ac_func in accept4 be64toh fallocate fanotify_mark fopen64 fork fputs_unlocked fstatat ftruncat…
|
D | ChangeLog | 11864 * configure.ac (AC_CHECK_FUNCS): Add be64toh.
|
/external/nfacct/ |
D | nfacct.c | 178 (unsigned long long)be64toh(nla_get_u64(tb[NFACCT_PKTS])), in valid_input() 179 (unsigned long long)be64toh(nla_get_u64(tb[NFACCT_BYTES])), in valid_input()
|
/external/elfutils/libelf/ |
D | elf_compress_gnu.c | 166 gsize = be64toh (gsize); in elf_compress_gnu()
|
/external/elfutils/libdwfl/ |
D | linux-core-attach.c | 233 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers() 276 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
|
/external/libmtp/src/ |
D | ptp-pack.c | 91 return ((params->byteorder==PTP_DL_LE)?le64toh(var):be64toh(var)); in dtoh64p()
|