Lines Matching defs:high
529 int *lfloghigh) /* high leaf logging index */
545 * Record low and high logging indices for the leaf.
591 * The high one is better, so use that one.
640 int lfloghigh; /* high leaf logging index */
782 * There are stale entries, so we'll need log-low and log-high
981 int *highlogp) /* out: high log index */
1047 * Remember the low/high stale value only in the "right"
1551 int high; /* high leaf index */
1563 for (lep = leafhdr.ents, low = 0, high = leafhdr.count - 1,
1565 low <= high; ) {
1566 mid = (low + high) >> 1;
1572 high = mid - 1;