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/
H A 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/rust/crates/bindgen/bindgen/
H A Dclang.rs688 let mut found_count = 0; variables
704 found_count += 1;
706 if found_count == N {
/third_party/vulkan-loader/tests/
H A Dloader_regression_tests.cpp2134 uint32_t found_count = 0; in TEST() local
2140 found_count++; in TEST()
2146 ASSERT_EQ(found, found_count == group_props_before[group1].physicalDeviceCount); in TEST()
2221 uint32_t found_count = 0; in TEST() local
2227 found_count++; in TEST()
2233 ASSERT_EQ(found, found_count == group_props_after[group1].physicalDeviceCount); in TEST()
2305 uint32_t found_count = 0; in TEST() local
2311 found_count++; in TEST()
2317 ASSERT_EQ(found, found_count != 0 && found_count in TEST()
2402 uint32_t found_count = 0; TEST() local
[all...]
/third_party/ffmpeg/libavformat/
H A 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/
H A Dloader.c5967 uint32_t found_count = 0;
6000 found_count++;
6009 if (found_count == phys_dev_count && 0 != old_count && old_count == new_count) {
6034 found_count = phys_dev_count;
6036 found_count = new_count;
6040 for (uint32_t new_idx = 0; new_idx < found_count; ++new_idx) {
6073 uint32_t start = found_count;
6079 found_count++;
6090 for (uint32_t new_idx = 0; new_idx < found_count; ++new_idx) {
6131 inst->phys_dev_count_tramp = found_count;
[all...]
/third_party/node/deps/v8/src/heap/
H A 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/
H A 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()

Completed in 37 milliseconds