Home
last modified time | relevance | path

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

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dbench.c336 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()
H A Dformats.h266 unsigned int (*tunable_cost_value[FMT_TUNABLE_COSTS])(void *salt); member
H A Dlistconf.c846 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()
H A Domp_autotune.c140 if (fmt->methods.tunable_cost_value[0]) in omp_autotune_run()
H A Dloader.c1013 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()
H A Dopencl_common.c1571 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()
H A Djohn.c1292 database.format->methods.tunable_cost_value[i] != NULL; i++) { in john_load()
H A Ddynamic_fmt.c8212 pFmt->methods.tunable_cost_value[i] = pFmtLocal->methods.tunable_cost_value[i];