Home
last modified time | relevance | path

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

/external/iptables/extensions/
Dlibxt_time.c471 struct tm *t_start, *t_stop; in time_xlate() local
484 t_stop = gmtime(&tt_stop); in time_xlate()
486 t_stop->tm_year + 1900, t_stop->tm_mon + 1, in time_xlate()
487 t_stop->tm_mday, t_stop->tm_hour, in time_xlate()
488 t_stop->tm_min, t_stop->tm_sec); in time_xlate()
/external/libpng/
Dpngtest.c118 static float t_start, t_stop, t_decode, t_encode, t_misc; variable
1462 t_stop = (float)clock(); in test_one_file()
1463 t_misc += (t_stop - t_start); in test_one_file()
1464 t_start = t_stop; in test_one_file()
1503 t_stop = (float)clock(); in test_one_file()
1504 t_decode += (t_stop - t_start); in test_one_file()
1505 t_start = t_stop; in test_one_file()
1509 t_stop = (float)clock(); in test_one_file()
1510 t_encode += (t_stop - t_start); in test_one_file()
1511 t_start = t_stop; in test_one_file()
[all …]