Searched refs:t_total (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/examples/
H A Ddict.c197 time_t t_total; local
263 t_total = time(NULL);
266 t_total = time(NULL) - t_total;
274 r == 0 ? "passed" : "FAILED", (unsigned long) t_total);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/lzotest/
H A Dlzotest.c1923 time_t t_total; local
2050 t_total = time(NULL);
2097 t_total = time(NULL) - t_total;
2102 printf("\n%s: execution time: %lu seconds\n", progname, (unsigned long) t_total);

Completed in 61 milliseconds