Searched refs:le32toh (Results 1 – 6 of 6) sorted by relevance
45 #define letoh32(x) le32toh(x)95 #define le32toh(x) (x) macro
67 ASSERT_EQ(le32, le32toh(le32)); in TEST()
132 emitLogMessage(message->logLevel, le32toh(message->timestampMillis), in logV2()
93 return static_cast<int>(le32toh(val) & 0xffffff); in device_class_to_int()
136 return le32toh(*(uint32_t*)cmac.data()) % 1000000; in g2()
930 block_count = le32toh(block_count); in IsExtFilesystem()931 log_block_size = le32toh(log_block_size) + EXT2_MIN_BLOCK_LOG_SIZE; in IsExtFilesystem()