Home
last modified time | relevance | path

Searched refs:be32toh (Results 1 – 5 of 5) sorted by relevance

/system/libbase/include/android-base/
Dendian.h42 #define betoh32(x) be32toh(x)
91 #define be32toh(x) __builtin_bswap32(x) macro
/system/extras/ioshark/
Dioshark_bench_subr.c681 file_op->op_union.enum_size = be32toh(file_op->op_union.enum_size); in ioshark_read_file_op()
687 file_op->lseek_action = be32toh(file_op->lseek_action); in ioshark_read_file_op()
702 file_op->mmap_prot = be32toh(file_op->mmap_prot); in ioshark_read_file_op()
705 file_op->open_flags = be32toh(file_op->open_flags); in ioshark_read_file_op()
706 file_op->open_mode = be32toh(file_op->open_mode); in ioshark_read_file_op()
/system/libbase/
Dendian_test.cpp63 ASSERT_EQ(le32, be32toh(be32)); in TEST()
/system/update_engine/payload_consumer/
Dpayload_metadata.cc109 metadata_signature_size_ = be32toh(metadata_signature_size_); in ParsePayloadHeader()
/system/core/adb/client/
Dincremental_server.cpp110 return static_cast<T>(be32toh(*reinterpret_cast<unsigned_type*>(data))); in readBigEndian()
279 uint32_t magic = be32toh(*(uint32_t*)(buffer_.data() + bcur)); in SkipToRequest()