Home
last modified time | relevance | path

Searched refs:remainingLoops (Results 1 – 3 of 3) sorted by relevance

/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/Helpers/TemplateParser/
H A DOptimizer.php30 $remainingLoops = 10;
39 while (--$remainingLoops > 0 && $xml !== $old);
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/RendererGenerators/PHP/
H A DOptimizer.php79 $remainingLoops = $this->maxLoops;
99 while ($continue && --$remainingLoops);
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libcore/asobj/
H A DSound_as.cpp216 int remainingLoops; member in gnash::Sound_as
268 remainingLoops(0), in Sound_as()
720 remainingLoops = loops; in start()