Home
last modified time | relevance | path

Searched refs:loop_set (Results 1 – 2 of 2) sorted by relevance

/external/oss-fuzz/projects/exprtk/
Dexprtk_fuzzer.cpp46 loop_runtime_check.loop_set = loop_runtime_check_t::e_all_loops; in run()
/external/kmod/tools/
Ddepmod.c1723 struct hash *loop_set) in depmod_report_one_cycle() argument
1743 rc = hash_add(loop_set, v->mod->modname, NULL); in depmod_report_one_cycle()
1780 struct hash *loop_set) in depmod_report_cycles_from_root() argument
1818 roots, loop_set); in depmod_report_cycles_from_root()
1888 struct hash *loop_set; in depmod_report_cycles() local
1909 loop_set = hash_new(16, NULL); in depmod_report_cycles()
1910 if (loop_set == NULL) { in depmod_report_cycles()
1922 stack, n_r, loop_set); in depmod_report_cycles()
1927 num_cyclic = hash_get_count(loop_set); in depmod_report_cycles()
1931 hash_free(loop_set); in depmod_report_cycles()