Searched refs:be32toh (Results 1 – 5 of 5) 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()
109 metadata_signature_size_ = be32toh(metadata_signature_size_); in ParsePayloadHeader()
110 return static_cast<T>(be32toh(*reinterpret_cast<unsigned_type*>(data))); in readBigEndian()279 uint32_t magic = be32toh(*(uint32_t*)(buffer_.data() + bcur)); in SkipToRequest()