Searched refs:le32toh (Results 1 – 5 of 5) sorted by relevance
46 #define letoh32(x) le32toh(x)97 #define le32toh(x) (x) macro
186 le32toh(message->timestampMillis), decodedString.c_str()); in parseAndEmitTokenizedLogMessageAndGetSize()217 le32toh(message->timestampMillis), decodedString.c_str()); in parseAndEmitNanoappTokenizedLogMessageAndGetSize()231 le32toh(message->timestampMillis), message->logMessage); in parseAndEmitStringLogMessageAndGetSize()
67 ASSERT_EQ(le32, le32toh(le32)); in TEST()
166 return le32toh(buf) == EROFS_SUPER_MAGIC_V1; in IsErofsImage()
1197 block_count = le32toh(block_count); in IsExtFilesystem()1198 log_block_size = le32toh(log_block_size) + EXT2_MIN_BLOCK_LOG_SIZE; in IsExtFilesystem()