Home
last modified time | relevance | path

Searched refs:entry_array (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/device/google/gs-common/bootctrl/1.2/
DGptUtils.cpp85 entry_array.resize(gpt_primary.entry_count); in Load()
88 ret = read(fd, entry_array.data(), entries_size); in Load()
113 for (auto const &e : entry_array) { in Load()
132 gpt_primary.entries_crc32 = crc32(0, reinterpret_cast<uint8_t *>(entry_array.data()), in Sync()
133 entry_array.size() * sizeof(gpt_entry)); in Sync()
153 ret = write(fd, entry_array.data(), entry_array.size() * sizeof(gpt_entry)); in Sync()
161 ret = write(fd, entry_array.data(), entry_array.size() * sizeof(gpt_entry)); in Sync()
DGptUtils.h71 std::vector<gpt_entry> entry_array; variable
/aosp_15_r20/device/google/gs-common/bootctrl/aidl/
DGptUtils.cpp81 entry_array.resize(gpt_primary.entry_count); in Load()
84 ret = read(fd, entry_array.data(), entries_size); in Load()
109 for (auto const &e : entry_array) { in Load()
128 gpt_primary.entries_crc32 = crc32(0, reinterpret_cast<uint8_t *>(entry_array.data()), in Sync()
129 entry_array.size() * sizeof(gpt_entry)); in Sync()
149 ret = write(fd, entry_array.data(), entry_array.size() * sizeof(gpt_entry)); in Sync()
157 ret = write(fd, entry_array.data(), entry_array.size() * sizeof(gpt_entry)); in Sync()
DGptUtils.h67 std::vector<gpt_entry> entry_array; variable
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
Dgp_ht_map_.hpp177 typedef typename entry_allocator::pointer entry_array; typedef in __gnu_pbds::detail::PB_DS_GP_HASH_NAME
401 erase_all_valid_entries(entry_array, size_type);
416 resize_imp(entry_array, size_type);
419 resize_imp_reassign(entry_pointer, entry_array, false_type);
422 resize_imp_reassign(entry_pointer, entry_array, true_type);
669 assert_entry_array_valid(const entry_array, false_type,
673 assert_entry_array_valid(const entry_array, true_type,
Dresize_fn_imps.hpp90 entry_array a_entries_resized = 0; in resize_imp()
129 resize_imp(entry_array a_entries_resized, size_type old_size) in resize_imp()
Ddebug_no_store_hash_fn_imps.hpp46 assert_entry_array_valid(const entry_array a_entries, false_type, in assert_entry_array_valid()
Dresize_no_store_hash_fn_imps.hpp45 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, in resize_imp_reassign()
Ddebug_store_hash_fn_imps.hpp46 assert_entry_array_valid(const entry_array a_entries, true_type, in assert_entry_array_valid()
Dresize_store_hash_fn_imps.hpp45 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, in resize_imp_reassign()
Dconstructor_destructor_fn_imps.hpp202 erase_all_valid_entries(entry_array a_entries_resized, size_type len) in erase_all_valid_entries()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
Dgp_ht_map_.hpp177 typedef typename entry_allocator::pointer entry_array; typedef in __gnu_pbds::detail::PB_DS_GP_HASH_NAME
401 erase_all_valid_entries(entry_array, size_type);
416 resize_imp(entry_array, size_type);
419 resize_imp_reassign(entry_pointer, entry_array, false_type);
422 resize_imp_reassign(entry_pointer, entry_array, true_type);
669 assert_entry_array_valid(const entry_array, false_type,
673 assert_entry_array_valid(const entry_array, true_type,
Dresize_fn_imps.hpp90 entry_array a_entries_resized = 0; in resize_imp()
129 resize_imp(entry_array a_entries_resized, size_type old_size) in resize_imp()
Ddebug_no_store_hash_fn_imps.hpp46 assert_entry_array_valid(const entry_array a_entries, false_type, in assert_entry_array_valid()
Dresize_no_store_hash_fn_imps.hpp45 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, in resize_imp_reassign()
Ddebug_store_hash_fn_imps.hpp46 assert_entry_array_valid(const entry_array a_entries, true_type, in assert_entry_array_valid()
Dresize_store_hash_fn_imps.hpp45 resize_imp_reassign(entry_pointer p_e, entry_array a_entries_resized, in resize_imp_reassign()
Dconstructor_destructor_fn_imps.hpp202 erase_all_valid_entries(entry_array a_entries_resized, size_type len) in erase_all_valid_entries()