Home
last modified time | relevance | path

Searched refs:looptime (Results 1 – 25 of 65) sorted by relevance

123

/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/modules/
H A Dallpass.c31 int sp_allpass_init(sp_data *sp, sp_allpass *p, SPFLOAT looptime) in sp_allpass_init() argument
34 p->looptime = looptime; in sp_allpass_init()
35 p->bufsize = 0.5 + looptime * sp->sr; in sp_allpass_init()
50 coef = p->coef = exp(-6.9078 * p->looptime / p->prvt); in sp_allpass_compute()
H A Dcomb.c33 int sp_comb_init(sp_data *sp, sp_comb *p, SPFLOAT looptime)
36 p->looptime = looptime;
37 p->bufsize = (uint32_t) (0.5 + looptime * sp->sr);
54 SPFLOAT exp_arg = (SPFLOAT) (log001 * p->looptime / p->prvt);
/dports/net/p5-Net-SIP/Net-SIP-0.832/lib/Net/SIP/Dispatcher/
H A DEventloop.pm128 sub looptime { subroutine
147 my $looptime = $self->{now} = gettimeofday();
151 my $end = $timeout ? $looptime + $timeout : $timeout;
169 while ( @$timer && $timer->[0]{expire} <= $looptime ) {
185 my $next_timer = $timer->[0]{expire} - $looptime;
208 $looptime = $self->{now} = gettimeofday();
224 $to = $end - $looptime;
/dports/databases/py-postgresql/py-postgresql-1.1.0/postgresql/test/
H A Dperf_query_io.py46 looptime = finalis - genesis
47 ats = tuples / looptime
55 looptime = looptime,
/dports/devel/log4c/log4c-1.2.4/examples/
H A Dapplication_2.c60 int looptime = 0; in main() local
68 if (sscanf(argv[1],"%d",&looptime) != 1) in main()
102 while ( (now_time.tv_sec - start_time.tv_sec) < looptime) in main()
H A Dapplication_1.c51 int looptime = 0; in main() local
60 if (sscanf(argv[1],"%d",&looptime) != 1) in main()
76 while ( (now_time.tv_sec - start_time.tv_sec) < looptime) in main()
H A Dapplication_3.c58 int looptime = 0; in main() local
74 if (sscanf(argv[1],"%d",&looptime) != 1) in main()
105 while ( (now_time.tv_sec - start_time.tv_sec) < looptime) in main()
/dports/net/timed/timed-8.1/timed/
H A Dslave.c63 long electiontime, refusetime, looktime, looptime, adjtime; in slave() local
95 looptime = fastelection; in slave()
140 if (ntime.tv_sec >= looptime) { in slave()
159 looptime = ntime.tv_sec + delay2; in slave()
162 wait.tv_sec = min(electiontime,min(looktime,looptime)) - ntime.tv_sec; in slave()
232 looptime -= (looptime-otime.tv_sec)/2 + 1; in slave()
316 looptime = ntime.tv_sec + (looptime-otime.tv_sec)/2-1; in slave()
547 looptime = ntime.tv_sec + FASTTOUT; in slave()
599 looptime = ntime.tv_sec + FASTTOUT; in slave()
/dports/games/flightgear-data/fgdata/Aircraft/Generic/Human/Nasal/
H A Dpilot-movment.nas4 var looptime = 0.05;
20 settimer(main_loop, looptime);
29 settimer(main_loop, looptime);
/dports/audio/zplugins-lv2/ZPlugins-0.2.4/ext/Soundpipe/h/
H A Dallpass.h2 SPFLOAT revtime, looptime; member
11 int sp_allpass_init(sp_data *sp, sp_allpass *p, SPFLOAT looptime);
H A Dcomb.h2 SPFLOAT revtime, looptime;
11 int sp_comb_init(sp_data *sp, sp_comb *p, SPFLOAT looptime);
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Cache/Storage/
H A DMemcacheStorage.php373 $looptime = $locktime * 10;
387 if ($lock_counter > $looptime)
430 $looptime = 300;
440 if ($lock_counter > $looptime)
H A DMemcachedStorage.php395 $looptime = $locktime * 10;
409 if ($lock_counter > $looptime)
452 $looptime = 300;
462 if ($lock_counter > $looptime)
H A DApcStorage.php263 $looptime = $locktime * 10;
276 if ($lock_counter > $looptime)
H A DApcuStorage.php272 $looptime = $locktime * 10;
286 if ($lock_counter > $looptime)
/dports/net/p5-Net-SIP/Net-SIP-0.832/samples/bench/
H A Dcall.pl72 my $now = $loop->looptime;
95 my $now = $loop->looptime;
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ServiceObjectsLib/
H A DTcpIpRoutines.cpp50 looptime=1000; in TCPIPSocket()
71 looptime=1000; in Set()
317 Sleep(looptime); //wait for "time" milliseconds in ConnectLoop()
490 looptime=time; in SetLoopTime()
/dports/lang/rexx-regina/regina-rexx-3.9.3/demo/
H A Drexxcps.rexx115 looptime=(full-empty)/count
122 say 'Time for one iteration (1000 clauses) was:' looptime 'seconds'
126 if looptime = 0 Then do
133 say' Performance:' format(1000/looptime,,0) 'REXX clauses per second'
/dports/net/p5-Net-SIP/Net-SIP-0.832/lib/Net/SIP/
H A DSocketPool.pm272 didit => $self->{loop}->looptime,
318 my $tdiff = -($_->{didit} || next) + ($time||= $self->{loop}->looptime);
448 didit => $self->{loop}->looptime,
544 $fo->{didit} = $self->{loop}->looptime if $self->{loop};
561 $fo->{didit} = $self->{loop}->looptime;
619 $fo->{didit} = $self->{loop}->looptime;
H A DRegistrar.pm109 my $now = int($loop->looptime);
179 my $now = $loop->looptime;
/dports/games/flightgear-aircraft/fgaircraft/bf109/Nasal/
H A Dfailure.nas5 var looptime = 0.2;
28 settimer(main_loop, looptime);
35 settimer(main_loop, looptime);
/dports/games/spring/spring_98.0/cont/base/springcontent/gamedata/
H A Dsounds.lua64 looptime = 0,
/dports/lang/rexx-imc/rexx-imc-1.76/
H A Drexxcps.rexx112 looptime=(full-empty)/count
118 say 'Time for one iteration (1000 clauses) was:' looptime 'seconds'
122 say' Performance:' format(1000/looptime,,0) 'REXX clauses per second'
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/applications/osgearth_los/
H A Dosgearth_los.cpp44 …teAnimationPath(const GeoPoint& pos, const SpatialReference* mapSRS, float radius, double looptime) in createAnimationPath() argument
69 double time_delta = looptime/(double)numSamples; in createAnimationPath()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osganimate/
H A Dosganimate.cpp39 osg::AnimationPath* createAnimationPath(const osg::Vec3& center,float radius,double looptime) in createAnimationPath() argument
51 double time_delta = looptime/(double)numSamples; in createAnimationPath()

123