Searched refs:tunable_cost_value (Results 1 – 8 of 8) sorted by relevance
336 value = format->methods.tunable_cost_value[cost_idx](salt); in get_cost()386 if (format->methods.tunable_cost_value[i] == NULL) { in benchmark_format()459 format->methods.tunable_cost_value[i] != NULL; i++) in benchmark_format()461 format->methods.tunable_cost_value[i](salt); in benchmark_format()486 format->methods.tunable_cost_value[i] != NULL; i++) { in benchmark_format()
266 unsigned int (*tunable_cost_value[FMT_TUNABLE_COSTS])(void *salt); member
846 if (format->methods.tunable_cost_value[i] && !strcasecmp(&options.listconf[15], Buf)) in listconf_parse_late()849 …if (format->methods.tunable_cost_value[0] && !strcasecmp(&options.listconf[15], "tunable_cost_valu… in listconf_parse_late()903 if (format->methods.tunable_cost_value[i]) in listconf_parse_late()
140 if (fmt->methods.tunable_cost_value[0]) in omp_autotune_run()
1013 for (i = 0; i < FMT_TUNABLE_COSTS && format->methods.tunable_cost_value[i] != NULL; ++i) in ldr_load_pw_line()1014 current_salt->cost[i] = format->methods.tunable_cost_value[i](current_salt->salt); in ldr_load_pw_line()1779 for (i = 0; i < FMT_TUNABLE_COSTS && db->format->methods.tunable_cost_value[i] != NULL; ++i) { in ldr_cost_ranges()
1571 if (self->methods.tunable_cost_value[0] && autotune_db->real) { in fill_opencl_device()1634 if (!self->methods.tunable_cost_value[0] || !autotune_db->real) in gws_test()1711 if (!self->methods.tunable_cost_value[0] || !autotune_db->real) in gws_test()1941 if (!self->methods.tunable_cost_value[0] || !autotune_db->real) in opencl_find_best_lws()
1292 database.format->methods.tunable_cost_value[i] != NULL; i++) { in john_load()
8212 pFmt->methods.tunable_cost_value[i] = pFmtLocal->methods.tunable_cost_value[i];