Searched refs:sec2 (Results 1 – 4 of 4) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/ |
D | 1-1.c | 28 double sec1, sec2; in main() local 40 sec2 = (double) c2 / CLOCKS_PER_SEC; in main() 41 if (sec2 - sec1 > 1) { in main() 42 printf("Times T1=%.2lf, T2=%.2lf\n", sec1, sec2); in main() 49 sec1, sec2); in main()
|
/third_party/lzma/CPP/Windows/ |
D | TimeUtils.cpp | 379 const time_t sec2 = (time_t)sec; in FILETIME_To_timespec() local 380 if (sec2 == sec) in FILETIME_To_timespec() 382 ts.tv_sec = sec2; in FILETIME_To_timespec()
|
/third_party/curl/lib/vtls/ |
D | x509asn1.c | 484 char sec1, sec2; in GTime2str() local 499 sec2 = '0'; in GTime2str() 505 sec2 = fracp[-1]; in GTime2str() 540 beg + 8, beg + 10, sec1, sec2, in GTime2str()
|
/third_party/lzma/C/Util/7z/ |
D | 7zMain.c | 383 const time_t sec2 = (time_t)sec; in FILETIME_To_timespec() local 384 if (sec2 == sec) in FILETIME_To_timespec() 386 ts->tv_sec = sec2; in FILETIME_To_timespec()
|