r_key              53 ompi/mpi/c/type_create_f90_complex.c     int p_key, r_key;
r_key              75 ompi/mpi/c/type_create_f90_complex.c     r_key = r;
r_key              77 ompi/mpi/c/type_create_f90_complex.c     if( MPI_UNDEFINED == r ) r_key = 0;
r_key             100 ompi/mpi/c/type_create_f90_complex.c         key = (((uint64_t)p_key) << 32) | ((uint64_t)r_key);
r_key              53 ompi/mpi/c/type_create_f90_real.c     int p_key, r_key;
r_key              75 ompi/mpi/c/type_create_f90_real.c     r_key = r;
r_key              77 ompi/mpi/c/type_create_f90_real.c     if( MPI_UNDEFINED == r ) r_key = 0;
r_key             100 ompi/mpi/c/type_create_f90_real.c         key = (((uint64_t)p_key) << 32) | ((uint64_t)r_key);