HomeSort by relevance Sort by last modified time
    Searched refs:be64toh (Results 101 - 116 of 116) sorted by null

1 2 3 45

  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
endian.h 100 #define be64toh(x) htobe64(x) macro
  /system/core/base/
endian_test.cpp 64 ASSERT_EQ(le64, be64toh(be64));
  /bionic/tests/
endian_test.cpp 78 ASSERT_EQ(le64, be64toh(be64));
  /external/elfutils/libelf/
elf_compress_gnu.c 163 gsize = be64toh (gsize);
  /external/avb/test/
avb_vbmeta_image_unittest.cc 278 h->hash_size = htobe64(be64toh(h->authentication_data_block_size));
302 h->signature_size = htobe64(be64toh(h->authentication_data_block_size));
326 h->public_key_size = htobe64(be64toh(h->auxiliary_data_block_size));
350 h->public_key_metadata_size = htobe64(be64toh(h->auxiliary_data_block_size));
395 uint64_t change = be64toh(h->auxiliary_data_block_size) - 64;
avb_util_unittest.cc 528 TEST_F(UtilTest, be64toh) {
529 EXPECT_EQ(avb_be64toh(0x123456789abcdef0), be64toh(0x123456789abcdef0));
  /external/libnetfilter_conntrack/src/conntrack/
parse_mnl.c 470 ct->protoinfo.dccp.handshake_seq = be64toh(
559 be64toh(mnl_attr_get_u64(tb[CTA_COUNTERS_PACKETS]));
577 be64toh(mnl_attr_get_u64(tb[CTA_COUNTERS_BYTES]));
781 be64toh(mnl_attr_get_u64(tb[CTA_TIMESTAMP_START]));
786 be64toh(mnl_attr_get_u64(tb[CTA_TIMESTAMP_STOP]));
build_mnl.c 205 be64toh(ct->protoinfo.dccp.handshake_seq);
  /external/elfutils/libdwfl/
linux-core-attach.c 230 ? be64toh (val64) : le64toh (val64));
273 ? be64toh (val64) : le64toh (val64));
  /external/nfacct/
nfacct.c 178 (unsigned long long)be64toh(nla_get_u64(tb[NFACCT_PKTS])),
179 (unsigned long long)be64toh(nla_get_u64(tb[NFACCT_BYTES])),
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 184 #define be64toh(x) htobe64(x) macro
191 #define BE64TOH(x) HTOBE64(x)
  /system/update_engine/payload_generator/
payload_signer.cc 263 major_version = be64toh(major_version);
272 manifest_size = be64toh(manifest_size);
  /system/update_engine/payload_consumer/
delta_performer.cc 475 major_payload_version_ = be64toh(major_payload_version_);
500 manifest_size_ = be64toh(manifest_size_); // switch big endian to host
    [all...]
  /external/tpm2/
tpm_generated.c 47 *target = be64toh(value_net);
95 *target = be64toh(value_net);
143 *target = be64toh(value_net);
191 *target = be64toh(value_net);
239 *target = be64toh(value_net);
287 *target = be64toh(value_net);
335 *target = be64toh(value_net);
383 *target = be64toh(value_net);
    [all...]
  /external/libmtp/src/
ptp-pack.c 91 return ((params->byteorder==PTP_DL_LE)?le64toh(var):be64toh(var));
    [all...]

Completed in 543 milliseconds

1 2 3 45