ompi_predefined_win_t  122 ompi/debuggers/predefined_gap_test.c     printf("ompi_predefined_win_t = %lu bytes\n", sizeof(ompi_predefined_win_t));
ompi_predefined_win_t   50 ompi/win/win.c ompi_predefined_win_t ompi_mpi_win_null = {{{{0}}}};
ompi_predefined_win_t   51 ompi/win/win.c ompi_predefined_win_t *ompi_mpi_win_null_addr = &ompi_mpi_win_null;
ompi_predefined_win_t   82 ompi/win/win.c     assert (sizeof (ompi_predefined_win_t) >= sizeof (ompi_win_t));
ompi_predefined_win_t  128 ompi/win/win.h typedef struct ompi_predefined_win_t ompi_predefined_win_t;
ompi_predefined_win_t  130 ompi/win/win.h OMPI_DECLSPEC extern ompi_predefined_win_t ompi_mpi_win_null;
ompi_predefined_win_t  131 ompi/win/win.h OMPI_DECLSPEC extern ompi_predefined_win_t *ompi_mpi_win_null_addr;