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

/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c723 int32_t lowerBound; local
731 lowerBound = 0;
735 while (lowerBound <= upperBound) {
736 index = (lowerBound + upperBound) >> 1;
745 lowerBound = index + 1; /* search > trial */
752 *returnIndex = lowerBound; /* lowerBound is insert index */

Completed in 22 milliseconds