Home
last modified time | relevance | path

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

/system/core/base/include/android-base/
Dendian.h84 #define le32toh(x) (x) macro
/system/core/base/
Dendian_test.cpp67 ASSERT_EQ(le32, le32toh(le32)); in TEST()
/system/bt/btcore/src/
Ddevice_class.cc93 return static_cast<int>(le32toh(val) & 0xffffff); in device_class_to_int()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc1088 block_count = le32toh(block_count); in IsExtFilesystem()
1089 log_block_size = le32toh(log_block_size) + EXT2_MIN_BLOCK_LOG_SIZE; in IsExtFilesystem()