Home
last modified time | relevance | path

Searched refs:be64toh (Results 1 – 25 of 29) sorted by relevance

12

/external/iperf3/src/
Dportable_endian.h31 # 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
Diperf_udp.c110 pcount = be64toh(pcount); in iperf_udp_recv()
/external/webrtc/rtc_base/
Dbyte_order.h32 #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/
Dc_endianness.h24 # 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/
Dc_endianness.h24 # 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/
Dendian-darwin.h36 # 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/
Dreloc.h35 #define R_TYPE(x) (be64toh(x)&0x7fffffff)
36 #define R_SYM(x) (be32toh(be64toh(x)>>32))
/external/vboot_reference/cgpt/
Dcgpt_endian.h33 # define be64toh(x) __bswap_64 (x) macro
48 # define be64toh(x) (x) macro
/external/musl/include/
Dendian.h40 #define be64toh(x) __bswap64(x) macro
53 #define be64toh(x) (uint64_t)(x) macro
/external/avb/test/
Davb_vbmeta_image_unittest.cc278 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()
Davb_util_unittest.cc529 TEST_F(UtilTest, be64toh) { in TEST_F() argument
530 EXPECT_EQ(avb_be64toh(0x123456789abcdef0), be64toh(0x123456789abcdef0)); in TEST_F()
/external/strace/tests/
Dnlattr_fib_rule_hdr.c132 #if defined HAVE_BE64TOH || defined be64toh in main()
137 printf("htobe64(%" PRIu64 ")", be64toh(tun_id))); in main()
/external/strace/tests-m32/
Dnlattr_fib_rule_hdr.c132 #if defined HAVE_BE64TOH || defined be64toh in main()
137 printf("htobe64(%" PRIu64 ")", be64toh(tun_id))); in main()
/external/strace/tests-mx32/
Dnlattr_fib_rule_hdr.c132 #if defined HAVE_BE64TOH || defined be64toh in main()
137 printf("htobe64(%" PRIu64 ")", be64toh(tun_id))); in main()
/external/arm-trusted-firmware/include/lib/libc/
Dendian.h63 #define be64toh(x) bswap64((x)) macro
77 #define be64toh(x) ((uint64_t)(x)) macro
/external/elfutils/libdwelf/
Ddwelf_scn_gnu_compressed_size.c64 size = be64toh (size); in dwelf_scn_gnu_compressed_size()
/external/ot-br-posix/src/common/
Dbyteswap.hpp55 #define be64toh(x) OSSwapBigToHostInt64(x) macro
/external/libnetfilter_conntrack/src/conntrack/
Dparse_mnl.c470 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()
Dbuild_mnl.c205 be64toh(ct->protoinfo.dccp.handshake_seq); in nfct_build_protoinfo()
/external/tpm2-tss/src/util/
Dtss2_endian.h23 #define BE_TO_HOST_64(value) be64toh(value)
/external/libexif/m4m/
Dgp-byteorder.m4241 #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/
Dnxu.h434 #define get64(ST, REG) (be64toh(ST.REG))
435 #define getp64(ST, REG) (be64toh((ST)->REG))
/external/strace/
Dnlattr.c453 #if defined HAVE_BE64TOH || defined be64toh in decode_nla_be64()
459 tprintf("htobe64(%" PRIu64 ")", be64toh(num)); in decode_nla_be64()
/external/elfutils/libelf/
Delf_compress_gnu.c166 gsize = be64toh (gsize); in elf_compress_gnu()
/external/elfutils/libdwfl/
Dlinux-core-attach.c234 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
277 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()

12