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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeMiscOps.c326 u_int16_t leftIndex, index, rightIndex; local
458 foundIt = SearchNode (btreePtr, right->buffer, &iterator->key, &rightIndex);
459 if (rightIndex >= ((NodeDescPtr) right->buffer)->numRecords) // we're lost
463 else // we found it, or rightIndex==0, or rightIndex<numRecs
468 index = rightIndex;

Completed in 18 milliseconds