Home
last modified time | relevance | path

Searched refs:firstNeeded (Results 1 – 2 of 2) sorted by relevance

/dports/www/xoops/XoopsCore25-2.5.10/upgrade/
H A Dupgrade_tpl.php97 $firstNeeded = true; variable
99 if (!$info->applied && $firstNeeded) {
102 $firstNeeded = false; variable
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/Simulation/include/SimTKcommon/internal/
H A DMeasureImplementation.h1806 int firstNeeded = oldBuf.countNumUnneededOldEntries(tEarliest); in copyInAndUpdate() local
1808 int numOldEntriesToKeep = lastNeeded-firstNeeded+1; in copyInAndUpdate()
1836 for (int i=firstNeeded; i<=lastNeeded; ++i, ++nxt) { in copyInAndUpdate()