Home
last modified time | relevance | path

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

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Domp_autotune.c108 int tune_cost; in omp_autotune_run() local
129 tune_cost = MIN(db->max_cost[0], options.loader.max_cost[0]); in omp_autotune_run()
131 while (s->next && s->cost[0] < tune_cost) in omp_autotune_run()
142 fmt->params.tunable_cost_name[0], tune_cost); in omp_autotune_run()