o_index            43 ompi/mpi/c/comm_f2c.c     int o_index= OMPI_FINT_2_INT(comm);
o_index            55 ompi/mpi/c/comm_f2c.c     if ( 0 > o_index ||
o_index            56 ompi/mpi/c/comm_f2c.c          o_index >= opal_pointer_array_get_size(&ompi_comm_f_to_c_table)) {
o_index            60 ompi/mpi/c/comm_f2c.c     return (MPI_Comm)opal_pointer_array_get_item(&ompi_comm_f_to_c_table, o_index);
o_index            42 ompi/mpi/c/win_f2c.c     int o_index= OMPI_FINT_2_INT(win);
o_index            54 ompi/mpi/c/win_f2c.c     if ( 0 > o_index ||
o_index            55 ompi/mpi/c/win_f2c.c          o_index >= opal_pointer_array_get_size(&ompi_mpi_windows)) {
o_index            59 ompi/mpi/c/win_f2c.c     return (MPI_Win)opal_pointer_array_get_item(&ompi_mpi_windows, o_index);