create_subtree_with_contents   38 maint/gnulib/lib/gl_anyavltree_list2.h       node->left = create_subtree_with_contents (half1, contents);
create_subtree_with_contents   50 maint/gnulib/lib/gl_anyavltree_list2.h       node->right = create_subtree_with_contents (half2, contents + half1 + 1);
create_subtree_with_contents  111 maint/gnulib/lib/gl_anyavltree_list2.h       list->root = create_subtree_with_contents (count, contents);
create_subtree_with_contents   44 maint/gnulib/lib/gl_anyrbtree_list2.h         create_subtree_with_contents (bh - 1, half1, contents);
create_subtree_with_contents   59 maint/gnulib/lib/gl_anyrbtree_list2.h        create_subtree_with_contents (bh - 1, half2, contents + half1 + 1);
create_subtree_with_contents  126 maint/gnulib/lib/gl_anyrbtree_list2.h       list->root = create_subtree_with_contents (bh, count, contents);