ompi_group_f_to_c_table  141 ompi/group/group.h OMPI_DECLSPEC extern struct opal_pointer_array_t ompi_group_f_to_c_table;
ompi_group_f_to_c_table   43 ompi/group/group_init.c opal_pointer_array_t ompi_group_f_to_c_table = {{0}};
ompi_group_f_to_c_table  259 ompi/group/group_init.c     ret_val = opal_pointer_array_add(&ompi_group_f_to_c_table, new_group);
ompi_group_f_to_c_table  307 ompi/group/group_init.c     if (NULL != opal_pointer_array_get_item(&ompi_group_f_to_c_table,
ompi_group_f_to_c_table  309 ompi/group/group_init.c         opal_pointer_array_set_item(&ompi_group_f_to_c_table,
ompi_group_f_to_c_table  321 ompi/group/group_init.c     OBJ_CONSTRUCT( &ompi_group_f_to_c_table, opal_pointer_array_t);
ompi_group_f_to_c_table  322 ompi/group/group_init.c     if( OPAL_SUCCESS != opal_pointer_array_init(&ompi_group_f_to_c_table, 4,
ompi_group_f_to_c_table  358 ompi/group/group_init.c     OBJ_DESTRUCT(&ompi_group_f_to_c_table);
ompi_group_f_to_c_table   57 ompi/mpi/c/group_f2c.c         opal_pointer_array_get_size(&ompi_group_f_to_c_table)) {
ompi_group_f_to_c_table   61 ompi/mpi/c/group_f2c.c     return (MPI_Group)opal_pointer_array_get_item(&ompi_group_f_to_c_table, group_index);