item1 31 opal/class/opal_graph.c static int compare_vertex_distance(const void *item1, const void *item2); item1 593 opal/class/opal_graph.c static int compare_vertex_distance(const void *item1, const void *item2) item1 598 opal/class/opal_graph.c vertex_dist1 = (vertex_distance_from_t *)item1; item1 219 opal/util/info_subscriber.c opal_callback_list_item_t *item1, *item2; item1 225 opal/util/info_subscriber.c OPAL_LIST_FOREACH(item1, list, opal_callback_list_item_t) { item1 228 opal/util/info_subscriber.c strcmp(item1->default_value, item2->default_value) item1 230 opal/util/info_subscriber.c item1->callback == item2->callback) item1 623 orte/util/hostfile/hostfile.c opal_list_item_t *item1, *item2, *next, *item3; item1 655 orte/util/hostfile/hostfile.c while (NULL != (item1 = opal_list_remove_first(&exclude))) { item1 656 orte/util/hostfile/hostfile.c node_from_file = (orte_node_t*)item1; item1 669 orte/util/hostfile/hostfile.c OBJ_RELEASE(item1); item1 701 orte/util/hostfile/hostfile.c item1 = opal_list_get_first(nodes); item1 702 orte/util/hostfile/hostfile.c while (0 < num_empty && item1 != opal_list_get_end(nodes)) { item1 703 orte/util/hostfile/hostfile.c node_from_list = (orte_node_t*)item1; item1 704 orte/util/hostfile/hostfile.c next = opal_list_get_next(item1); /* keep our place */ item1 720 orte/util/hostfile/hostfile.c opal_list_remove_item(nodes, item1); item1 722 orte/util/hostfile/hostfile.c opal_list_append(&keep, item1); item1 730 orte/util/hostfile/hostfile.c item1 = next; item1 753 orte/util/hostfile/hostfile.c for (item1 = opal_list_get_first(nodes); item1 754 orte/util/hostfile/hostfile.c item1 != opal_list_get_end(nodes); item1 755 orte/util/hostfile/hostfile.c item1 = opal_list_get_next(nodes)) { item1 756 orte/util/hostfile/hostfile.c node_from_list = (orte_node_t*)item1; item1 760 orte/util/hostfile/hostfile.c opal_list_remove_item(nodes, item1); item1 762 orte/util/hostfile/hostfile.c opal_list_append(&keep, item1); item1 783 orte/util/hostfile/hostfile.c for (item1 = opal_list_get_first(nodes); item1 784 orte/util/hostfile/hostfile.c item1 != opal_list_get_end(nodes); item1 785 orte/util/hostfile/hostfile.c item1 = opal_list_get_next(item1)) { item1 786 orte/util/hostfile/hostfile.c node_from_list = (orte_node_t*)item1; item1 803 orte/util/hostfile/hostfile.c opal_list_remove_item(nodes, item1); item1 805 orte/util/hostfile/hostfile.c opal_list_append(&keep, item1); item1 836 orte/util/hostfile/hostfile.c while (NULL != (item1 = opal_list_remove_first(&newnodes))) { item1 837 orte/util/hostfile/hostfile.c OBJ_RELEASE(item1); item1 850 orte/util/hostfile/hostfile.c while (NULL != (item1 = opal_list_remove_first(nodes))) { item1 851 orte/util/hostfile/hostfile.c OBJ_RELEASE(item1); item1 855 orte/util/hostfile/hostfile.c while (NULL != (item1 = opal_list_remove_first(&keep))) { item1 856 orte/util/hostfile/hostfile.c opal_list_append(nodes, item1); item1 869 orte/util/hostfile/hostfile.c opal_list_item_t *item, *itm, *item2, *item1; item1 893 orte/util/hostfile/hostfile.c item1 = opal_list_get_next(item2); item1 896 orte/util/hostfile/hostfile.c item2 = item1; item1 938 orte/util/hostfile/hostfile.c opal_list_insert_pos(nodes, item1, &newnode->super); item1 992 orte/util/hostfile/hostfile.c opal_list_insert_pos(nodes, item1, &newnode->super); item1 1007 orte/util/hostfile/hostfile.c item2 = item1;