Lines Matching defs:high
520 int *lfloghigh) /* high leaf logging index */
536 * Record low and high logging indices for the leaf.
582 * The high one is better, so use that one.
631 int lfloghigh; /* high leaf logging index */
773 * There are stale entries, so we'll need log-low and log-high
972 int *highlogp) /* out: high log index */
1038 * Remember the low/high stale value only in the "right"
1542 int high; /* high leaf index */
1554 for (lep = leafhdr.ents, low = 0, high = leafhdr.count - 1,
1556 low <= high; ) {
1557 mid = (low + high) >> 1;
1563 high = mid - 1;