Searched refs:tm2 (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/
H A Do_time.c348 struct tm tm1, tm2; local
352 OPENSSL_gmtime(&t2, &tm2);
355 if ((tm1.tm_year == tm2.tm_year) &&
356 (tm1.tm_mon == tm2.tm_mon) &&
357 (tm1.tm_mday == tm2.tm_mday) &&
358 (tm1.tm_hour == tm2.tm_hour) &&
359 (tm1.tm_min == tm2.tm_min) &&
360 (tm1.tm_sec == tm2.tm_sec))
364 tm2.tm_mday, tm2
[all...]
/external/openssl/crypto/
H A Do_time.c348 struct tm tm1, tm2; local
352 OPENSSL_gmtime(&t2, &tm2);
355 if ((tm1.tm_year == tm2.tm_year) &&
356 (tm1.tm_mon == tm2.tm_mon) &&
357 (tm1.tm_mday == tm2.tm_mday) &&
358 (tm1.tm_hour == tm2.tm_hour) &&
359 (tm1.tm_min == tm2.tm_min) &&
360 (tm1.tm_sec == tm2.tm_sec))
364 tm2.tm_mday, tm2
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_win32.c103 struct tm *tm2; local
106 tm2 = gmtime(&t2);
107 if (tm2 == NULL)
109 tm->sec = tm2->tm_sec;
110 tm->min = tm2->tm_min;
111 tm->hour = tm2->tm_hour;
112 tm->day = tm2->tm_mday;
113 tm->month = tm2->tm_mon + 1;
114 tm->year = tm2->tm_year + 1900;
H A Dos_internal.c80 struct tm *tm2; local
83 tm2 = gmtime(&t2);
84 if (tm2 == NULL)
86 tm->sec = tm2->tm_sec;
87 tm->min = tm2->tm_min;
88 tm->hour = tm2->tm_hour;
89 tm->day = tm2->tm_mday;
90 tm->month = tm2->tm_mon + 1;
91 tm->year = tm2->tm_year + 1900;
H A Dos_unix.c143 struct tm *tm2; local
146 tm2 = gmtime(&t2);
147 if (tm2 == NULL)
149 tm->sec = tm2->tm_sec;
150 tm->min = tm2->tm_min;
151 tm->hour = tm2->tm_hour;
152 tm->day = tm2->tm_mday;
153 tm->month = tm2->tm_mon + 1;
154 tm->year = tm2->tm_year + 1900;
/external/wpa_supplicant_8/src/utils/
H A Dos_win32.c103 struct tm *tm2; local
106 tm2 = gmtime(&t2);
107 if (tm2 == NULL)
109 tm->sec = tm2->tm_sec;
110 tm->min = tm2->tm_min;
111 tm->hour = tm2->tm_hour;
112 tm->day = tm2->tm_mday;
113 tm->month = tm2->tm_mon + 1;
114 tm->year = tm2->tm_year + 1900;
H A Dos_internal.c80 struct tm *tm2; local
83 tm2 = gmtime(&t2);
84 if (tm2 == NULL)
86 tm->sec = tm2->tm_sec;
87 tm->min = tm2->tm_min;
88 tm->hour = tm2->tm_hour;
89 tm->day = tm2->tm_mday;
90 tm->month = tm2->tm_mon + 1;
91 tm->year = tm2->tm_year + 1900;
H A Dos_unix.c143 struct tm *tm2; local
146 tm2 = gmtime(&t2);
147 if (tm2 == NULL)
149 tm->sec = tm2->tm_sec;
150 tm->min = tm2->tm_min;
151 tm->hour = tm2->tm_hour;
152 tm->day = tm2->tm_mday;
153 tm->month = tm2->tm_mon + 1;
154 tm->year = tm2->tm_year + 1900;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_win32.c103 struct tm *tm2; local
106 tm2 = gmtime(&t2);
107 if (tm2 == NULL)
109 tm->sec = tm2->tm_sec;
110 tm->min = tm2->tm_min;
111 tm->hour = tm2->tm_hour;
112 tm->day = tm2->tm_mday;
113 tm->month = tm2->tm_mon + 1;
114 tm->year = tm2->tm_year + 1900;
H A Dos_internal.c80 struct tm *tm2; local
83 tm2 = gmtime(&t2);
84 if (tm2 == NULL)
86 tm->sec = tm2->tm_sec;
87 tm->min = tm2->tm_min;
88 tm->hour = tm2->tm_hour;
89 tm->day = tm2->tm_mday;
90 tm->month = tm2->tm_mon + 1;
91 tm->year = tm2->tm_year + 1900;
H A Dos_unix.c143 struct tm *tm2; local
146 tm2 = gmtime(&t2);
147 if (tm2 == NULL)
149 tm->sec = tm2->tm_sec;
150 tm->min = tm2->tm_min;
151 tm->hour = tm2->tm_hour;
152 tm->day = tm2->tm_mday;
153 tm->month = tm2->tm_mon + 1;
154 tm->year = tm2->tm_year + 1900;
/external/chromium_org/third_party/sqlite/src/test/
H A Dreleasetest.tcl241 set tm2 [clock seconds]
243 set minutes [expr {($tm2-$tm1)/60}]
244 set seconds [expr {($tm2-$tm1)%60}]
/external/eigen/test/
H A Dhouseholder.cpp118 TMatrixType tm2 = m2.transpose(); local
119 HouseholderSequence<TMatrixType, HCoeffsVectorType, OnTheRight> rhseq(tm2, hc);
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlvm.c189 const TValue *tm2; local
192 tm2 = fasttm(L, mt2, event);
193 if (tm2 == NULL) return NULL; /* no metamethod */
194 if (luaV_rawequalobj(tm1, tm2)) /* same metamethods? */

Completed in 301 milliseconds