new_op            343 ompi/op/op.c       ompi_op_t *new_op;
new_op            346 ompi/op/op.c       new_op = OBJ_NEW(ompi_op_t);
new_op            347 ompi/op/op.c       if (NULL == new_op) {
new_op            351 ompi/op/op.c       if (0 > new_op->o_f_to_c_index) {
new_op            352 ompi/op/op.c           OBJ_RELEASE(new_op);
new_op            353 ompi/op/op.c           new_op = NULL;
new_op            366 ompi/op/op.c       new_op->o_flags = OMPI_OP_FLAGS_ASSOC;
new_op            368 ompi/op/op.c           new_op->o_flags |= OMPI_OP_FLAGS_COMMUTE;
new_op            371 ompi/op/op.c       opal_string_copy(new_op->o_name, "USER OP", sizeof(new_op->o_name));
new_op            372 ompi/op/op.c       new_op->o_name[sizeof(new_op->o_name) - 1] = '\0';
new_op            378 ompi/op/op.c       new_op->o_func.fort_fn = func;
new_op            382 ompi/op/op.c       return new_op;
new_op            457 ompi/op/op.c   static void ompi_op_construct(ompi_op_t *new_op)
new_op            462 ompi/op/op.c       new_op->op_type = OMPI_OP_NUM_OF_TYPES;
new_op            463 ompi/op/op.c       new_op->o_flags = 0;
new_op            464 ompi/op/op.c       new_op->o_name[0] = '\0';
new_op            468 ompi/op/op.c       new_op->o_f_to_c_index =
new_op            469 ompi/op/op.c           opal_pointer_array_add(ompi_op_f_to_c_table, new_op);
new_op            474 ompi/op/op.c           new_op->o_func.intrinsic.fns[i] = NULL;
new_op            475 ompi/op/op.c           new_op->o_func.intrinsic.modules[i] = NULL;
new_op            476 ompi/op/op.c           new_op->o_3buff_intrinsic.fns[i] = NULL;
new_op            477 ompi/op/op.c           new_op->o_3buff_intrinsic.modules[i] = NULL;