item2 31 opal/class/opal_graph.c static int compare_vertex_distance(const void *item1, const void *item2); item2 593 opal/class/opal_graph.c static int compare_vertex_distance(const void *item1, const void *item2) item2 599 opal/class/opal_graph.c vertex_dist2 = (vertex_distance_from_t *)item2; item2 219 opal/util/info_subscriber.c opal_callback_list_item_t *item1, *item2; item2 226 opal/util/info_subscriber.c OPAL_LIST_FOREACH(item2, list, opal_callback_list_item_t) { item2 228 opal/util/info_subscriber.c strcmp(item1->default_value, item2->default_value) item2 230 opal/util/info_subscriber.c item1->callback == item2->callback) item2 623 orte/util/hostfile/hostfile.c opal_list_item_t *item1, *item2, *next, *item3; item2 658 orte/util/hostfile/hostfile.c for (item2 = opal_list_get_first(&newnodes); item2 659 orte/util/hostfile/hostfile.c item2 != opal_list_get_end(&newnodes); item2 660 orte/util/hostfile/hostfile.c item2 = opal_list_get_next(item2)) { item2 661 orte/util/hostfile/hostfile.c orte_node_t *node = (orte_node_t*)item2; item2 664 orte/util/hostfile/hostfile.c opal_list_remove_item(&newnodes, item2); item2 665 orte/util/hostfile/hostfile.c OBJ_RELEASE(item2); item2 676 orte/util/hostfile/hostfile.c while (NULL != (item2 = opal_list_remove_first(&newnodes))) { item2 677 orte/util/hostfile/hostfile.c node_from_file = (orte_node_t*)item2; item2 679 orte/util/hostfile/hostfile.c next = opal_list_get_next(item2); item2 826 orte/util/hostfile/hostfile.c OBJ_RELEASE(item2); item2 869 orte/util/hostfile/hostfile.c opal_list_item_t *item, *itm, *item2, *item1; item2 888 orte/util/hostfile/hostfile.c item2 = opal_list_get_first(nodes); item2 889 orte/util/hostfile/hostfile.c while (item2 != opal_list_get_end(nodes)) { item2 890 orte/util/hostfile/hostfile.c orte_node_t *node=(orte_node_t*)item2; item2 893 orte/util/hostfile/hostfile.c item1 = opal_list_get_next(item2); item2 896 orte/util/hostfile/hostfile.c item2 = item1; item2 955 orte/util/hostfile/hostfile.c opal_list_remove_item(nodes, item2); item2 956 orte/util/hostfile/hostfile.c OBJ_RELEASE(item2); item2 996 orte/util/hostfile/hostfile.c opal_list_remove_item(nodes, item2); item2 997 orte/util/hostfile/hostfile.c OBJ_RELEASE(item2); item2 1007 orte/util/hostfile/hostfile.c item2 = item1; item2 118 test/class/opal_fifo.c opal_list_item_t *item, *prev, *item2; item2 144 test/class/opal_fifo.c item2 = opal_fifo_pop_st (&fifo); item2 145 test/class/opal_fifo.c if (item == item2) { item2 80 test/class/opal_lifo.c opal_list_item_t *item, *prev, *item2; item2 106 test/class/opal_lifo.c item2 = opal_lifo_pop_st (&lifo); item2 107 test/class/opal_lifo.c if (item == item2) {