Home
last modified time | relevance | path

Searched refs:wtime (Results 1 – 25 of 900) sorted by relevance

12345678910>>...36

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/rtc/
H A Drtc-efi.c57 eft->day = wtime->tm_mday; in convert_to_efi_time()
58 eft->hour = wtime->tm_hour; in convert_to_efi_time()
59 eft->minute = wtime->tm_min; in convert_to_efi_time()
60 eft->second = wtime->tm_sec; in convert_to_efi_time()
69 memset(wtime, 0, sizeof(*wtime)); in convert_from_efi_time()
81 wtime->tm_hour = eft->hour; in convert_from_efi_time()
85 wtime->tm_mday = eft->day; in convert_from_efi_time()
99 wtime->tm_wday = compute_wday(eft, wtime->tm_yday); in convert_from_efi_time()
103 wtime->tm_isdst = 1; in convert_from_efi_time()
106 wtime->tm_isdst = 0; in convert_from_efi_time()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/rtc/
H A Drtc-efi.c57 eft->day = wtime->tm_mday; in convert_to_efi_time()
58 eft->hour = wtime->tm_hour; in convert_to_efi_time()
59 eft->minute = wtime->tm_min; in convert_to_efi_time()
60 eft->second = wtime->tm_sec; in convert_to_efi_time()
69 memset(wtime, 0, sizeof(*wtime)); in convert_from_efi_time()
81 wtime->tm_hour = eft->hour; in convert_from_efi_time()
85 wtime->tm_mday = eft->day; in convert_from_efi_time()
99 wtime->tm_wday = compute_wday(eft, wtime->tm_yday); in convert_from_efi_time()
103 wtime->tm_isdst = 1; in convert_from_efi_time()
106 wtime->tm_isdst = 0; in convert_from_efi_time()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/rtc/
H A Drtc-efi.c57 eft->day = wtime->tm_mday; in convert_to_efi_time()
58 eft->hour = wtime->tm_hour; in convert_to_efi_time()
59 eft->minute = wtime->tm_min; in convert_to_efi_time()
60 eft->second = wtime->tm_sec; in convert_to_efi_time()
69 memset(wtime, 0, sizeof(*wtime)); in convert_from_efi_time()
81 wtime->tm_hour = eft->hour; in convert_from_efi_time()
85 wtime->tm_mday = eft->day; in convert_from_efi_time()
99 wtime->tm_wday = compute_wday(eft, wtime->tm_yday); in convert_from_efi_time()
103 wtime->tm_isdst = 1; in convert_from_efi_time()
106 wtime->tm_isdst = 0; in convert_from_efi_time()
[all …]
/dports/science/libint2/libint-2.7.1/src/bin/test_eri/
H A Drun_time_eri.pl.in6 my $wtime = 0.0;
7 while ($wtime < 1.0 || $wtime > 10.0) {
12 ($wtime) = ($time_output =~ /wtime = ([\d\.e-]*)/g);
13 if ($wtime < 0.2) {
17 if ($wtime < 1.0) {
21 if ($wtime > 10.0) {
27 my $floprate = $nflops / $wtime;
28 my $costperint = $wtime / ($timencycles * $nints);
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/bvme6000/
H A Drtc.c44 struct rtc_time wtime; in rtc_ioctl() local
56 wtime.tm_sec = bcd2bin(rtc->bcd_sec); in rtc_ioctl()
57 wtime.tm_min = bcd2bin(rtc->bcd_min); in rtc_ioctl()
58 wtime.tm_hour = bcd2bin(rtc->bcd_hr); in rtc_ioctl()
59 wtime.tm_mday = bcd2bin(rtc->bcd_dom); in rtc_ioctl()
60 wtime.tm_mon = bcd2bin(rtc->bcd_mth)-1; in rtc_ioctl()
61 wtime.tm_year = bcd2bin(rtc->bcd_year); in rtc_ioctl()
62 if (wtime.tm_year < 70) in rtc_ioctl()
63 wtime.tm_year += 100; in rtc_ioctl()
64 wtime.tm_wday = bcd2bin(rtc->bcd_dow)-1; in rtc_ioctl()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/bvme6000/
H A Drtc.c44 struct rtc_time wtime; in rtc_ioctl() local
56 wtime.tm_sec = bcd2bin(rtc->bcd_sec); in rtc_ioctl()
57 wtime.tm_min = bcd2bin(rtc->bcd_min); in rtc_ioctl()
58 wtime.tm_hour = bcd2bin(rtc->bcd_hr); in rtc_ioctl()
59 wtime.tm_mday = bcd2bin(rtc->bcd_dom); in rtc_ioctl()
60 wtime.tm_mon = bcd2bin(rtc->bcd_mth)-1; in rtc_ioctl()
61 wtime.tm_year = bcd2bin(rtc->bcd_year); in rtc_ioctl()
62 if (wtime.tm_year < 70) in rtc_ioctl()
63 wtime.tm_year += 100; in rtc_ioctl()
64 wtime.tm_wday = bcd2bin(rtc->bcd_dow)-1; in rtc_ioctl()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/bvme6000/
H A Drtc.c44 struct rtc_time wtime; in rtc_ioctl() local
56 wtime.tm_sec = bcd2bin(rtc->bcd_sec); in rtc_ioctl()
57 wtime.tm_min = bcd2bin(rtc->bcd_min); in rtc_ioctl()
58 wtime.tm_hour = bcd2bin(rtc->bcd_hr); in rtc_ioctl()
59 wtime.tm_mday = bcd2bin(rtc->bcd_dom); in rtc_ioctl()
60 wtime.tm_mon = bcd2bin(rtc->bcd_mth)-1; in rtc_ioctl()
61 wtime.tm_year = bcd2bin(rtc->bcd_year); in rtc_ioctl()
62 if (wtime.tm_year < 70) in rtc_ioctl()
63 wtime.tm_year += 100; in rtc_ioctl()
64 wtime.tm_wday = bcd2bin(rtc->bcd_dow)-1; in rtc_ioctl()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/m68k/mvme16x/
H A Drtc.c42 struct rtc_time wtime; in rtc_ioctl() local
52 wtime.tm_sec = bcd2bin(rtc->bcd_sec); in rtc_ioctl()
53 wtime.tm_min = bcd2bin(rtc->bcd_min); in rtc_ioctl()
54 wtime.tm_hour = bcd2bin(rtc->bcd_hr); in rtc_ioctl()
55 wtime.tm_mday = bcd2bin(rtc->bcd_dom); in rtc_ioctl()
56 wtime.tm_mon = bcd2bin(rtc->bcd_mth)-1; in rtc_ioctl()
57 wtime.tm_year = bcd2bin(rtc->bcd_year); in rtc_ioctl()
58 if (wtime.tm_year < 70) in rtc_ioctl()
59 wtime.tm_year += 100; in rtc_ioctl()
60 wtime.tm_wday = bcd2bin(rtc->bcd_dow)-1; in rtc_ioctl()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/m68k/mvme16x/
H A Drtc.c42 struct rtc_time wtime; in rtc_ioctl() local
52 wtime.tm_sec = bcd2bin(rtc->bcd_sec); in rtc_ioctl()
53 wtime.tm_min = bcd2bin(rtc->bcd_min); in rtc_ioctl()
54 wtime.tm_hour = bcd2bin(rtc->bcd_hr); in rtc_ioctl()
55 wtime.tm_mday = bcd2bin(rtc->bcd_dom); in rtc_ioctl()
56 wtime.tm_mon = bcd2bin(rtc->bcd_mth)-1; in rtc_ioctl()
57 wtime.tm_year = bcd2bin(rtc->bcd_year); in rtc_ioctl()
58 if (wtime.tm_year < 70) in rtc_ioctl()
59 wtime.tm_year += 100; in rtc_ioctl()
60 wtime.tm_wday = bcd2bin(rtc->bcd_dow)-1; in rtc_ioctl()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/m68k/mvme16x/
H A Drtc.c42 struct rtc_time wtime; in rtc_ioctl() local
52 wtime.tm_sec = bcd2bin(rtc->bcd_sec); in rtc_ioctl()
53 wtime.tm_min = bcd2bin(rtc->bcd_min); in rtc_ioctl()
54 wtime.tm_hour = bcd2bin(rtc->bcd_hr); in rtc_ioctl()
55 wtime.tm_mday = bcd2bin(rtc->bcd_dom); in rtc_ioctl()
56 wtime.tm_mon = bcd2bin(rtc->bcd_mth)-1; in rtc_ioctl()
57 wtime.tm_year = bcd2bin(rtc->bcd_year); in rtc_ioctl()
58 if (wtime.tm_year < 70) in rtc_ioctl()
59 wtime.tm_year += 100; in rtc_ioctl()
60 wtime.tm_wday = bcd2bin(rtc->bcd_dow)-1; in rtc_ioctl()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/c/
H A Dwtime.c47 double wtime; in MPI_Wtime() local
55 wtime = ((double) opal_timer_base_get_cycles()) / opal_timer_base_get_freq(); in MPI_Wtime()
57 wtime = ((double) opal_timer_base_get_usec()) / 1000000.0; in MPI_Wtime()
63 wtime = tp.tv_sec; in MPI_Wtime()
64 wtime += tp.tv_nsec/1.0e+9; in MPI_Wtime()
69 wtime = tv.tv_sec; in MPI_Wtime()
70 wtime += (double)tv.tv_usec / 1000000.0; in MPI_Wtime()
76 return wtime; in MPI_Wtime()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/c/
H A Dwtime.c64 double wtime; in MPI_Wtime() local
74 wtime = ((double) opal_timer_base_get_cycles()) / opal_timer_base_get_freq(); in MPI_Wtime()
76 wtime = ((double) opal_timer_base_get_usec()) / 1000000.0; in MPI_Wtime()
85 wtime = (double)(tp.tv_nsec - ompi_wtime_time_origin.tv_nsec)/1.0e+9; in MPI_Wtime()
86 wtime += (tp.tv_sec - ompi_wtime_time_origin.tv_sec); in MPI_Wtime()
94 wtime = (double)(tv.tv_usec - ompi_wtime_time_origin.tv_usec) / 1.0e+6; in MPI_Wtime()
95 wtime += (tv.tv_sec - ompi_wtime_time_origin.tv_sec); in MPI_Wtime()
101 return wtime; in MPI_Wtime()
/dports/editors/vim/vim-8.2.3745/src/
H A Dui.c162 if (wtime == -1 && ++count == 1000) in ui_inchar()
171 if (wtime == -1 || wtime > 100L) in ui_inchar()
235 if (wtime == -1 || wtime > 100L) in ui_inchar()
296 if (wtime != 0) in inchar_loop()
309 if (wtime >= 0) in inchar_loop()
310 wait_time = wtime; in inchar_loop()
324 if (wtime >= 0) in inchar_loop()
435 long wtime, in ui_wait_for_chars_or_timer() argument
441 long remaining = wtime; in ui_wait_for_chars_or_timer()
448 if (wtime >= 0 && wtime < 10L) in ui_wait_for_chars_or_timer()
[all …]
/dports/games/taisei/taisei-1.3.2/src/util/
H A Dplatform_win32.c13 static time_t win32time_to_posixtime(SYSTEMTIME *wtime) { in win32time_to_posixtime() argument
16 ptime.tm_year = wtime->wYear - 1900; in win32time_to_posixtime()
17 ptime.tm_mon = wtime->wMonth - 1; in win32time_to_posixtime()
18 ptime.tm_mday = wtime->wDay; in win32time_to_posixtime()
19 ptime.tm_hour = wtime->wHour; in win32time_to_posixtime()
20 ptime.tm_min = wtime->wMinute; in win32time_to_posixtime()
21 ptime.tm_sec = wtime->wSecond; in win32time_to_posixtime()
/dports/security/gnupg/gnupg-2.3.3/common/
H A Ddotlock.c1022 int wtime = 0; in dotlock_take_unix() local
1146 wtime = 50; in dotlock_take_unix()
1148 wtime *= 2; in dotlock_take_unix()
1150 wtime = 2000; in dotlock_take_unix()
1152 wtime *= 2; in dotlock_take_unix()
1188 int wtime = 0; in dotlock_take_w32() local
1215 if (!wtime) in dotlock_take_w32()
1216 wtime = 50; in dotlock_take_w32()
1218 wtime *= 2; in dotlock_take_w32()
1222 wtime *= 2; in dotlock_take_w32()
[all …]
/dports/security/gnome-keyring/gnome-keyring-40.0/egg/
H A Ddotlock.c951 int wtime = 0; in dotlock_take_unix() local
1065 wtime = 50; in dotlock_take_unix()
1067 wtime *= 2; in dotlock_take_unix()
1069 wtime = 2000; in dotlock_take_unix()
1071 wtime *= 2; in dotlock_take_unix()
1107 int wtime = 0; in dotlock_take_w32() local
1133 if (!wtime) in dotlock_take_w32()
1134 wtime = 50; in dotlock_take_w32()
1136 wtime *= 2; in dotlock_take_w32()
1140 wtime *= 2; in dotlock_take_w32()
[all …]
/dports/security/gnupg1/gnupg-1.4.23/util/
H A Ddotlock.c959 int wtime = 0; in dotlock_take_unix() local
1074 wtime = 50; in dotlock_take_unix()
1076 wtime *= 2; in dotlock_take_unix()
1078 wtime = 2000; in dotlock_take_unix()
1080 wtime *= 2; in dotlock_take_unix()
1116 int wtime = 0; in dotlock_take_w32() local
1142 if (!wtime) in dotlock_take_w32()
1143 wtime = 50; in dotlock_take_w32()
1145 wtime *= 2; in dotlock_take_w32()
1149 wtime *= 2; in dotlock_take_w32()
[all …]
/dports/math/primme/primme-3.2/src/
H A Ddeps2 …de/numerical.h include/template.h include/template_types.h include/template_undef.h include/wtime.h
6 …de/numerical.h include/template.h include/template_types.h include/template_undef.h include/wtime.h
7 …de/numerical.h include/template.h include/template_types.h include/template_undef.h include/wtime.h
10 …de/numerical.h include/template.h include/template_types.h include/template_undef.h include/wtime.h
13 …me_interface.h include/template.h include/template_types.h include/template_undef.h include/wtime.h
18 …de/numerical.h include/template.h include/template_types.h include/template_undef.h include/wtime.h
19 …lude/template.h include/template_types.h include/template_undef.h include/wtime.h linalg/blaslapac…
20 …de/numerical.h include/template.h include/template_types.h include/template_undef.h include/wtime.h
21 …../include/primme_eigs.h ../include/primme_svds.h include/common.h include/memman.h include/wtime.h
22 linalg/wtime.o : include/wtime.h
[all …]
/dports/math/py-primme/primme-3.2/src/
H A Ddeps2 …de/numerical.h include/template.h include/template_types.h include/template_undef.h include/wtime.h
6 …de/numerical.h include/template.h include/template_types.h include/template_undef.h include/wtime.h
7 …de/numerical.h include/template.h include/template_types.h include/template_undef.h include/wtime.h
10 …de/numerical.h include/template.h include/template_types.h include/template_undef.h include/wtime.h
13 …me_interface.h include/template.h include/template_types.h include/template_undef.h include/wtime.h
18 …de/numerical.h include/template.h include/template_types.h include/template_undef.h include/wtime.h
19 …lude/template.h include/template_types.h include/template_undef.h include/wtime.h linalg/blaslapac…
20 …de/numerical.h include/template.h include/template_types.h include/template_undef.h include/wtime.h
21 …../include/primme_eigs.h ../include/primme_svds.h include/common.h include/memman.h include/wtime.h
22 linalg/wtime.o : include/wtime.h
[all …]
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dcolorfire.cpp38 float wrot[NR_WAVES], wtime[NR_WAVES], wr[NR_WAVES], wg[NR_WAVES], wb[NR_WAVES], wspd[NR_WAVES], wm… variable
43 wtime[nr] = 0; in initWave()
73 wtime[i] = 3.0f + rsRandf (1.0f); in hack_init()
153 glScalef (wtime[nr], wtime[nr], wtime[nr]); in drawWave()
154 if (wtime[nr] > (wmax[nr] - 1.0)) in drawWave()
155 colMod = wmax[nr] - wtime[nr]; in drawWave()
170 wtime[nr] += fDeltaTime * wspd[nr]; in drawWave()
171 if (wtime[nr] > wmax[nr]) in drawWave()
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/hr_timesheet/models/
H A Dres_company.py13 wtime = self.env.ref('uom.uom_categ_wtime')
15 …uom = self.env['uom.uom'].search([('category_id', '=', wtime.id), ('uom_type', '=', 'reference')],…
17 uom = self.env['uom.uom'].search([('category_id', '=', wtime.id)], limit=1)
23 wtime = self.env.ref('uom.uom_categ_wtime')
25 …uom = self.env['uom.uom'].search([('category_id', '=', wtime.id), ('uom_type', '=', 'reference')],…
27 uom = self.env['uom.uom'].search([('category_id', '=', wtime.id)], limit=1)
/dports/devel/py-tables/tables-3.6.1/tables/tests/
H A Dtest_timetype.py172 vla.append(wtime)
178 self.assertTrue(allequal(rtime, wtime),
188 vla.append(wtime)
194 self.assertTrue(allequal(rtime, wtime),
231 wtime = 1234567890.123456
236 row['t32col'] = int(wtime)
237 row['t64col'] = (wtime, wtime)
248 comp = (recarr['t64col'][0] == numpy.array((wtime, wtime)))
297 wtime = 1234567890.123456
302 ea.append((wtime,))
[all …]
/dports/math/gismo/gismo-21.12.0/examples/
H A Dmpi_example.cpp61 double wtime = mpi.wallTime(); in main() local
82 << cpuname <<", elapsed time is "<< mpi.wallTime()-wtime<< "\n"; in main()
112 double wtime = mpi.wallTime(); in approximatePI() local
118 std::srand((unsigned)wtime); in approximatePI()
161 gsInfo << "Time needed for parallel computation: " << mpi.wallTime() - wtime << "\n"; in approximatePI()
190 double wtime = mpi.wallTime(); in computeDotProduct() local
235 gsInfo << "Time needed for parallel computation: " << mpi.wallTime() - wtime << "\n"; in computeDotProduct()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/zip/
H A DZipEntry.java589 long wtime = get64(extra, pos + 4); in setExtra0() local
590 if (wtime != WINDOWS_TIME_NOT_AVAILABLE) { in setExtra0()
591 mtime = winTimeToFileTime(wtime); in setExtra0()
593 wtime = get64(extra, pos + 12); in setExtra0()
594 if (wtime != WINDOWS_TIME_NOT_AVAILABLE) { in setExtra0()
595 atime = winTimeToFileTime(wtime); in setExtra0()
597 wtime = get64(extra, pos + 20); in setExtra0()
598 if (wtime != WINDOWS_TIME_NOT_AVAILABLE) { in setExtra0()
599 ctime = winTimeToFileTime(wtime); in setExtra0()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/zip/
H A DZipEntry.java588 long wtime = get64(extra, pos + 4); in setExtra0() local
589 if (wtime != WINDOWS_TIME_NOT_AVAILABLE) { in setExtra0()
590 mtime = winTimeToFileTime(wtime); in setExtra0()
592 wtime = get64(extra, pos + 12); in setExtra0()
593 if (wtime != WINDOWS_TIME_NOT_AVAILABLE) { in setExtra0()
594 atime = winTimeToFileTime(wtime); in setExtra0()
596 wtime = get64(extra, pos + 20); in setExtra0()
597 if (wtime != WINDOWS_TIME_NOT_AVAILABLE) { in setExtra0()
598 ctime = winTimeToFileTime(wtime); in setExtra0()

12345678910>>...36