test_comp          39 test/class/opal_tree.c static int test_comp(opal_tree_item_t *item, void *key);
test_comp          68 test/class/opal_tree.c     opal_tree_init(&tree, test_comp, test_serialize, test_deserialize, test_get_key);
test_comp          70 test/class/opal_tree.c     opal_tree_init(&x, test_comp, test_serialize, test_deserialize, test_get_key);
test_comp         224 test/class/opal_tree.c         opal_tree_init(&tmp_tree, test_comp, test_serialize,