Home
last modified time | relevance | path

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

/system/libbase/include/android-base/
Dendian.h45 #define letoh32(x) le32toh(x)
95 #define le32toh(x) (x) macro
/system/core/adb/client/
Dincremental_utils.cpp87 int32_t size = int32_t(le32toh(le_size)); in append_bytes_with_size()
99 int32_t size = int32_t(le32toh(le_size)); in skip_bytes_with_size()
109 auto tree_size = int32_t(le32toh(le_tree_size)); // size of the verity tree in read_id_sig_headers()
118 auto tree_size = int32_t(le32toh(le_tree_size)); // size of the verity tree in skip_id_sig_headers()
/system/libbase/
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/bt/gd/crypto_toolbox/
Dcrypto_toolbox.cc136 return le32toh(*(uint32_t*)cmac.data()) % 1000000; in g2()
/system/update_engine/payload_generator/
Ddelta_diff_utils.cc934 block_count = le32toh(block_count); in IsExtFilesystem()
935 log_block_size = le32toh(log_block_size) + EXT2_MIN_BLOCK_LOG_SIZE; in IsExtFilesystem()