Home
last modified time | relevance | path

Searched refs:tm1 (Results 1 – 13 of 13) sorted by relevance

/external/openssl/crypto/
Do_time.c348 struct tm tm1, tm2; in check_time() local
353 OPENSSL_gmtime(&t1, &tm1); in check_time()
354 OPENSSL_gmtime_adj(&tm1, 0, offset); in check_time()
355 if ((tm1.tm_year == tm2.tm_year) && in check_time()
356 (tm1.tm_mon == tm2.tm_mon) && in check_time()
357 (tm1.tm_mday == tm2.tm_mday) && in check_time()
358 (tm1.tm_hour == tm2.tm_hour) && in check_time()
359 (tm1.tm_min == tm2.tm_min) && in check_time()
360 (tm1.tm_sec == tm2.tm_sec)) in check_time()
367 tm1.tm_mday, tm1.tm_mon + 1, tm1.tm_year + 1900, in check_time()
[all …]
/external/wpa_supplicant_8/src/utils/
Dos_win32.c64 struct tm tm, *tm1; in os_mktime() local
84 tm1 = localtime(&t_local); in os_mktime()
85 if (tm1) { in os_mktime()
86 t1 = mktime(tm1); in os_mktime()
87 tm1 = gmtime(&t_local); in os_mktime()
88 if (tm1) { in os_mktime()
89 t2 = mktime(tm1); in os_mktime()
Dos_unix.c104 struct tm tm, *tm1; in os_mktime() local
124 tm1 = localtime(&t_local); in os_mktime()
125 if (tm1) { in os_mktime()
126 t1 = mktime(tm1); in os_mktime()
127 tm1 = gmtime(&t_local); in os_mktime()
128 if (tm1) { in os_mktime()
129 t2 = mktime(tm1); in os_mktime()
/external/valgrind/main/none/tests/amd64/
Dtm1.vgtest1 prog: tm1
2 prereq: test -x tm1 && ../../../tests/x86_amd64_features amd64-avx
DMakefile.am83 tm1.vgtest tm1.stderr.exp tm1.stdout.exp \
126 check_PROGRAMS += tm1 xacq_xrel program
DMakefile.in85 @BUILD_TSX_TESTS_TRUE@am__append_15 = tm1 xacq_xrel
128 @BUILD_TSX_TESTS_TRUE@am__EXEEXT_11 = tm1$(EXEEXT) xacq_xrel$(EXEEXT)
283 tm1_SOURCES = tm1.c
284 tm1_OBJECTS = tm1.$(OBJEXT)
312 sse4-64.c ssse3_misaligned.c tm1.c xacq_xrel.c xadd.c
324 sse4-64.c ssse3_misaligned.c tm1.c xacq_xrel.c xadd.c
684 tm1.vgtest tm1.stderr.exp tm1.stdout.exp \
886 tm1$(EXEEXT): $(tm1_OBJECTS) $(tm1_DEPENDENCIES) $(EXTRA_tm1_DEPENDENCIES)
887 @rm -f tm1$(EXEEXT)
948 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tm1.Po@am__quote@
/external/chromium_org/third_party/skia/gm/
Dshadertext3.cpp100 for (size_t tm1 = 0; tm1 < SK_ARRAY_COUNT(kTileModes); ++tm1) { in onDraw() local
108 kTileModes[tm1], in onDraw()
/external/skia/gm/
Dshadertext3.cpp99 for (size_t tm1 = 0; tm1 < SK_ARRAY_COUNT(kTileModes); ++tm1) { in onDraw() local
107 kTileModes[tm1], in onDraw()
/external/eigen/test/eigen2/
Dproduct.h56 OtherMajorMatrixType tm1 = m1; in product() local
110 tm1 = m1; in product()
111 VERIFY_IS_APPROX(tm1.transpose() * v1, m1.transpose() * v1); in product()
112 VERIFY_IS_APPROX(v1.transpose() * tm1, v1.transpose() * m1); in product()
/external/eigen/test/
Dproduct.h51 OtherMajorMatrixType tm1 = m1; in product() local
115 tm1 = m1; in product()
116 VERIFY_IS_APPROX(tm1.transpose() * v1, m1.transpose() * v1); in product()
117 VERIFY_IS_APPROX(v1.transpose() * tm1, v1.transpose() * m1); in product()
Dproduct_extra.cpp35 OtherMajorMatrixType tm1 = m1; in product_extra() local
/external/chromium_org/third_party/skia/third_party/lua/src/
Dlvm.c188 const TValue *tm1 = fasttm(L, mt1, event); in get_equalTM() local
190 if (tm1 == NULL) return NULL; /* no metamethod */ in get_equalTM()
191 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */ in get_equalTM()
194 if (luaV_rawequalobj(tm1, tm2)) /* same metamethods? */ in get_equalTM()
195 return tm1; in get_equalTM()
/external/chromium_org/third_party/sqlite/src/test/
Dreleasetest.tcl239 set tm1 [clock seconds]