Home
last modified time | relevance | path

Searched refs:time_offset (Results 176 – 200 of 1164) sorted by relevance

12345678910>>...47

/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/test/
H A Dmonitor_SUITE.erl829 Mon1 = erlang:monitor(time_offset, clock_service),
830 Mon2 = erlang:monitor(time_offset, clock_service),
831 Mon3 = erlang:monitor(time_offset, clock_service),
832 Mon4 = erlang:monitor(time_offset, clock_service),
836 Mon5 = erlang:monitor(time_offset, clock_service),
837 Mon6 = erlang:monitor(time_offset, clock_service),
838 Mon7 = erlang:monitor(time_offset, clock_service),
842 {'CHANGE', _, time_offset, clock_service, _} ->
850 {'CHANGE', Mon3, time_offset, clock_service, _} ->
854 {'CHANGE', Mon6, time_offset, clock_service, _} ->
[all …]
/dports/multimedia/audacious/audacious-4.1/src/libaudcore/
H A Dplayback.cc81 int time_offset = 0; member
296 pb_info.time_offset = aud::max(0, pb_info.tuple.get_int(Tuple::StartTime)); in setup_playback()
298 pb_info.time_offset); in setup_playback()
303 if (pb_info.time_offset > 0 && pb_control.seek < 0) in setup_playback()
324 if (pb_info.time_offset > 0 && pb_control.seek < 0) in check_playback_repeat()
616 seek = pb_info.time_offset + aud::min(pb_control.seek, pb_info.length); in check_seek()
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dmidisequencer.cpp328 double time_offset = 0; in load_smf() local
342 … msg.time = std::chrono::microseconds(static_cast<int>(time / (frames * fps) + time_offset)); in load_smf()
432time_offset = (hour & 0x1F) * 3600 + min * 60 + sec + (frame + subframe / 100.0) * fps; in load_smf()
476 std::chrono::microseconds time_offset = 0us; in load_smf() local
480 …>(static_cast<double>((i->time.count() - base.count())) * tempo / division + time_offset.count())); in load_smf()
489 time_offset = i->time; in load_smf()
/dports/net-im/prosody/prosody-0.11.13/util/
H A Ddatetime.lua42 …local time_offset = os_difftime(os_time(os_date("*t", now)), os_time(os_date("!*t", now))); -- to …
52 sec = (sec + time_offset) - tzd_offset;
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/
H A Dinput_rtsp.c104 static off_t rtsp_plugin_seek_time (input_plugin_t *this_gen, int time_offset, int origin) { in rtsp_plugin_seek_time() argument
108 lprintf ("seek_time %d msec, origin %d\n", time_offset, origin); in rtsp_plugin_seek_time()
111 rtsp_session_set_start_time (this->rtsp, time_offset); in rtsp_plugin_seek_time()
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dfile_vtab.cc184 int64_t time_offset, in update_row()
188 (int) (time_offset / 1000LL), in update_row()
189 (int) (time_offset / (1000LL * 1000LL)), in update_row()
/dports/devel/toml11/toml11-3.7.0/tests/
H A Dtest_find_or_recursive.cpp104 …::local_date(2019, toml::month_t::Apr, 1), toml::local_time(12, 30, 45), toml::time_offset( 9, 0)), in BOOST_AUTO_TEST_CASE_TEMPLATE()
105 …l::local_date(1999, toml::month_t::Jan, 2), toml::local_time( 6, 0, 30), toml::time_offset(-3, 0)) in BOOST_AUTO_TEST_CASE_TEMPLATE()
150 …::local_date(2019, toml::month_t::Apr, 1), toml::local_time(12, 30, 45), toml::time_offset( 9, 0)), in BOOST_AUTO_TEST_CASE_TEMPLATE()
151 …l::local_date(1999, toml::month_t::Jan, 2), toml::local_time( 6, 0, 30), toml::time_offset(-3, 0)) in BOOST_AUTO_TEST_CASE_TEMPLATE()
199 …::local_date(2019, toml::month_t::Apr, 1), toml::local_time(12, 30, 45), toml::time_offset( 9, 0)), in BOOST_AUTO_TEST_CASE_TEMPLATE()
200 …l::local_date(1999, toml::month_t::Jan, 2), toml::local_time( 6, 0, 30), toml::time_offset(-3, 0)) in BOOST_AUTO_TEST_CASE_TEMPLATE()
246 toml::local_time(12, 30, 45), toml::time_offset( 9, 0)); in BOOST_AUTO_TEST_CASE_TEMPLATE()
H A Dtest_get_or.cpp109 …::local_date(2019, toml::month_t::Apr, 1), toml::local_time(12, 30, 45), toml::time_offset( 9, 0)), in BOOST_AUTO_TEST_CASE_TEMPLATE()
110 …l::local_date(1999, toml::month_t::Jan, 2), toml::local_time( 6, 0, 30), toml::time_offset(-3, 0)) in BOOST_AUTO_TEST_CASE_TEMPLATE()
155 …::local_date(2019, toml::month_t::Apr, 1), toml::local_time(12, 30, 45), toml::time_offset( 9, 0)), in BOOST_AUTO_TEST_CASE_TEMPLATE()
156 …l::local_date(1999, toml::month_t::Jan, 2), toml::local_time( 6, 0, 30), toml::time_offset(-3, 0)) in BOOST_AUTO_TEST_CASE_TEMPLATE()
204 …::local_date(2019, toml::month_t::Apr, 1), toml::local_time(12, 30, 45), toml::time_offset( 9, 0)), in BOOST_AUTO_TEST_CASE_TEMPLATE()
205 …l::local_date(1999, toml::month_t::Jan, 2), toml::local_time( 6, 0, 30), toml::time_offset(-3, 0)) in BOOST_AUTO_TEST_CASE_TEMPLATE()
249 toml::local_time(12, 30, 45), toml::time_offset( 9, 0)); in BOOST_AUTO_TEST_CASE_TEMPLATE()
/dports/multimedia/atomicparsley/atomicparsley-20210114.184825.1dbe1be/src/
H A Dextracts.cpp136 uint8_t time_offset = 0; in secsTOtime() local
143 time_offset += 3; in secsTOtime()
149 sprintf(hhmmss_time + time_offset, "%u:", time_duration.minutes); in secsTOtime()
151 time_offset += 3; in secsTOtime()
153 memcpy(hhmmss_time + time_offset, "0:", 2); in secsTOtime()
154 time_offset += 2; in secsTOtime()
160 sprintf(hhmmss_time + time_offset, "%u", time_duration.seconds); in secsTOtime()
162 time_offset += 2; in secsTOtime()
164 memcpy(hhmmss_time + time_offset, "0.", 2); in secsTOtime()
165 time_offset += 1; in secsTOtime()
[all …]
/dports/www/moodle39/moodle/mnet/xmlrpc/
H A Dclient.php247 $time_offset = $remote_timestamp - $timestamp_send;
248 if ($time_offset > 0) {
257 if ($time_offset > $threshold) {
258 …$this->error[] = '6:Time gap with '.$mnet_peer->name.' ('.$time_offset.' seconds) is greater than …
/dports/www/moodle311/moodle/mnet/xmlrpc/
H A Dclient.php247 $time_offset = $remote_timestamp - $timestamp_send;
248 if ($time_offset > 0) {
257 if ($time_offset > $threshold) {
258 …$this->error[] = '6:Time gap with '.$mnet_peer->name.' ('.$time_offset.' seconds) is greater than …
/dports/www/moodle310/moodle/mnet/xmlrpc/
H A Dclient.php247 $time_offset = $remote_timestamp - $timestamp_send;
248 if ($time_offset > 0) {
257 if ($time_offset > $threshold) {
258 …$this->error[] = '6:Time gap with '.$mnet_peer->name.' ('.$time_offset.' seconds) is greater than …
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/include/fluent-bit/
H A Dflb_parser.h50 int time_offset; /* fixed UTC offset */ member
94 const char *time_offset,
/dports/devel/etl/synfig-1.2.2/synfig-core/src/synfig/layers/
H A Dlayer_pastecanvas.cpp194 if (param=="time_offset" && value.same_type_as(time_offset)) in set_param()
196 if (time_offset != value.get(Time())) in set_param()
198 value.put(&time_offset); in set_param()
321 Time time_offset = param_time_offset.get(Time()); in set_time_vfunc() local
322 sub_canvas->set_time(time*time_dilation + time_offset); in set_time_vfunc()
667 Time time_offset=param_time_offset.get(Time()); in get_times_vfunc() local
682 tp.set_time((tp.get_time() - time_offset) / time_dilation); in get_times_vfunc()
/dports/graphics/synfig/synfig-1.2.2/synfig-core/src/synfig/layers/
H A Dlayer_pastecanvas.cpp194 if (param=="time_offset" && value.same_type_as(time_offset)) in set_param()
196 if (time_offset != value.get(Time())) in set_param()
198 value.put(&time_offset); in set_param()
321 Time time_offset = param_time_offset.get(Time()); in set_time_vfunc() local
322 sub_canvas->set_time(time*time_dilation + time_offset); in set_time_vfunc()
667 Time time_offset=param_time_offset.get(Time()); in get_times_vfunc() local
682 tp.set_time((tp.get_time() - time_offset) / time_dilation); in get_times_vfunc()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-core/src/synfig/layers/
H A Dlayer_pastecanvas.cpp194 if (param=="time_offset" && value.same_type_as(time_offset)) in set_param()
196 if (time_offset != value.get(Time())) in set_param()
198 value.put(&time_offset); in set_param()
321 Time time_offset = param_time_offset.get(Time()); in set_time_vfunc() local
322 sub_canvas->set_time(time*time_dilation + time_offset); in set_time_vfunc()
667 Time time_offset=param_time_offset.get(Time()); in get_times_vfunc() local
682 tp.set_time((tp.get_time() - time_offset) / time_dilation); in get_times_vfunc()
/dports/games/flightgear/flightgear-2020.3.11/src/FDM/
H A Dgroundcache.hxx73 void set_cache_time_offset(double time_offset) in set_cache_time_offset() argument
74 { cache_time_offset = time_offset; } in set_cache_time_offset()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/toml_edit-0.2.0/src/parser/
H A Ddatetime.rs28 optional(time_offset()),
93 parse!(time_offset() -> (), {
/dports/devel/gnome-builder/gnome-builder-41.3/src/gstyle/
H A Dgstyle-revealer.c87 gdouble time_offset; in test_cmac_bad()
97 time_offset = MIN ((time - self->animation_starttime) / ( 1000.0 * self->duration), 1.0); in test_cmac_bad()
98 ease_offset = gstyle_animation_ease_in_out_cubic (time_offset); in test_cmac_bad()
103 if (time_offset == 1.0) in test_cmac_bad()
/dports/games/dose-response/dose-response-179c326/cargo-crates/toml_edit-0.1.5/src/parser/
H A Ddatetime.rs29 optional(time_offset()),
94 parse!(time_offset() -> (), {
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/toml_edit-0.2.1/src/parser/
H A Ddatetime.rs28 optional(time_offset()),
93 parse!(time_offset() -> (), {
/dports/emulators/qemu/qemu-6.2.0/hw/rtc/
H A Dm48t59.c100 qemu_get_timedate(&tm, NVRAM->time_offset); in alarm_cb()
106 next_time = qemu_timedate_diff(&tm) - NVRAM->time_offset; in alarm_cb()
139 diff = qemu_timedate_diff(&NVRAM->alarm) - NVRAM->time_offset; in set_alarm()
148 qemu_get_timedate(tm, NVRAM->time_offset); in get_time()
153 NVRAM->time_offset = qemu_timedate_diff(tm); in set_time()
275 NVRAM->time_offset += NVRAM->stop_time - time(NULL); in m48t59_write()
/dports/emulators/qemu60/qemu-6.0.0/hw/rtc/
H A Dm48t59.c101 qemu_get_timedate(&tm, NVRAM->time_offset); in alarm_cb()
107 next_time = qemu_timedate_diff(&tm) - NVRAM->time_offset; in alarm_cb()
140 diff = qemu_timedate_diff(&NVRAM->alarm) - NVRAM->time_offset; in set_alarm()
149 qemu_get_timedate(tm, NVRAM->time_offset); in get_time()
154 NVRAM->time_offset = qemu_timedate_diff(tm); in set_time()
276 NVRAM->time_offset += NVRAM->stop_time - time(NULL); in m48t59_write()
/dports/emulators/qemu5/qemu-5.2.0/hw/rtc/
H A Dm48t59.c101 qemu_get_timedate(&tm, NVRAM->time_offset); in alarm_cb()
107 next_time = qemu_timedate_diff(&tm) - NVRAM->time_offset; in alarm_cb()
140 diff = qemu_timedate_diff(&NVRAM->alarm) - NVRAM->time_offset; in set_alarm()
149 qemu_get_timedate(tm, NVRAM->time_offset); in get_time()
154 NVRAM->time_offset = qemu_timedate_diff(tm); in set_time()
276 NVRAM->time_offset += NVRAM->stop_time - time(NULL); in m48t59_write()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/rtc/
H A Dm48t59.c100 qemu_get_timedate(&tm, NVRAM->time_offset); in alarm_cb()
106 next_time = qemu_timedate_diff(&tm) - NVRAM->time_offset; in alarm_cb()
139 diff = qemu_timedate_diff(&NVRAM->alarm) - NVRAM->time_offset; in set_alarm()
148 qemu_get_timedate(tm, NVRAM->time_offset); in get_time()
153 NVRAM->time_offset = qemu_timedate_diff(tm); in set_time()
275 NVRAM->time_offset += NVRAM->stop_time - time(NULL); in m48t59_write()

12345678910>>...47