Searched refs:le32toh (Results 1 – 6 of 6) sorted by relevance
45 #define letoh32(x) le32toh(x)95 #define le32toh(x) (x) macro
87 int32_t size = int32_t(le32toh(le_size)); in append_bytes_with_size()99 int32_t size = int32_t(le32toh(le_size)); in skip_bytes_with_size()109 auto tree_size = int32_t(le32toh(le_tree_size)); // size of the verity tree in read_id_sig_headers()118 auto tree_size = int32_t(le32toh(le_tree_size)); // size of the verity tree in skip_id_sig_headers()
67 ASSERT_EQ(le32, le32toh(le32)); in TEST()
93 return static_cast<int>(le32toh(val) & 0xffffff); in device_class_to_int()
136 return le32toh(*(uint32_t*)cmac.data()) % 1000000; in g2()
934 block_count = le32toh(block_count); in IsExtFilesystem()935 log_block_size = le32toh(log_block_size) + EXT2_MIN_BLOCK_LOG_SIZE; in IsExtFilesystem()