Searched refs:be32toh (Results 1 – 4 of 4) sorted by relevance
39 #define betoh32(x) be32toh(x)80 #define be32toh(x) __builtin_bswap32(x) macro
688 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()
63 ASSERT_EQ(le32, be32toh(be32)); in TEST()
133 metadata_signature_size_ = be32toh(metadata_signature_size_); in ParsePayloadHeader()