Lines Matching defs:right
35 * values are to the right, not to the left. All used slots within a node
396 /* right-most key is too large, update it */
397 /* FIXME: If the right-most key on higher levels is
518 unsigned long *right, int rfill,
525 setkey(geo, left, lfill + i, bkey(geo, right, i));
526 setval(geo, left, lfill + i, bval(geo, right, i));
528 /* Exchange left and right child in parent */
529 setval(geo, parent, lpos, right);
531 /* Remove left (formerly right) child from parent */
533 mempool_free(right, head->mempool);
539 unsigned long *parent, *left = NULL, *right = NULL;
568 right = bval(geo, parent, i + 1);
569 no_right = getfill(geo, right, 0);
573 right, no_right,
579 * We could also try to steal one entry from the left or right