Home
last modified time | relevance | path

Searched defs:msec_real (Results 1 – 2 of 2) sorted by relevance

/dports/security/hashcat/hashcat-6.2.5/src/
H A Dstatus.c965 const double msec_real = msec_running - msec_paused; in status_get_msec_real() local
1647 const double msec_real = status_get_msec_real (hashcat_ctx); in status_get_cpt_avg_min() local
1665 const double msec_real = status_get_msec_real (hashcat_ctx); in status_get_cpt_avg_hour() local
1683 const double msec_real = status_get_msec_real (hashcat_ctx); in status_get_cpt_avg_day() local
/dports/security/hashcat/hashcat-6.2.5/include/
H A Dtypes.h2465 double msec_real; member