Home
last modified time | relevance | path

Searched refs:le32toh (Results 1 – 5 of 5) sorted by relevance

/system/core/base/include/android-base/
Dendian.h85 #define le32toh(x) (x) macro
/system/core/base/
Dendian_test.cpp67 ASSERT_EQ(le32, le32toh(le32)); in TEST()
/system/bt/btcore/src/
Ddevice_class.cc90 return (int)(le32toh(*(int*)dc) & 0xffffff); in device_class_to_int()
/system/core/logd/
DLogBufferElement.cpp48 ? le32toh(reinterpret_cast<android_event_header_t*>(mMsg)->tag) in LogBufferElement()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc796 block_count = le32toh(block_count); in IsExtFilesystem()
797 log_block_size = le32toh(log_block_size) + EXT2_MIN_BLOCK_LOG_SIZE; in IsExtFilesystem()