w_f_to_c_index    257 ompi/attribute/attribute.c #define attr_win_f w_f_to_c_index
w_f_to_c_index    130 ompi/debuggers/predefined_gap_test.c     GAP_CHECK("w_f_to_c_index", test_win, w_f_to_c_index, w_keyhash, 1);
w_f_to_c_index    131 ompi/debuggers/predefined_gap_test.c     GAP_CHECK("error_handler", test_win, error_handler, w_f_to_c_index, 1);
w_f_to_c_index     87 ompi/errhandler/errhandler_invoke.c             fortran_handle = OMPI_INT_2_FINT(win->w_f_to_c_index);
w_f_to_c_index     63 ompi/mpi/c/win_c2f.c     return OMPI_INT_2_FINT(win->w_f_to_c_index);
w_f_to_c_index    116 ompi/win/win.c                 win->w_f_to_c_index, ompi_group_size (win->w_group));
w_f_to_c_index    225 ompi/win/win.c     win->w_f_to_c_index = opal_pointer_array_add(&ompi_mpi_windows, win);
w_f_to_c_index    226 ompi/win/win.c     if (-1 == win->w_f_to_c_index) return OMPI_ERR_OUT_OF_RESOURCE;
w_f_to_c_index    365 ompi/win/win.c     if (-1 != win->w_f_to_c_index) {
w_f_to_c_index    367 ompi/win/win.c                                     win->w_f_to_c_index,
w_f_to_c_index    422 ompi/win/win.c     win->w_f_to_c_index = 0;
w_f_to_c_index    100 ompi/win/win.h     int w_f_to_c_index;