HomeSort by relevance Sort by last modified time
    Searched refs:tvstandard (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_gettime/
1-2.c 26 struct timeval tvstandard; local
30 if (gettimeofday(&tvstandard, NULL) == 0) {
31 delta = (int)tvstandard.tv_sec -
38 (int)tvstandard.tv_sec,
2-1.c 26 struct timeval tvstandard; local
30 if (gettimeofday(&tvstandard, NULL) == 0) {
31 delta = (int)tvstandard.tv_sec -
38 (int)tvstandard.tv_sec,

Completed in 129 milliseconds