Home
last modified time | relevance | path

Searched refs:tm2 (Results 301 – 325 of 1533) sorted by relevance

1...<<11121314151617181920>>...62

/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/devicetree/bindings/input/
H A Dcypress,tm2-touchkey.yaml4 $id: http://devicetree.org/schemas/input/cypress,tm2-touchkey.yaml#
23 - cypress,tm2-touchkey
65 compatible = "cypress,tm2-touchkey";
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/devicetree/bindings/input/
H A Dcypress,tm2-touchkey.yaml4 $id: http://devicetree.org/schemas/input/cypress,tm2-touchkey.yaml#
23 - cypress,tm2-touchkey
65 compatible = "cypress,tm2-touchkey";
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/simulation/
H A Dclientnet.cpp145 CTextMessage tm2; in broadcast() local
146 tm2.setBuffer(buf); in broadcast()
147 CString msg = tm2.m_Message; in broadcast()
/dports/textproc/p5-Template-Magic/Template-Magic-1.39/t/
H A D24_TableTiler.t53 ; our $tm2 = new Template::Magic
77 ; $tiled_table = $tm2->output(\$tmp )
/dports/biology/protomol/protomol/framework/base/
H A DreducedHessBond.cpp17 Real tm2 = 2.0 * _k * _r0 / na; in reducedHessBond() local
19 return (Matrix3by3(tm1,0,0,0,tm1,0,0,0,tm1)+Matrix3by3(rij,rij*tm2/a)); in reducedHessBond()
/dports/astro/gpsbabel14/gpsbabel-1.4.4/
H A Dgopal.c180 struct tm tm2; in gopal_read() local
288 memset(&tm2, 0, sizeof(tm2)); in gopal_read()
289 if (!strptime(c, "%Y%m%d", &tm2)) { in gopal_read()
292 wpt->creation_time += mkgmtime(&tm2); in gopal_read()
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/
H A Dgopal.cc175 struct tm tm2; in gopal_read() local
287 memset(&tm2, 0, sizeof(tm2)); in gopal_read()
288 if (!strptime(c, "%Y%m%d", &tm2)) { in gopal_read()
291 wpt->creation_time = wpt->creation_time.addSecs(mkgmtime(&tm2)); in gopal_read()
/dports/net/hostapd-devel/hostap-14ab4a816/src/utils/
H A Dos_unix.c176 struct tm *tm2; in os_gmtime() local
179 tm2 = gmtime(&t2); in os_gmtime()
180 if (tm2 == NULL) in os_gmtime()
182 tm->sec = tm2->tm_sec; in os_gmtime()
183 tm->min = tm2->tm_min; in os_gmtime()
184 tm->hour = tm2->tm_hour; in os_gmtime()
185 tm->day = tm2->tm_mday; in os_gmtime()
186 tm->month = tm2->tm_mon + 1; in os_gmtime()
187 tm->year = tm2->tm_year + 1900; in os_gmtime()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/utils/
H A Dos_unix.c176 struct tm *tm2; in os_gmtime() local
179 tm2 = gmtime(&t2); in os_gmtime()
180 if (tm2 == NULL) in os_gmtime()
182 tm->sec = tm2->tm_sec; in os_gmtime()
183 tm->min = tm2->tm_min; in os_gmtime()
184 tm->hour = tm2->tm_hour; in os_gmtime()
185 tm->day = tm2->tm_mday; in os_gmtime()
186 tm->month = tm2->tm_mon + 1; in os_gmtime()
187 tm->year = tm2->tm_year + 1900; in os_gmtime()
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/resources/linux/proc/cpuinfo/
H A Doracle-server-6.7-oda19 …ogy nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr…
44 …ogy nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr…
69 …ogy nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr…
94 …ogy nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr…
119 …ogy nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr…
144 …ogy nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr…
169 …ogy nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr…
194 …ogy nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr…
219 …ogy nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr…
244 …ogy nonstop_tsc aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 fma cx16 xtpr…
[all …]
/dports/devel/p5-Time-Moment/Time-Moment-0.44/t/
H A D900_bug_reuse.t31 my $tm2 = $obj->moment->plus_seconds(1);
34 is($tm2, '0001-01-01T00:00:01Z', '$tm2');
/dports/devel/sunpromake/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c143 const struct tm *tm2; local
146 tm2 = &(p2)->tm;
148 if (tm1->tm_year < tm2->tm_year)
150 else if (tm1->tm_year > tm2->tm_year)
152 else if (tm1->tm_mon < tm2->tm_mon)
154 else if (tm1->tm_mon > tm2->tm_mon)
156 else if (tm1->tm_mday < tm2->tm_mday)
164 else if (tm1->tm_min < tm2->tm_min)
166 else if (tm1->tm_min > tm2->tm_min)
168 else if (tm1->tm_sec < tm2->tm_sec)
[all …]
/dports/devel/smake/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c143 const struct tm *tm2; local
146 tm2 = &(p2)->tm;
148 if (tm1->tm_year < tm2->tm_year)
150 else if (tm1->tm_year > tm2->tm_year)
152 else if (tm1->tm_mon < tm2->tm_mon)
154 else if (tm1->tm_mon > tm2->tm_mon)
156 else if (tm1->tm_mday < tm2->tm_mday)
164 else if (tm1->tm_min < tm2->tm_min)
166 else if (tm1->tm_min > tm2->tm_min)
168 else if (tm1->tm_sec < tm2->tm_sec)
[all …]
/dports/devel/sccs/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c143 const struct tm *tm2; local
146 tm2 = &(p2)->tm;
148 if (tm1->tm_year < tm2->tm_year)
150 else if (tm1->tm_year > tm2->tm_year)
152 else if (tm1->tm_mon < tm2->tm_mon)
154 else if (tm1->tm_mon > tm2->tm_mon)
156 else if (tm1->tm_mday < tm2->tm_mday)
164 else if (tm1->tm_min < tm2->tm_min)
166 else if (tm1->tm_min > tm2->tm_min)
168 else if (tm1->tm_sec < tm2->tm_sec)
[all …]
/dports/devel/schilybase/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c143 const struct tm *tm2; local
146 tm2 = &(p2)->tm;
148 if (tm1->tm_year < tm2->tm_year)
150 else if (tm1->tm_year > tm2->tm_year)
152 else if (tm1->tm_mon < tm2->tm_mon)
154 else if (tm1->tm_mon > tm2->tm_mon)
156 else if (tm1->tm_mday < tm2->tm_mday)
164 else if (tm1->tm_min < tm2->tm_min)
166 else if (tm1->tm_min > tm2->tm_min)
168 else if (tm1->tm_sec < tm2->tm_sec)
[all …]
/dports/net/rscsi/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c143 const struct tm *tm2; local
146 tm2 = &(p2)->tm;
148 if (tm1->tm_year < tm2->tm_year)
150 else if (tm1->tm_year > tm2->tm_year)
152 else if (tm1->tm_mon < tm2->tm_mon)
154 else if (tm1->tm_mon > tm2->tm_mon)
156 else if (tm1->tm_mday < tm2->tm_mday)
164 else if (tm1->tm_min < tm2->tm_min)
166 else if (tm1->tm_min > tm2->tm_min)
168 else if (tm1->tm_sec < tm2->tm_sec)
[all …]
/dports/archivers/star/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c143 const struct tm *tm2; local
146 tm2 = &(p2)->tm;
148 if (tm1->tm_year < tm2->tm_year)
150 else if (tm1->tm_year > tm2->tm_year)
152 else if (tm1->tm_mon < tm2->tm_mon)
154 else if (tm1->tm_mon > tm2->tm_mon)
156 else if (tm1->tm_mday < tm2->tm_mday)
164 else if (tm1->tm_min < tm2->tm_min)
166 else if (tm1->tm_min > tm2->tm_min)
168 else if (tm1->tm_sec < tm2->tm_sec)
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c143 const struct tm *tm2; local
146 tm2 = &(p2)->tm;
148 if (tm1->tm_year < tm2->tm_year)
150 else if (tm1->tm_year > tm2->tm_year)
152 else if (tm1->tm_mon < tm2->tm_mon)
154 else if (tm1->tm_mon > tm2->tm_mon)
156 else if (tm1->tm_mday < tm2->tm_mday)
164 else if (tm1->tm_min < tm2->tm_min)
166 else if (tm1->tm_min > tm2->tm_min)
168 else if (tm1->tm_sec < tm2->tm_sec)
[all …]
/dports/editors/ved/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c143 const struct tm *tm2; local
146 tm2 = &(p2)->tm;
148 if (tm1->tm_year < tm2->tm_year)
150 else if (tm1->tm_year > tm2->tm_year)
152 else if (tm1->tm_mon < tm2->tm_mon)
154 else if (tm1->tm_mon > tm2->tm_mon)
156 else if (tm1->tm_mday < tm2->tm_mday)
164 else if (tm1->tm_min < tm2->tm_min)
166 else if (tm1->tm_min > tm2->tm_min)
168 else if (tm1->tm_sec < tm2->tm_sec)
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/sccs/sccs/cmd/src/
H A Dsccslog.c143 const struct tm *tm2; local
146 tm2 = &(p2)->tm;
148 if (tm1->tm_year < tm2->tm_year)
150 else if (tm1->tm_year > tm2->tm_year)
152 else if (tm1->tm_mon < tm2->tm_mon)
154 else if (tm1->tm_mon > tm2->tm_mon)
156 else if (tm1->tm_mday < tm2->tm_mday)
164 else if (tm1->tm_min < tm2->tm_min)
166 else if (tm1->tm_min > tm2->tm_min)
168 else if (tm1->tm_sec < tm2->tm_sec)
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2.dts11 #include "exynos5433-tm2-common.dtsi"
15 compatible = "samsung,tm2", "samsung,exynos5433";
69 compatible = "cypress,tm2-touchkey";
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2.dts11 #include "exynos5433-tm2-common.dtsi"
15 compatible = "samsung,tm2", "samsung,exynos5433";
69 compatible = "cypress,tm2-touchkey";
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2.dts11 #include "exynos5433-tm2-common.dtsi"
15 compatible = "samsung,tm2", "samsung,exynos5433";
69 compatible = "cypress,tm2-touchkey";
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/libntp/
H A Dprettydate.c198 struct tm tm, *tm2; in rfc3339time() local
201 tm2 = gmtime_r(&posix_stamp, &tm); in rfc3339time()
202 if (tm2 == NULL || tm.tm_year > 9999) in rfc3339time()
/dports/deskutils/plan/plan-1.10.1/src/
H A Dconvert.c302 struct tm tm1, tm2; /* for adding date and time */ in parse_datetimestring() local
314 tm2 = *time_to_tm(t); in parse_datetimestring()
315 tm1.tm_hour = tm2.tm_hour; in parse_datetimestring()
316 tm1.tm_min = tm2.tm_min; in parse_datetimestring()
317 tm1.tm_sec = tm2.tm_sec; in parse_datetimestring()

1...<<11121314151617181920>>...62