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