Searched refs:htobe32 (Results 1 – 11 of 11) sorted by relevance
241 file_op->op_union.enum_size = htobe32(file_op->op_union.enum_size); in ioshark_write_file_op()247 file_op->lseek_action = htobe32(file_op->lseek_action); in ioshark_write_file_op()262 file_op->mmap_prot = htobe32(file_op->mmap_prot); in ioshark_write_file_op()265 file_op->open_flags = htobe32(file_op->open_flags); in ioshark_write_file_op()266 file_op->open_mode = htobe32(file_op->open_mode); in ioshark_write_file_op()
205 htobe32(new_disk_file_op.op_union.enum_size); in main()218 htobe32(new_disk_file_op.lseek_action); in main()251 htobe32(new_disk_file_op.mmap_prot); in main()259 htobe32(new_disk_file_op.open_flags); in main()261 htobe32(new_disk_file_op.open_mode); in main()
64 #define htobe32(x) __builtin_bswap32(x) macro
47 ASSERT_EQ(be32, htobe32(le32)); in TEST()
101 ASSERT_EQ(htobe32(HW_AUTH_PASSWORD), hat->authenticator_type); in TEST_F()
58 uint32_t flags_data = htobe32(flags); in ModifyVBMetaHeaderFlags()
85 uint32_t flags_data = htobe32(flags); in SetVBMetaFlags()
244 token->authenticator_type = htobe32(HW_AUTH_PASSWORD); in MintAuthToken()
237 uint32_t metadata_signature_size = htobe32(signature_blob_length); in WritePayload()
102 uint32_t metadata_signature_size_be = htobe32(metadata_signature.size()); in AddSignatureBlobToPayload()
908 uint32_t metadata_signature_size_be = htobe32(metadata_signature_size); in TEST_F()