Searched refs:tm1 (Results 1 – 13 of 13) sorted by relevance
/external/toybox/toys/posix/ |
D | date.c | 63 struct tm tm1; local 66 if (t == -1 || !localtime_r(&t, &tm1) || 67 tm0.tm_sec != tm1.tm_sec || tm0.tm_min != tm1.tm_min || 68 tm0.tm_hour != tm1.tm_hour || tm0.tm_mday != tm1.tm_mday || 69 tm0.tm_mon != tm1.tm_mon) { 74 strftime(toybuf + len, sizeof(toybuf) - len, fmt, &tm1);
|
/external/wpa_supplicant_8/src/utils/ |
D | os_win32.c | 65 struct tm tm, *tm1; in os_mktime() local 85 tm1 = localtime(&t_local); in os_mktime() 86 if (tm1) { in os_mktime() 87 t1 = mktime(tm1); in os_mktime() 88 tm1 = gmtime(&t_local); in os_mktime() 89 if (tm1) { in os_mktime() 90 t2 = mktime(tm1); in os_mktime()
|
D | os_unix.c | 128 struct tm tm, *tm1; in os_mktime() local 148 tm1 = localtime(&t_local); in os_mktime() 149 if (tm1) { in os_mktime() 150 t1 = mktime(tm1); in os_mktime() 151 tm1 = gmtime(&t_local); in os_mktime() 152 if (tm1) { in os_mktime() 153 t2 = mktime(tm1); in os_mktime()
|
/external/skia/gm/ |
D | shadertext3.cpp | 97 for (size_t tm1 = 0; tm1 < SK_ARRAY_COUNT(kTileModes); ++tm1) { in onDraw() local 105 kTileModes[tm1], in onDraw()
|
/external/valgrind/none/tests/amd64/ |
D | tm1.vgtest | 1 prog: tm1 2 prereq: test -x tm1 && ../../../tests/x86_amd64_features amd64-avx
|
D | Makefile.am | 84 tm1.vgtest tm1.stderr.exp tm1.stdout.exp \ 133 check_PROGRAMS += tm1 xacq_xrel program
|
/external/toybox/toys/pending/ |
D | last.c | 72 static void seize_duration(time_t tm0, time_t tm1) in seize_duration() argument 75 double diff = difftime(tm1, tm0); in seize_duration() 77 diff = (diff > 0) ? (tm1 - tm0) : 0; in seize_duration() 80 snprintf(toybuf+18, 8, "- %s", ctime(&tm1) + 11); // Logout Time. in seize_duration()
|
/external/eigen/test/eigen2/ |
D | product.h | 53 OtherMajorMatrixType tm1 = m1; in product() local 107 tm1 = m1; in product() 108 VERIFY_IS_APPROX(tm1.transpose() * v1, m1.transpose() * v1); in product() 109 VERIFY_IS_APPROX(v1.transpose() * tm1, v1.transpose() * m1); in product()
|
/external/eigen/test/ |
D | product.h | 51 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()
|
D | product_extra.cpp | 35 OtherMajorMatrixType tm1 = m1; in product_extra() local
|
/external/testng/src/main/java/org/testng/reporters/ |
D | TestHTMLReporter.java | 341 ITestNGMethod tm1= o1.getMethod(); in compare() local 343 return annotationValue(tm2) - annotationValue(tm1); in compare()
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch | 632 + TrustManager tm1[] = new TrustManager[1]; 633 + tm1[0] = tm; 634 + trustloc_ctx.init(mykey, tm1, null);
|
D | ultravnc-102-JavaViewer-ssl-etc.patch | 3204 + TrustManager tm1[] = new TrustManager[1]; 3205 + tm1[0] = tm; 3206 + trustloc_ctx.init(mykey, tm1, null);
|