Lines Matching defs:node1
558 struct key_vector *node0, *node1;
582 * ones, 'node0' and 'node1', each with half of the
588 * node0's key and "1" in node1's key. Since we are
592 * node0 and node1. So... we synthesize that bit in the
595 node1 = tnode_new(inode->key | m, inode->pos, inode->bits - 1);
596 if (!node1)
600 tnode_free_append(tn, node1);
607 put_child(node1, --j, get_child(inode, --k));
609 put_child(node1, --j, get_child(inode, --k));
614 NODE_INIT_PARENT(node1, tn);
618 put_child(tn, 2 * i + 1, node1);
652 struct key_vector *node1 = get_child(oldtnode, --i);
657 if (!node1 || !node0) {
658 put_child(tn, i / 2, node1 ? : node0);
669 put_child(inode, 1, node1);