o_flags           110 ompi/debuggers/predefined_gap_test.c     GAP_CHECK("o_flags", test_op, o_flags, o_name, 1)
o_flags           111 ompi/debuggers/predefined_gap_test.c     GAP_CHECK("o_f_to_c_index", test_op, o_f_to_c_index, o_flags, 1)
o_flags           107 ompi/mca/coll/basic/coll_basic_reduce_scatter.c     if ((op->o_flags & OMPI_OP_FLAGS_COMMUTE) &&
o_flags           266 ompi/mca/coll/portals4/coll_portals4.h     if (!(op->o_flags & OMPI_OP_FLAGS_COMMUTE)) {
o_flags           273 ompi/mca/coll/portals4/coll_portals4.h     if (!(op->o_flags & OMPI_OP_FLAGS_ASSOC)) {
o_flags           261 ompi/mca/op/example/op_example_component.c     if (0 == (OMPI_OP_FLAGS_INTRINSIC & op->o_flags)) {
o_flags            84 ompi/mpi/fortran/mpif-h/op_create_f.c         c_op->o_flags |= OMPI_OP_FLAGS_FORTRAN_FUNC;
o_flags           366 ompi/op/op.c       new_op->o_flags = OMPI_OP_FLAGS_ASSOC;
o_flags           368 ompi/op/op.c           new_op->o_flags |= OMPI_OP_FLAGS_COMMUTE;
o_flags           392 ompi/op/op.c       op->o_flags |= OMPI_OP_FLAGS_CXX_FUNC;
o_flags           409 ompi/op/op.c       op->o_flags |= OMPI_OP_FLAGS_JAVA_FUNC;
o_flags           437 ompi/op/op.c       op->o_flags = flags;
o_flags           463 ompi/op/op.c       new_op->o_flags = 0;
o_flags           155 ompi/op/op.h       uint32_t o_flags;
o_flags           425 ompi/op/op.h       return (bool) (0 != (op->o_flags & OMPI_OP_FLAGS_INTRINSIC));
o_flags           443 ompi/op/op.h       return (bool) (0 != (op->o_flags & OMPI_OP_FLAGS_COMMUTE));
o_flags           460 ompi/op/op.h       return (bool) (0 != (op->o_flags & OMPI_OP_FLAGS_FLOAT_ASSOC));
o_flags           577 ompi/op/op.h       if (0 != (op->o_flags & OMPI_OP_FLAGS_INTRINSIC)) {
o_flags           592 ompi/op/op.h       if (0 != (op->o_flags & OMPI_OP_FLAGS_FORTRAN_FUNC)) {
o_flags           597 ompi/op/op.h       } else if (0 != (op->o_flags & OMPI_OP_FLAGS_CXX_FUNC)) {
o_flags           601 ompi/op/op.h       } else if (0 != (op->o_flags & OMPI_OP_FLAGS_JAVA_FUNC)) {