/third_party/node/test/sequential/ |
H A D | test-module-loading.js | 269 const visited = new Set(); 271 if (visited.has(child)) return set; 272 visited.add(child);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_rq_dlg_calc_32.c | 304 bool visited[DC__NUM_PIPES__MAX]; in dml32_rq_dlg_get_dlg_reg() local 308 visited[k] = false; in dml32_rq_dlg_get_dlg_reg() 313 if (e2e_pipe_param[i].pipe.src.is_hsplit && !visited[i]) { in dml32_rq_dlg_get_dlg_reg() 320 && e2e_pipe_param[j].pipe.src.is_hsplit && !visited[j]) { in dml32_rq_dlg_get_dlg_reg() 325 visited[j] = true; in dml32_rq_dlg_get_dlg_reg()
|
/third_party/node/deps/v8/src/objects/ |
H A D | module.cc | 306 UnorderedModuleSet visited(&zone); in GetModuleNamespace() 310 isolate, Handle<SourceTextModule>::cast(module), &zone, &visited); in GetModuleNamespace() 462 ZoneUnorderedSet<Module, Module::Hash> visited(&zone, bucket_count); in IsGraphAsync() 464 visited.insert(root); in IsGraphAsync() 477 const bool cycle = !visited.insert(descendant).second; in IsGraphAsync()
|
/foundation/resourceschedule/ffrt/src/util/ |
H A D | graph_check.h | 25 bool visited; member
|
/kernel/linux/linux-5.10/scripts/genksyms/ |
H A D | genksyms.c | 282 sym->visited = NULL; in __add_symbol() 624 if (!sym->visited) { in expand_and_crc_sym() 626 end = &sym->visited; in expand_and_crc_sym() 627 sym->visited = (struct symbol *)-1L; in expand_and_crc_sym() 858 visited_symbols = sym->visited; in main() 859 sym->visited = NULL; in main()
|
H A D | genksyms.h | 39 struct symbol *visited; member
|
/kernel/linux/linux-6.6/scripts/genksyms/ |
H A D | genksyms.c | 282 sym->visited = NULL; in __add_symbol() 624 if (!sym->visited) { in expand_and_crc_sym() 626 end = &sym->visited; in expand_and_crc_sym() 627 sym->visited = (struct symbol *)-1L; in expand_and_crc_sym() 848 visited_symbols = sym->visited; in main() 849 sym->visited = NULL; in main()
|
H A D | genksyms.h | 39 struct symbol *visited; member
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-dotprinter.cc | 52 if (node->info()->visited) return; in Visit() 53 node->info()->visited = true; in Visit()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | metricgroup.c | 800 const struct visited_metric *visited; member 817 const struct visited_metric *visited, 834 * @visited: A singly linked list of metric names being added that is used to 847 const struct visited_metric *visited, in resolve_metric() 893 root_metric, visited, table); in resolve_metric() 917 * @visited: A singly linked list of metric names being added that is used to 931 const struct visited_metric *visited, in __add_metric() 940 .parent = visited, in __add_metric() 943 for (vm = visited; vm; vm = vm->parent) { in __add_metric() 1006 * the visited nod in __add_metric() 839 resolve_metric(struct list_head *metric_list, const char *pmu, const char *modifier, bool metric_no_group, bool metric_no_threshold, const char *user_requested_cpu_list, bool system_wide, struct metric *root_metric, const struct visited_metric *visited, const struct pmu_metrics_table *table) resolve_metric() argument 922 __add_metric(struct list_head *metric_list, const struct pmu_metric *pm, const char *modifier, bool metric_no_group, bool metric_no_threshold, int runtime, const char *user_requested_cpu_list, bool system_wide, struct metric *root_metric, const struct visited_metric *visited, const struct pmu_metrics_table *table) __add_metric() argument 1076 add_metric(struct list_head *metric_list, const struct pmu_metric *pm, const char *modifier, bool metric_no_group, bool metric_no_threshold, const char *user_requested_cpu_list, bool system_wide, struct metric *root_metric, const struct visited_metric *visited, const struct pmu_metrics_table *table) add_metric() argument [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-layout.cc | 1033 bool visited (const OT::Script &s) in visited() function 1044 return visited (s, visited_script); in visited() 1046 bool visited (const OT::LangSys &l) in visited() function 1057 return visited (l, visited_langsys); in visited() 1068 bool visited (const T &p, hb_set_t &visited_set) in visited() function 1096 if (c->visited (l)) return; in langsys_collect_features() 1128 if (c->visited (s)) return; in script_collect_features()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | RegionInfoImpl.h | 279 void RegionBase<Tr>::verifyWalk(BlockT *BB, std::set<BlockT *> *visited) const { in verifyWalk() 282 visited->insert(BB); in verifyWalk() 288 if (Succ != exit && visited->find(Succ) == visited->end()) in verifyWalk() 289 verifyWalk(Succ, visited); in verifyWalk() 301 std::set<BlockT *> visited; in verifyRegion() 302 verifyWalk(getEntry(), &visited); in verifyRegion() local
|
/third_party/gn/src/gn/ |
H A D | target.cc | 150 // visited should point to an empty set, this will be used to prevent 162 TargetSet* visited, in RecursiveCheckAssertNoDeps() 167 if (!visited->add(target)) in RecursiveCheckAssertNoDeps() 187 if (!RecursiveCheckAssertNoDeps(pair.ptr, true, assert_no, visited, in RecursiveCheckAssertNoDeps() 1186 TargetSet visited; in CheckAssertNoDeps() 1190 if (!RecursiveCheckAssertNoDeps(this, false, assert_no_deps_, &visited, in CheckAssertNoDeps() 159 RecursiveCheckAssertNoDeps(const Target* target, bool check_this, const std::vector<LabelPattern>& assert_no, TargetSet* visited, std::string* failure_path_str, const LabelPattern** failure_pattern) RecursiveCheckAssertNoDeps() argument
|
H A D | command_path.cc | 182 TargetSet visited; in BreadthFirstSearch() local 222 // been previously visited. in BreadthFirstSearch() 223 if (!visited.add(current_target)) in BreadthFirstSearch()
|
/kernel/linux/linux-5.10/tools/objtool/ |
H A D | check.h | 54 u8 visited; member
|
H A D | check.c | 2867 u8 visited; in validate_branch() local 2887 visited = VISITED_BRANCH << state.uaccess; in validate_branch() 2888 if (insn->visited & VISITED_BRANCH_MASK) { in validate_branch() 2892 if (insn->visited & visited) in validate_branch() 2921 if (!save_insn->visited) { in validate_branch() 2943 insn->visited |= visited; in validate_branch() 3130 if (insn->hint && !insn->visited) { in validate_unwind_hints() 3157 if (insn->visited in validate_entry() [all...] |
/kernel/linux/linux-6.6/tools/objtool/include/objtool/ |
H A D | check.h | 65 visited : 4, member
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | upgrade_memory_model.h | 80 std::unordered_set<uint32_t>* visited);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | upgrade_memory_model.h | 80 std::unordered_set<uint32_t>* visited);
|
/third_party/spirv-tools/source/opt/ |
H A D | upgrade_memory_model.h | 80 std::unordered_set<uint32_t>* visited);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
H A D | grid_irregular_filler.cpp | 306 std::unordered_set<int32_t> visited; in MeasureLineWithIrregulars() local 313 if (itemIdx < 0 && !visited.count(std::abs(itemIdx))) { in MeasureLineWithIrregulars() 316 visited.insert(std::abs(itemIdx)); in MeasureLineWithIrregulars()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | common.py | 310 # Skip if visited already. 617 visited = set() 624 if node in visited: 626 visited.add(node)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | common.py | 303 # Skip if visited already. 611 visited = set() 618 if node in visited: 620 visited.add(node)
|
/third_party/python/Tools/peg_generator/pegen/ |
H A D | parser_generator.py | 224 self.visited: Set[Any] = set() 228 if rule in self.visited: 230 self.visited.add(rule)
|
/third_party/icu/icu4j/perf-tests/perldriver/ |
H A D | Output.pm | 230 A:visited { color: blue; font-weight: normal; text-decoration: none } /* visited links */
|