Lines Matching refs:left
35 * values are to the right, not to the left. All used slots within a node
36 * are on the left, all unused slots contain NUL values. Most operations
517 unsigned long *left, int lfill,
524 /* Move all keys to the left */
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 */
530 setval(geo, parent, lpos + 1, left);
531 /* Remove left (formerly right) child from parent */
539 unsigned long *parent, *left = NULL, *right = NULL;
557 left = bval(geo, parent, i - 1);
558 no_left = getfill(geo, left, 0);
561 left, no_left,
579 * We could also try to steal one entry from the left or right