/external/icu/icu4c/source/test/compat/ |
D | tzdate.c | 34 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int… 36 void printTime(char* systime, char* icutime); 39 char systime[SIZE]; in main() local 63 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime); in main() 67 if (strcmp(systime, icutime) != 0) { in main() 69 printTime(systime, icutime); in main() 111 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int… in getSystemCurrentTime() argument 132 strftime(systime, sizeof(char) * 80, "%Y%m%d %I:%M %p", &ts); in getSystemCurrentTime() 137 void printTime(char* systime, char* icutime) { in printTime() argument 138 printf("System Time: %s\n", systime); in printTime()
|
/external/ms-tpm-20-ref/TPMCmd/Platform/src/ |
D | Clock.c | 110 struct timespec systime; in _plat__RealTime() local 112 clock_gettime(CLOCK_MONOTONIC, &systime); in _plat__RealTime() 113 time = (clock64_t)systime.tv_sec * 1000 + (systime.tv_nsec / 1000000); in _plat__RealTime()
|
/external/libusb/libusb/os/ |
D | events_windows.c | 75 struct timespec systime, remaining; in usbi_arm_timer() local 87 usbi_get_monotonic_time(&systime); in usbi_arm_timer() 89 TIMESPEC_SUB(timeout, &systime, &remaining); in usbi_arm_timer()
|
/external/libcups/cups/ |
D | tls-sspi.c | 296 SYSTEMTIME systime; /* System time */ in httpCredentialsGetExpiration() local 299 FileTimeToSystemTime(&(cert->pCertInfo->NotAfter), &systime); in httpCredentialsGetExpiration() 301 tm.tm_year = systime.wYear - 1900; in httpCredentialsGetExpiration() 302 tm.tm_mon = systime.wMonth - 1; in httpCredentialsGetExpiration() 303 tm.tm_mday = systime.wDay; in httpCredentialsGetExpiration() 304 tm.tm_hour = systime.wHour; in httpCredentialsGetExpiration() 305 tm.tm_min = systime.wMinute; in httpCredentialsGetExpiration() 306 tm.tm_sec = systime.wSecond; in httpCredentialsGetExpiration() 347 SYSTEMTIME systime; /* System time */ in httpCredentialsString() local 352 FileTimeToSystemTime(&(cert->pCertInfo->NotAfter), &systime); in httpCredentialsString() [all …]
|
/external/libusb/libusb/ |
D | io.c | 2034 struct timespec systime; in handle_timeouts_locked() local 2041 usbi_get_monotonic_time(&systime); in handle_timeouts_locked() 2057 if (TIMESPEC_CMP(cur_ts, &systime, >)) in handle_timeouts_locked() 2547 struct timespec systime; in libusb_get_next_timeout() local 2580 usbi_get_monotonic_time(&systime); in libusb_get_next_timeout() 2582 if (!TIMESPEC_CMP(&systime, &next_timeout, <)) { in libusb_get_next_timeout() 2586 TIMESPEC_SUB(&next_timeout, &systime, &next_timeout); in libusb_get_next_timeout()
|
/external/mksh/src/ |
D | jobs.c | 95 struct timeval systime; /* system time used by job */ member 494 timerclear(&j->systime); in exchild() 1252 j_systime = j->systime; in j_waitj() 1389 timeradd(&j->systime, &ru1.ru_stime, &j->systime); in j_sigchld() 1390 timersub(&j->systime, &ru0.ru_stime, &j->systime); in j_sigchld()
|
D | funcs.c | 2369 struct timeval usrtime, systime, tv0, tv1; in timex() local 2398 timeradd(&ru0.ru_stime, &cru0.ru_stime, &systime); in timex() 2402 timersub(&ru1.ru_stime, &ru0.ru_stime, &systime); in timex() 2403 timeradd(&systime, &j_systime, &systime); in timex() 2422 p_time(shl_out, true, systime.tv_sec, systime.tv_usec, in timex() 2425 p_time(shl_out, false, systime.tv_sec, systime.tv_usec, in timex()
|
/external/cpuinfo/test/dmesg/ |
D | meizu-pro-7-plus.log | 3867 [ 6.788562] (8)[348:ut_tlog][UT_LOG] [get_tee_system_time][1873]get_rpmb_savetime, systime is 0…
|