Home
last modified time | relevance | path

Searched refs:targettime (Results 1 – 25 of 123) sorted by relevance

12345

/dports/cad/impact/Impact/bin_cluster/genjpsource/run/
H A DTracker.java10 if (po.writeDiff(this.targettime, copy.targettime)) copy.targettime = this.targettime; in createPatch()
21 if (pi.hasDiff()) copy.targettime = this.targettime = pi.getDiffAsDouble(); in applyPatch()
54 this.targettime = uka.transport.BasicIO.extractDouble(_buffer, _pos); in unmarshal()
75 _pos = uka.transport.BasicIO.insert(_buffer, _pos, this.targettime); in marshal()
87 this.targettime = _orig.targettime; in Tracker()
104 protected double targettime; field in Tracker
241 …his.result - this.target) < this.tolerance && Math.abs(currtime - this.targettime) < this.timetole… in checkTarget()
/dports/dns/opendnssec2/opendnssec-2.1.10/contrib/ods-sequencer/
H A Dods-sequencer243 my $targettime;
255 undef $targettime;
258 $targettime = $timenext;
275 if(defined($targettime)) {
276 … configuration update due " . (strftime('%Y-%m-%d-%H:%M:%S',localtime($targettime))) . ".\n" if($…
285 $targettime = str2time($ARGV[1]);
286 die "Unrecognized target time" if(!defined $targettime);
303 while($currenttime <= $targettime) {
306 if($timenext <= $targettime) {
/dports/editors/calligraplan/calligraplan-3.3.0/src/plugins/schedulers/rcps/
H A DKPlatoRCPSScheduler.cpp301 if (time > info->targettime) { in weight()
303 f.weight = time - info->targettime; in weight()
312 if (info->targettime > time) { in weight()
318 if (info->targettime != time) { in weight()
324 if (info->targettime < time) { in weight()
331 if (info->targettime != time) { in weight()
344 if (time < info->targettime) { in weight()
351 if (info->targettime != time) { in weight()
1040 info->targettime = toRcpsTime(m_targettime); in addTasks()
1206 wi->targettime = 0; in addRequest()
[all …]
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dr_model.c35 float targettime = time - (int)(time / fullinterval) * fullinterval; in Mod_FindInterval() local
38 if (intervals[i] > targettime) in Mod_FindInterval()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/
H A Dr_alias.c87 float fullinterval, time, targettime; in alias_get_frame() local
125 targettime = time - ((int) (time / fullinterval)) * fullinterval; in alias_get_frame()
128 if (intervals[i] > targettime) in alias_get_frame()
/dports/devel/notcurses/notcurses-3.0.1/src/demo/
H A Dzoo.c281 struct timespec targettime, now; in selector_run() local
282 timespec_mul(&iterdelay, i + 1, &targettime); in selector_run()
283 const uint64_t deadline_ns = timespec_to_ns(&start) + timespec_to_ns(&targettime); in selector_run()
356 struct timespec targettime, now; in mselector_run() local
357 timespec_mul(&iterdelay, i + 1, &targettime); in mselector_run()
358 const uint64_t deadline_ns = timespec_to_ns(&start) + timespec_to_ns(&targettime); in mselector_run()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Perception/
H A Dmod.rs67 …ion")] pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, targettime: super::Foundati…
87 …ion")] pub unsafe extern "system" fn(this: ::windows::runtime::RawPtr, targettime: super::Foundati…
174 …aram0: ::windows::runtime::IntoParam<'a, super::Foundation::DateTime>>(targettime: Param0) -> ::wi… in FromHistoricalTargetTime()
177 …:runtime::Interface::vtable(this).6)(::std::mem::transmute_copy(this), targettime.into_param().abi… in FromHistoricalTargetTime()
181 …aram0: ::windows::runtime::IntoParam<'a, super::Foundation::TimeSpan>>(targettime: Param0) -> ::wi… in FromSystemRelativeTargetTime()
184 …:runtime::Interface::vtable(this).6)(::std::mem::transmute_copy(this), targettime.into_param().abi… in FromSystemRelativeTargetTime()
/dports/games/quakeforge/quakeforge-0.7.2/libs/video/renderer/gl/
H A Dgl_mod_sprite.c62 float fullinterval, targettime, time; in R_GetSpriteFrame() local
89 targettime = time - ((int) (time / fullinterval)) * fullinterval; in R_GetSpriteFrame()
92 if (pintervals[i] > targettime) in R_GetSpriteFrame()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dr_sprite.c40 float *pintervals, fullinterval, targettime, time; in R_GetSpriteFrame() local
66 targettime = time - ((int)(time / fullinterval)) * fullinterval; in R_GetSpriteFrame()
70 if (pintervals[i] > targettime) in R_GetSpriteFrame()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_recvlogical.c390 int64 targettime; in StreamLogicalLog() local
394 targettime = message_target; in StreamLogicalLog()
396 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
397 targettime = fsync_target; in StreamLogicalLog()
400 targettime, in StreamLogicalLog()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_recvlogical.c390 int64 targettime; in StreamLogicalLog() local
394 targettime = message_target; in StreamLogicalLog()
396 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
397 targettime = fsync_target; in StreamLogicalLog()
400 targettime, in StreamLogicalLog()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_recvlogical.c390 int64 targettime; in StreamLogicalLog() local
394 targettime = message_target; in StreamLogicalLog()
396 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
397 targettime = fsync_target; in StreamLogicalLog()
400 targettime, in StreamLogicalLog()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c381 TimestampTz targettime; in StreamLogicalLog() local
385 targettime = message_target; in StreamLogicalLog()
387 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
388 targettime = fsync_target; in StreamLogicalLog()
391 targettime, in StreamLogicalLog()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c381 TimestampTz targettime; in StreamLogicalLog() local
385 targettime = message_target; in StreamLogicalLog()
387 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
388 targettime = fsync_target; in StreamLogicalLog()
391 targettime, in StreamLogicalLog()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c381 TimestampTz targettime; in StreamLogicalLog() local
385 targettime = message_target; in StreamLogicalLog()
387 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
388 targettime = fsync_target; in StreamLogicalLog()
391 targettime, in StreamLogicalLog()
/dports/databases/postgresql14-server/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c381 TimestampTz targettime; in StreamLogicalLog() local
385 targettime = message_target; in StreamLogicalLog()
387 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
388 targettime = fsync_target; in StreamLogicalLog()
391 targettime, in StreamLogicalLog()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c381 TimestampTz targettime; in StreamLogicalLog() local
385 targettime = message_target; in StreamLogicalLog()
387 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
388 targettime = fsync_target; in StreamLogicalLog()
391 targettime, in StreamLogicalLog()
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c381 TimestampTz targettime; in StreamLogicalLog() local
385 targettime = message_target; in StreamLogicalLog()
387 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
388 targettime = fsync_target; in StreamLogicalLog()
391 targettime, in StreamLogicalLog()
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/pg_basebackup/
H A Dpg_recvlogical.c381 TimestampTz targettime; in StreamLogicalLog() local
385 targettime = message_target; in StreamLogicalLog()
387 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
388 targettime = fsync_target; in StreamLogicalLog()
391 targettime, in StreamLogicalLog()
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/pg_basebackup/
H A Dpg_recvlogical.c381 TimestampTz targettime; in StreamLogicalLog() local
385 targettime = message_target; in StreamLogicalLog()
387 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
388 targettime = fsync_target; in StreamLogicalLog()
391 targettime, in StreamLogicalLog()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/bin/pg_basebackup/
H A Dpg_recvlogical.c381 TimestampTz targettime; in StreamLogicalLog() local
385 targettime = message_target; in StreamLogicalLog()
387 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
388 targettime = fsync_target; in StreamLogicalLog()
391 targettime, in StreamLogicalLog()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_recvlogical.c390 int64 targettime; in StreamLogicalLog() local
394 targettime = message_target; in StreamLogicalLog()
396 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
397 targettime = fsync_target; in StreamLogicalLog()
400 targettime, in StreamLogicalLog()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/bin/pg_basebackup/
H A Dpg_recvlogical.c390 int64 targettime; in StreamLogicalLog() local
394 targettime = message_target; in StreamLogicalLog()
396 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
397 targettime = fsync_target; in StreamLogicalLog()
400 targettime, in StreamLogicalLog()
/dports/databases/postgresql12-plperl/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_recvlogical.c383 TimestampTz targettime;
387 targettime = message_target;
389 if (fsync_target > 0 && fsync_target < targettime)
390 targettime = fsync_target;
393 targettime,
/dports/databases/postgresql12-docs/postgresql-12.9/src/bin/pg_basebackup/
H A Dpg_recvlogical.c383 TimestampTz targettime; in StreamLogicalLog() local
387 targettime = message_target; in StreamLogicalLog()
389 if (fsync_target > 0 && fsync_target < targettime) in StreamLogicalLog()
390 targettime = fsync_target; in StreamLogicalLog()
393 targettime, in StreamLogicalLog()

12345