Home
last modified time | relevance | path

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

/system/core/base/include/android-base/
Dendian.h39 #define betoh32(x) be32toh(x)
80 #define be32toh(x) __builtin_bswap32(x) macro
/system/extras/ioshark/
Dioshark_bench_subr.c688 file_op->op_union.enum_size = be32toh(file_op->op_union.enum_size); in ioshark_read_file_op()
694 file_op->lseek_action = be32toh(file_op->lseek_action); in ioshark_read_file_op()
709 file_op->mmap_prot = be32toh(file_op->mmap_prot); in ioshark_read_file_op()
712 file_op->open_flags = be32toh(file_op->open_flags); in ioshark_read_file_op()
713 file_op->open_mode = be32toh(file_op->open_mode); in ioshark_read_file_op()
/system/core/base/
Dendian_test.cpp63 ASSERT_EQ(le32, be32toh(be32)); in TEST()
/system/update_engine/payload_consumer/
Dpayload_metadata.cc133 metadata_signature_size_ = be32toh(metadata_signature_size_); in ParsePayloadHeader()