Searched refs:le32toh (Results 1 – 4 of 4) sorted by relevance
84 #define le32toh(x) (x) macro
67 ASSERT_EQ(le32, le32toh(le32)); in TEST()
93 return static_cast<int>(le32toh(val) & 0xffffff); in device_class_to_int()
1088 block_count = le32toh(block_count); in IsExtFilesystem()1089 log_block_size = le32toh(log_block_size) + EXT2_MIN_BLOCK_LOG_SIZE; in IsExtFilesystem()