o_f_to_c_index    111 ompi/debuggers/predefined_gap_test.c     GAP_CHECK("o_f_to_c_index", test_op, o_f_to_c_index, o_flags, 1)
o_f_to_c_index    112 ompi/debuggers/predefined_gap_test.c     GAP_CHECK("o_func", test_op, o_func, o_f_to_c_index, 1)
o_f_to_c_index    239 ompi/mca/coll/hcoll/coll_hcoll_dtypes.h     if (op->o_f_to_c_index > OMPI_OP_BASE_FORTRAN_OP_MAX) {
o_f_to_c_index    242 ompi/mca/coll/hcoll/coll_hcoll_dtypes.h     return ompi_op_2_hcoll_op[op->o_f_to_c_index];
o_f_to_c_index    114 ompi/mca/op/base/op_base_op_select.c             ompi_op_base_functions[op->o_f_to_c_index][i];
o_f_to_c_index    118 ompi/mca/op/base/op_base_op_select.c             ompi_op_base_3buff_functions[op->o_f_to_c_index][i];
o_f_to_c_index    186 ompi/mca/op/base/op_base_op_select.c         if ((NULL == ompi_op_base_functions[op->o_f_to_c_index][i] &&
o_f_to_c_index    188 ompi/mca/op/base/op_base_op_select.c             (NULL != ompi_op_base_functions[op->o_f_to_c_index][i] &&
o_f_to_c_index    287 ompi/mca/op/example/op_example_component.c     switch (op->o_f_to_c_index) {
o_f_to_c_index    528 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     header->op = op->o_f_to_c_index;
o_f_to_c_index   1054 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     header->op = op->o_f_to_c_index;
o_f_to_c_index     52 ompi/mpi/c/op_c2f.c     return OMPI_INT_2_FINT(op->o_f_to_c_index);
o_f_to_c_index    351 ompi/op/op.c       if (0 > new_op->o_f_to_c_index) {
o_f_to_c_index    432 ompi/op/op.c       if (op->o_f_to_c_index != fort_handle) {
o_f_to_c_index    444 ompi/op/op.c       if (OMPI_OP_BASE_FORTRAN_NULL != op->o_f_to_c_index &&
o_f_to_c_index    445 ompi/op/op.c           OMPI_OP_BASE_FORTRAN_REPLACE != op->o_f_to_c_index &&
o_f_to_c_index    446 ompi/op/op.c           OMPI_OP_BASE_FORTRAN_NO_OP != op->o_f_to_c_index) {
o_f_to_c_index    468 ompi/op/op.c       new_op->o_f_to_c_index =
o_f_to_c_index    493 ompi/op/op.c                                               op->o_f_to_c_index)) {
o_f_to_c_index    495 ompi/op/op.c                                       op->o_f_to_c_index, NULL);
o_f_to_c_index    158 ompi/op/op.h       int o_f_to_c_index;