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