Home
last modified time | relevance | path

Searched refs:found_count (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
Ddebug-objects.cc259 int found_count = 0; in ClearBreakPoint() local
262 DCHECK_EQ(found_count, 0); in ClearBreakPoint()
263 found_count++; in ClearBreakPoint()
265 new_array->set(i - found_count, old_array->get(i)); in ClearBreakPoint()
269 if (found_count > 0) break_point_info->set_break_points(*new_array); in ClearBreakPoint()
/third_party/vulkan-loader/tests/
Dloader_regression_tests.cpp1862 uint32_t found_count = 0; in TEST() local
1868 found_count++; in TEST()
1874 ASSERT_EQ(found, found_count == group_props_before[group1].physicalDeviceCount); in TEST()
1947 uint32_t found_count = 0; in TEST() local
1953 found_count++; in TEST()
1959 ASSERT_EQ(found, found_count == group_props_after[group1].physicalDeviceCount); in TEST()
2029 uint32_t found_count = 0; in TEST() local
2035 found_count++; in TEST()
2041 ASSERT_EQ(found, found_count != 0 && found_count == before_expected_counts[group1]); in TEST()
2124 uint32_t found_count = 0; in TEST() local
[all …]
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs688 let mut found_count = 0; localVariable
704 found_count += 1;
706 if found_count == N {
/third_party/ffmpeg/libavformat/
Dhlsenc.c439 int found_count = 0; in replace_str_data_in_filename() local
456 found_count ++; in replace_str_data_in_filename()
471 return found_count; in replace_str_data_in_filename()
479 int found_count = 0; in replace_int_data_in_filename() local
504 found_count++; in replace_int_data_in_filename()
519 return found_count; in replace_int_data_in_filename()
/third_party/vulkan-loader/loader/
Dloader.c5656 uint32_t found_count = 0; in setup_loader_tramp_phys_devs() local
5689 found_count++; in setup_loader_tramp_phys_devs()
5698 if (found_count == phys_dev_count && 0 != old_count && old_count == new_count) { in setup_loader_tramp_phys_devs()
5723 found_count = phys_dev_count; in setup_loader_tramp_phys_devs()
5725 found_count = new_count; in setup_loader_tramp_phys_devs()
5729 for (uint32_t new_idx = 0; new_idx < found_count; ++new_idx) { in setup_loader_tramp_phys_devs()
5762 uint32_t start = found_count; in setup_loader_tramp_phys_devs()
5768 found_count++; in setup_loader_tramp_phys_devs()
5779 for (uint32_t new_idx = 0; new_idx < found_count; ++new_idx) { in setup_loader_tramp_phys_devs()
5820 inst->phys_dev_count_tramp = found_count; in setup_loader_tramp_phys_devs()
/third_party/node/deps/v8/src/heap/
Dheap.cc1205 int found_count = site.memento_found_count(); in DigestPretenuringFeedback() local
1209 ? static_cast<double>(found_count) / create_count in DigestPretenuringFeedback()
1223 reinterpret_cast<void*>(site.ptr()), create_count, found_count, in DigestPretenuringFeedback()
1285 int found_count = site.memento_found_count(); in ProcessPretenuringFeedback() local
1289 if (found_count > 0) { in ProcessPretenuringFeedback()
1292 allocation_mementos_found += found_count; in ProcessPretenuringFeedback()
/third_party/node/deps/v8/src/wasm/
Dmodule-compiler.cc1327 int found_count = -1; in Process() local
1354 found_count = static_cast<int>(this_count); in Process()
1362 result[i / 2] = {found_target, found_count}; in Process()