c_f_to_c_index    255 ompi/attribute/attribute.c #define attr_communicator_f c_f_to_c_index
c_f_to_c_index   1807 ompi/communicator/comm.c     opal_output(0,"  f2c index:%d cube_dim: %d\n", comm->c_f_to_c_index,
c_f_to_c_index    107 ompi/communicator/comm_init.c     assert(ompi_mpi_comm_world.comm.c_f_to_c_index == 0);
c_f_to_c_index    176 ompi/communicator/comm_init.c     assert(ompi_mpi_comm_self.comm.c_f_to_c_index == 1);
c_f_to_c_index    208 ompi/communicator/comm_init.c     assert(ompi_mpi_comm_null.comm.c_f_to_c_index == 2);
c_f_to_c_index    367 ompi/communicator/comm_init.c     comm->c_f_to_c_index = opal_pointer_array_add(&ompi_comm_f_to_c_table, comm);
c_f_to_c_index    462 ompi/communicator/comm_init.c     if ( MPI_UNDEFINED != comm->c_f_to_c_index &&
c_f_to_c_index    464 ompi/communicator/comm_init.c                                              comm->c_f_to_c_index)) {
c_f_to_c_index    466 ompi/communicator/comm_init.c                                       comm->c_f_to_c_index, NULL);
c_f_to_c_index    169 ompi/communicator/communicator.h     int c_f_to_c_index;
c_f_to_c_index    335 ompi/debuggers/ompi_common_dll.c         ompi_field_offset(i_info->ompi_communicator_t.offset.c_f_to_c_index,
c_f_to_c_index    336 ompi/debuggers/ompi_common_dll.c                           qh_type, ompi_communicator_t, c_f_to_c_index);
c_f_to_c_index    205 ompi/debuggers/ompi_common_dll_defs.h             int c_f_to_c_index;
c_f_to_c_index    638 ompi/debuggers/ompi_mpihandles_dll.c                        c_comm + i_info->ompi_communicator_t.offset.c_f_to_c_index,
c_f_to_c_index     69 ompi/debuggers/predefined_gap_test.c     GAP_CHECK("c_f_to_c_index", test_comm, c_f_to_c_index, c_topo, 1);
c_f_to_c_index     71 ompi/debuggers/predefined_gap_test.c     GAP_CHECK("c_peruse_handles", test_comm, c_peruse_handles, c_f_to_c_index, 1);
c_f_to_c_index     74 ompi/debuggers/predefined_gap_test.c     GAP_CHECK("error_handler", test_comm, error_handler, c_f_to_c_index, 1);
c_f_to_c_index     67 ompi/errhandler/errhandler_invoke.c             fortran_handle = OMPI_INT_2_FINT(comm->c_f_to_c_index);
c_f_to_c_index    219 ompi/include/ompi/memchecker.h     opal_memchecker_base_isdefined (&comm->c_f_to_c_index, sizeof(int));
c_f_to_c_index     65 ompi/mpi/c/comm_c2f.c     return OMPI_INT_2_FINT(comm->c_f_to_c_index);