Searched defs:tm2 (Results 1 - 13 of 13) sorted by relevance

/external/eigen/test/
H A Dhouseholder.cpp118 TMatrixType tm2 = m2.transpose(); local
119 HouseholderSequence<TMatrixType, HCoeffsVectorType, OnTheRight> rhseq(tm2, hc);
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dos_win32.c104 struct tm *tm2; local
107 tm2 = gmtime(&t2);
108 if (tm2 == NULL)
110 tm->sec = tm2->tm_sec;
111 tm->min = tm2->tm_min;
112 tm->hour = tm2->tm_hour;
113 tm->day = tm2->tm_mday;
114 tm->month = tm2->tm_mon + 1;
115 tm->year = tm2->tm_year + 1900;
H A Dos_internal.c82 struct tm *tm2; local
85 tm2 = gmtime(&t2);
86 if (tm2 == NULL)
88 tm->sec = tm2->tm_sec;
89 tm->min = tm2->tm_min;
90 tm->hour = tm2->tm_hour;
91 tm->day = tm2->tm_mday;
92 tm->month = tm2->tm_mon + 1;
93 tm->year = tm2->tm_year + 1900;
H A Dos_unix.c170 struct tm *tm2; local
173 tm2 = gmtime(&t2);
174 if (tm2 == NULL)
176 tm->sec = tm2->tm_sec;
177 tm->min = tm2->tm_min;
178 tm->hour = tm2->tm_hour;
179 tm->day = tm2->tm_mday;
180 tm->month = tm2->tm_mon + 1;
181 tm->year = tm2->tm_year + 1900;
/external/wpa_supplicant_8/src/utils/
H A Dos_win32.c104 struct tm *tm2; local
107 tm2 = gmtime(&t2);
108 if (tm2 == NULL)
110 tm->sec = tm2->tm_sec;
111 tm->min = tm2->tm_min;
112 tm->hour = tm2->tm_hour;
113 tm->day = tm2->tm_mday;
114 tm->month = tm2->tm_mon + 1;
115 tm->year = tm2->tm_year + 1900;
H A Dos_internal.c82 struct tm *tm2; local
85 tm2 = gmtime(&t2);
86 if (tm2 == NULL)
88 tm->sec = tm2->tm_sec;
89 tm->min = tm2->tm_min;
90 tm->hour = tm2->tm_hour;
91 tm->day = tm2->tm_mday;
92 tm->month = tm2->tm_mon + 1;
93 tm->year = tm2->tm_year + 1900;
H A Dos_unix.c170 struct tm *tm2; local
173 tm2 = gmtime(&t2);
174 if (tm2 == NULL)
176 tm->sec = tm2->tm_sec;
177 tm->min = tm2->tm_min;
178 tm->hour = tm2->tm_hour;
179 tm->day = tm2->tm_mday;
180 tm->month = tm2->tm_mon + 1;
181 tm->year = tm2->tm_year + 1900;
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dos_win32.c104 struct tm *tm2; local
107 tm2 = gmtime(&t2);
108 if (tm2 == NULL)
110 tm->sec = tm2->tm_sec;
111 tm->min = tm2->tm_min;
112 tm->hour = tm2->tm_hour;
113 tm->day = tm2->tm_mday;
114 tm->month = tm2->tm_mon + 1;
115 tm->year = tm2->tm_year + 1900;
H A Dos_internal.c82 struct tm *tm2; local
85 tm2 = gmtime(&t2);
86 if (tm2 == NULL)
88 tm->sec = tm2->tm_sec;
89 tm->min = tm2->tm_min;
90 tm->hour = tm2->tm_hour;
91 tm->day = tm2->tm_mday;
92 tm->month = tm2->tm_mon + 1;
93 tm->year = tm2->tm_year + 1900;
H A Dos_unix.c170 struct tm *tm2; local
173 tm2 = gmtime(&t2);
174 if (tm2 == NULL)
176 tm->sec = tm2->tm_sec;
177 tm->min = tm2->tm_min;
178 tm->hour = tm2->tm_hour;
179 tm->day = tm2->tm_mday;
180 tm->month = tm2->tm_mon + 1;
181 tm->year = tm2->tm_year + 1900;
/external/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? */
/external/syslinux/com32/lua/src/
H A Dlvm.c212 const TValue *tm2; local
215 tm2 = fasttm(L, mt2, event);
216 if (tm2 == NULL) return NULL; /* no metamethod */
217 if (luaV_rawequalobj(tm1, tm2)) /* same metamethods? */
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...

Completed in 320 milliseconds