Home
last modified time | relevance | path

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

/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/libmtp/src/
Dgphoto2-endian-intel.h81 #ifndef be64toh
82 # define be64toh(x) swap64(x) macro
86 #define BE64TOH(x) (x) = be64toh(x)
106 # define be64atoh(x) be64toh(*(uint64_t*)(x))
Dgphoto2-endian-ppc.h70 #ifndef be64toh
71 # define be64toh(x) (x) macro
Dptp-pack.c64 return ((params->byteorder==PTP_DL_LE)?le64toh(var):be64toh(var)); in dtoh64p()
/external/vboot_reference/cgpt/
Dcgpt_endian.h33 # define be64toh(x) __bswap_64 (x) macro
48 # define be64toh(x) (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.cc528 TEST_F(UtilTest, be64toh) { in TEST_F() argument
529 EXPECT_EQ(avb_be64toh(0x123456789abcdef0), be64toh(0x123456789abcdef0)); in TEST_F()
/external/libmtp/m4/
Dbyteorder.m4260 #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/
Ddwelf_scn_gnu_compressed_size.c64 size = be64toh (size); in dwelf_scn_gnu_compressed_size()
/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/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/nfacct/
Dnfacct.c178 (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/
Delf_compress_gnu.c163 gsize = be64toh (gsize); in elf_compress_gnu()
/external/elfutils/libdwfl/
Dlinux-core-attach.c230 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
273 ? be64toh (val64) : le64toh (val64)); in core_set_initial_registers()
/external/tpm2/
Dtpm_generated.c47 *target = be64toh(value_net); in uint8_t_Unmarshal()
95 *target = be64toh(value_net); in int8_t_Unmarshal()
143 *target = be64toh(value_net); in uint16_t_Unmarshal()
191 *target = be64toh(value_net); in int16_t_Unmarshal()
239 *target = be64toh(value_net); in uint32_t_Unmarshal()
287 *target = be64toh(value_net); in int32_t_Unmarshal()
335 *target = be64toh(value_net); in uint64_t_Unmarshal()
383 *target = be64toh(value_net); in int64_t_Unmarshal()