Home
last modified time | relevance | path

Searched refs:pauseLength (Results 1 – 10 of 10) sorted by relevance

/dports/cad/ktechlab/ktechlab-0.50.0/src/flowparts/
H A Ddelay.cpp68 if ( pauseLength < 769 ) in generateMicrobe()
70 code->addCodeBlock( id(), "movlw " + QString::number(pauseLength/3) + "\n" in generateMicrobe()
79 else if ( pauseLength < 196609 ) in generateMicrobe()
83 code->addCodeBlock( id(), "movlw " + QString::number(pauseLength/(3*256)) + "\n" in generateMicrobe()
94 else if ( pauseLength < 50331649 ) in generateMicrobe()
99 code->addCodeBlock( id(), "movlw " + QString::number(pauseLength/(3*256*256)) + "\n" in generateMicrobe()
118 code->addCodeBlock( id(), "movlw " + QString::number(pauseLength/(3*256*256*256)) + "\n" in generateMicrobe()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Math/
H A Dcurves.cpp99 float passWithPause(int t, int fadeInLength, int pauseLength, int fadeOutLength) in passWithPause() argument
105 if (t < pauseLength) { in passWithPause()
108 t -= pauseLength; in passWithPause()
H A Dcurves.h25 float passWithPause(int t, int fadeInLength, int pauseLength, int fadeOutLength);
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Math/
H A Dcurves.cpp99 float passWithPause(int t, int fadeInLength, int pauseLength, int fadeOutLength) in passWithPause() argument
105 if (t < pauseLength) { in passWithPause()
108 t -= pauseLength; in passWithPause()
H A Dcurves.h25 float passWithPause(int t, int fadeInLength, int pauseLength, int fadeOutLength);
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Math/
H A Dcurves.cpp99 float passWithPause(int t, int fadeInLength, int pauseLength, int fadeOutLength) in passWithPause() argument
105 if (t < pauseLength) { in passWithPause()
108 t -= pauseLength; in passWithPause()
H A Dcurves.h25 float passWithPause(int t, int fadeInLength, int pauseLength, int fadeOutLength);
/dports/www/squid/squid-4.15/src/acl/external/time_quota/
H A Dext_time_quota_acl.cc85 static int pauseLength = 300; variable
340 writeTime(user_key, KEY_TIME_BUDGET_LEFT, pauseLength); in processActivity()
352 writeTime(user_key, KEY_TIME_BUDGET_LEFT, pauseLength); in processActivity()
366 if ( activityLength >= pauseLength ) { in processActivity()
428 pauseLength = atoi(optarg); in main()
/dports/games/sdb/sdb-1.0.2/src/
H A Denemies.h140 …) { shootTimer = shotBurstLength = angleInaccuracy = inaccuracyTimer = pauseLength = pauseTimer = … in HunterAI()
142 …{ shootTimer = shotBurstLength = angleInaccuracy = inaccuracyTimer = pauseLength = pauseTimer = 0;… in HunterAI()
166 float pauseLength; variable
H A Denemies.cpp533 pauseLength = (frand()*pauseLengthRand+pauseLengthMin)/anger; in update()
584 if (pauseLength > 0) in move()
588 pauseLength -= timer.dT(); in move()
597 pauseLength = 0; in move()