Home
last modified time | relevance | path

Searched refs:leafFound (Results 1 – 4 of 4) sorted by relevance

/dports/databases/cego/cego-2.47.11/src/
H A DCegoBTreeCursor.cc115 bool leafFound = false; in getFirst() local
118 while ( leafFound == false ) in getFirst()
143 leafFound=true; in getFirst()
240 bool leafFound = false; in getFirst() local
244 while ( leafFound == false ) in getFirst()
354 leafFound=true; in getFirst()
456 bool leafFound = false; in getFirst() local
459 while ( leafFound == false ) in getFirst()
493 leafFound=true; in getFirst()
/dports/multimedia/handbrake/HandBrake-1.4.2/macosx/
H A DHBPresetsManager.m232 __block BOOL leafFound = NO;
236 leafFound = YES;
241 if (!leafFound)
/dports/math/vtk9/VTK-9.1.0/Filters/FlowPaths/
H A DvtkLagrangianParticleTracker.cxx445 bool leafFound = false; in RequestData() local
452 if (leafFound) in RequestData()
459 leafFound = true; in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/FlowPaths/
H A DvtkLagrangianParticleTracker.cxx877 bool leafFound = false; in InitializeParticles() local
884 if (leafFound) in InitializeParticles()
891 leafFound = true; in InitializeParticles()