Searched refs:le32toh (Results 1 – 5 of 5) sorted by relevance
85 #define le32toh(x) (x) macro
67 ASSERT_EQ(le32, le32toh(le32)); in TEST()
90 return (int)(le32toh(*(int*)dc) & 0xffffff); in device_class_to_int()
48 ? le32toh(reinterpret_cast<android_event_header_t*>(mMsg)->tag) in LogBufferElement()
796 block_count = le32toh(block_count); in IsExtFilesystem()797 log_block_size = le32toh(log_block_size) + EXT2_MIN_BLOCK_LOG_SIZE; in IsExtFilesystem()