MPIR_Infotable_ptr   21 ompi/mca/io/romio321/romio/adio/common/ad_init.c int MPIR_Infotable_ptr = 0, MPIR_Infotable_max = 0;
MPIR_Infotable_ptr   19 ompi/mca/io/romio321/romio/adio/include/adio_extern.h extern int MPIR_Infotable_ptr, MPIR_Infotable_max;
MPIR_Infotable_ptr   49 ompi/mca/io/romio321/romio/mpi2-other/info/info_c2f.c         MPIR_Infotable_ptr = 0;  /* 0 can't be used though, because 
MPIR_Infotable_ptr   53 ompi/mca/io/romio321/romio/mpi2-other/info/info_c2f.c     if (MPIR_Infotable_ptr == MPIR_Infotable_max-1) {
MPIR_Infotable_ptr   60 ompi/mca/io/romio321/romio/mpi2-other/info/info_c2f.c     MPIR_Infotable_ptr++;
MPIR_Infotable_ptr   61 ompi/mca/io/romio321/romio/mpi2-other/info/info_c2f.c     MPIR_Infotable[MPIR_Infotable_ptr] = info;
MPIR_Infotable_ptr   62 ompi/mca/io/romio321/romio/mpi2-other/info/info_c2f.c     return (MPI_Fint) MPIR_Infotable_ptr;
MPIR_Infotable_ptr   43 ompi/mca/io/romio321/romio/mpi2-other/info/info_f2c.c     if ((info < 0) || (info > MPIR_Infotable_ptr)) {