ompi_comm_f_to_c_table   57 ompi/communicator/comm_init.c opal_pointer_array_t ompi_comm_f_to_c_table = {{0}};
ompi_comm_f_to_c_table   99 ompi/communicator/comm_init.c     OBJ_CONSTRUCT(&ompi_comm_f_to_c_table, opal_pointer_array_t);
ompi_comm_f_to_c_table  100 ompi/communicator/comm_init.c     if( OPAL_SUCCESS != opal_pointer_array_init(&ompi_comm_f_to_c_table, 8,
ompi_comm_f_to_c_table  352 ompi/communicator/comm_init.c     OBJ_DESTRUCT (&ompi_comm_f_to_c_table);
ompi_comm_f_to_c_table  367 ompi/communicator/comm_init.c     comm->c_f_to_c_index = opal_pointer_array_add(&ompi_comm_f_to_c_table, comm);
ompi_comm_f_to_c_table  463 ompi/communicator/comm_init.c          NULL != opal_pointer_array_get_item(&ompi_comm_f_to_c_table,
ompi_comm_f_to_c_table  465 ompi/communicator/comm_init.c         opal_pointer_array_set_item ( &ompi_comm_f_to_c_table,
ompi_comm_f_to_c_table  132 ompi/communicator/communicator.h OMPI_DECLSPEC extern opal_pointer_array_t ompi_comm_f_to_c_table;
ompi_comm_f_to_c_table   56 ompi/mpi/c/comm_f2c.c          o_index >= opal_pointer_array_get_size(&ompi_comm_f_to_c_table)) {
ompi_comm_f_to_c_table   60 ompi/mpi/c/comm_f2c.c     return (MPI_Comm)opal_pointer_array_get_item(&ompi_comm_f_to_c_table, o_index);