Searched refs:BE32_IN (Results 1 – 3 of 3) sorted by relevance
49 #define BE32_IN(foo) (*(foo)) = bswap_32(*(foo)) macro56 #define BE32_IN(foo) (*(foo)) = bswap32(*(foo)) macro64 #define BE32_IN(foo) macro
119 BE32_IN(&footer->features); in vhd_footer_in()122 BE32_IN(&footer->timestamp); in vhd_footer_in()123 BE32_IN(&footer->crtr_ver); in vhd_footer_in()124 BE32_IN(&footer->crtr_os); in vhd_footer_in()127 BE32_IN(&footer->geometry); in vhd_footer_in()128 BE32_IN(&footer->type); in vhd_footer_in()129 BE32_IN(&footer->checksum); in vhd_footer_in()155 BE32_IN(&header->hdr_ver); in vhd_header_in()158 BE32_IN(&header->checksum); in vhd_header_in()159 BE32_IN(&header->prt_ts); in vhd_header_in()[all …]
128 BE32_IN(&header->journal_data_entries); in vhd_journal_header_in()129 BE32_IN(&header->journal_metadata_entries); in vhd_journal_header_in()252 BE32_IN(&entry->type); in vhd_journal_entry_in()253 BE32_IN(&entry->size); in vhd_journal_entry_in()256 BE32_IN(&entry->checksum); in vhd_journal_entry_in()
Completed in 10 milliseconds