MPI_ORDER_C        53 ompi/datatype/ompi_datatype_create_darray.c     if (MPI_ORDER_C == order) {
MPI_ORDER_C       225 ompi/datatype/ompi_datatype_create_darray.c     if (MPI_ORDER_C == order) {
MPI_ORDER_C       248 ompi/datatype/ompi_datatype_create_darray.c             if (order == MPI_ORDER_C) {
MPI_ORDER_C        63 ompi/datatype/ompi_datatype_create_subarray.c     if( MPI_ORDER_C == order ) {
MPI_ORDER_C       487 ompi/mca/coll/hcoll/coll_hcoll_rte.c     *mpi_order_c = MPI_ORDER_C;
MPI_ORDER_C       269 ompi/mca/io/romio321/romio/adio/common/ad_darray.c          ((order == MPI_ORDER_C) && (dim == ndims-1)) ) {
MPI_ORDER_C       179 ompi/mca/io/romio321/romio/mpi2-other/array/darray.c     if (order != MPI_ORDER_FORTRAN && order != MPI_ORDER_C) {
MPI_ORDER_C       148 ompi/mca/io/romio321/romio/mpi2-other/array/subarray.c     if (order != MPI_ORDER_FORTRAN && order != MPI_ORDER_C) {
MPI_ORDER_C       178 ompi/mca/io/romio321/romio/test/big_extents.c 	    MPI_ORDER_C, MPI_INT, &subarray1G);
MPI_ORDER_C       183 ompi/mca/io/romio321/romio/test/big_extents.c 	    MPI_ORDER_C, MPI_INT, &subarray3G);
MPI_ORDER_C       188 ompi/mca/io/romio321/romio/test/big_extents.c 	    MPI_ORDER_C, MPI_INT, &subarray6G);
MPI_ORDER_C        65 ompi/mca/io/romio321/romio/test/coll_perf.c     order = MPI_ORDER_C;
MPI_ORDER_C        80 ompi/mca/io/romio321/romio/test/coll_test.c     order = MPI_ORDER_C;
MPI_ORDER_C        64 ompi/mca/io/romio321/romio/test/large_array.c     order = MPI_ORDER_C;
MPI_ORDER_C        67 ompi/mca/io/romio321/romio/test/split_coll.c     order = MPI_ORDER_C;
MPI_ORDER_C        75 ompi/mpi/c/type_create_darray.c         } else if( (MPI_ORDER_C != order) && (MPI_ORDER_FORTRAN != order) ) {
MPI_ORDER_C        66 ompi/mpi/c/type_create_subarray.c         } else if( (MPI_ORDER_C != order) && (MPI_ORDER_FORTRAN != order) ) {
MPI_ORDER_C        91 ompi/mpi/cxx/constants.h static const int ORDER_C = MPI_ORDER_C;
MPI_ORDER_C        89 ompi/mpi/java/c/mpi_Constant.c     ompi_java_setIntField(env, c, obj, "ORDER_C", MPI_ORDER_C);