Searched defs:systime (Results 1 - 8 of 8) sorted by relevance

/external/icu/icu4c/source/test/compat/
H A Dtzdate.c34 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime);
36 void printTime(char* systime, char* icutime);
39 char systime[SIZE]; local
63 systemtime = getSystemCurrentTime(systime, sysyear, month, day, hour, minute, useCurrentTime);
67 if (strcmp(systime, icutime) != 0) {
69 printTime(systime, icutime);
111 int64_t getSystemCurrentTime(char* systime, int year, int month, int day, int hour, int minute, int useCurrentTime) { argument
132 strftime(systime, sizeof(char) * 80, "%Y%m%d %I:%M %p", &ts);
137 void printTime(char* systime, char* icutime) { argument
138 printf("System Time: %s\n", systime);
[all...]
/external/ltp/utils/ffsb-6.0-rc2/
H A Dmain.c68 double totaltime = 0.0f, usertime = 0.0f, systime = 0.0f; local
235 systime = (after_self.ru_stime.tv_sec +
241 systime -= (before_self.ru_stime.tv_sec +
248 printf("%.1lf%% System Time\n", 100 * systime / totaltime);
249 printf("%.1f%% CPU Utilization\n", 100 * (usertime + systime) /
/external/libusb/libusb/
H A Dio.c2000 struct timeval systime; local
2011 TIMESPEC_TO_TIMEVAL(&systime, &systime_ts);
2027 if ((cur_tv->tv_sec > systime.tv_sec) ||
2028 (cur_tv->tv_sec == systime.tv_sec &&
2029 cur_tv->tv_usec > systime.tv_usec))
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_baannot.cpp133 FX_SYSTEMTIME systime; local
136 dt.ToSystemTime(systime);
137 return systime;
/external/libcups/cups/
H A Dtls-sspi.c300 SYSTEMTIME systime; /* System time */ local
303 FileTimeToSystemTime(&(cert->pCertInfo->NotAfter), &systime);
305 tm.tm_year = systime.wYear - 1900;
306 tm.tm_mon = systime.wMonth - 1;
307 tm.tm_mday = systime.wDay;
308 tm.tm_hour = systime.wHour;
309 tm.tm_min = systime.wMinute;
310 tm.tm_sec = systime.wSecond;
351 SYSTEMTIME systime; /* System time */ local
357 FileTimeToSystemTime(&(cert->pCertInfo->NotAfter), &systime);
[all...]
/external/mksh/src/
H A Djobs.c81 struct timeval systime; /* system time used by job */ member in struct:job
486 timerclear(&j->systime);
1238 j_systime = j->systime;
1375 timeradd(&j->systime, &ru1.ru_stime, &j->systime);
1376 timersub(&j->systime, &ru0.ru_stime, &j->systime);
H A Dfuncs.c2722 struct timeval usrtime, systime, tv0, tv1; local
2751 timeradd(&ru0.ru_stime, &cru0.ru_stime, &systime);
2755 timersub(&ru1.ru_stime, &ru0.ru_stime, &systime);
2756 timeradd(&systime, &j_systime, &systime);
2775 p_time(shl_out, true, systime.tv_sec, systime.tv_usec,
2778 p_time(shl_out, false, systime.tv_sec, systime.tv_usec,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 366 milliseconds