Home
last modified time | relevance | path

Searched refs:gTime (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/libc-test/src/functionalext/time/
H A Dstrftime_ext.c22 static time_t gTime = 1659177614; variable
42 struct tm *timeptr = localtime(&gTime); in strftime_0100()
69 struct tm *timeptr = localtime(&gTime); in strftime_0200()
96 struct tm *timeptr = localtime(&gTime); in strftime_0300()
122 struct tm *timeptr = localtime(&gTime); in strftime_0400()
148 struct tm *timeptr = localtime(&gTime); in strftime_0500()
174 struct tm *timeptr = localtime(&gTime); in strftime_0600()
200 struct tm *timeptr = localtime(&gTime); in strftime_0700()
226 struct tm *timeptr = localtime(&gTime); in strftime_0800()
252 struct tm *timeptr = localtime(&gTime); in strftime_0900()
[all...]
H A Dctime.c21 static time_t gTime = 1659177614; variable
41 char *returnStr = ctime(&gTime); in ctime_0100()
67 char *returnStr = __ctime64(&gTime); in ctime64_0100()
H A Dmktime.c21 static time_t gTime = 1659177614; variable
41 struct tm *timeptr = localtime(&gTime); in mktime_0100()
67 struct tm *timeptr = localtime(&gTime); in mktime64_0100()
H A Dctime_r.c21 static time_t gTime = 1659177614; variable
43 char *returnStr = ctime_r(&gTime, s); in ctime_r_0100()
71 char *returnStr = __ctime64_r(&gTime, s); in ctime64_r_0100()
H A Dtimegm.c23 static time_t gTime = 1659177614; variable
42 struct tm *timeptr = localtime(&gTime); in timegm_0100()
69 struct tm *timeptr = localtime(&gTime); in timegm_time64_0100()
H A Dlocaltime.c21 static time_t gTime = 1659177614; variable
45 localtm = localtime(&gTime); in localtime_0100()
74 localtm = __localtime64(&gTime); in localtime64_0100()
H A Dlocaltime_r.c21 static time_t gTime = 1659177614; variable
46 localtm = localtime_r(&gTime, &res); in localtime_r_0100()
76 localtm = __localtime64_r(&gTime, &res); in localtime64_r_0100()
H A Dasctime_r.c21 static time_t gTime = 1659177614; variable
53 struct tm *timeptr = localtime(&gTime); in asctime_r_0100()
H A Dasctime.c21 static time_t gTime = 1659177614; variable
40 struct tm *timeptr = localtime(&gTime); in asctime_0100()
H A Dstrftime_l.c22 static time_t gTime = 1659177614; variable
41 struct tm *timeptr = localtime(&gTime); in strftime_l_0100()
H A Dgmtime.c21 static time_t gTime = 1659177614; variable
42 gmtm = gmtime(&gTime); in gmtime_0100()
H A Dgmtime_r.c22 static time_t gTime = 1659177614; variable
43 struct tm *gmtm = gmtime_r(&gTime, &res); in gmtime_r_0100()
H A Dstrptime_ext.c23 static time_t gTime = 1659177614; variable
44 struct tm *timeptr = localtime(&gTime); in strptime_0100()
82 struct tm *timeptr = localtime(&gTime); in strptime_0200()
283 struct tm *timeptr = localtime(&gTime); in strptime_1200()
312 struct tm *timeptr = localtime(&gTime); in strptime_1300()
/third_party/musl/libc-test/src/functionalext/supplement/time/
H A Dgmtime_sup.c467 static time_t gTime = 1659177614; variable
494 gmtm = gmtime(&gTime); in gmtime_0100()
537 gmtm = __gmtime64(&gTime); in gmtime64_0100()
H A Dmktime_sup.c465 static time_t gTime = 1659177614; variable
489 struct tm *timeptr = localtime(&gTime); in mktime_0100()
H A Dgmtime_r_sup.c467 static time_t gTime = 1659177614; variable
494 struct tm *gmtm = gmtime_r(&gTime, &res); in gmtime_r_0100()
537 struct tm *gmtm = __gmtime64_r(&gTime, &res); in gmtime64_r_0100()
/third_party/backends/backend/
H A Dumax_pp_low.c1270 static time_t gTime = 0; variable
1307 if ((gTime > 0) && (gDelay > 0)) in sanei_umax_pp_scannerStatus()
1311 if (tv.tv_sec - gTime < gDelay) in sanei_umax_pp_scannerStatus()
1316 gTime = 0; in sanei_umax_pp_scannerStatus()
5591 gTime = tv.tv_sec; in initScanner610p()

Completed in 18 milliseconds