Searched refs:fLowBound (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCArrayIterator.cpp184 fLowBound = kEmptyIndex;
248 fLowBound = (fHighBound > kEmptyIndex) ? MinMax(0, itsLowBound, fHighBound) : kEmptyIndex;
263 fLowBound = (fHighBound > kEmptyIndex) ? 0 : kEmptyIndex;
287 fCurrentIndex = (fIterateForward) ? fLowBound : fHighBound;
321 if (fCurrentIndex > fLowBound)
336 if (theIndex < fLowBound)
337 fLowBound -= theCount;
372 if (theIndex <= fLowBound)
373 fLowBound += theCount;
H A DCArrayIterator.h72 ArrayIndex fLowBound; // lower bound of iteration in progress member in class:CArrayIterator

Completed in 116 milliseconds