opm_fns            45 ompi/mca/op/base/op_base_frame.c     memset(&(m->opm_fns), 0, sizeof(m->opm_fns));
opm_fns            53 ompi/mca/op/base/op_base_frame.c     memset(&(m->opm_fns), 0, sizeof(m->opm_fns));
opm_fns           155 ompi/mca/op/base/op_base_op_select.c             if (NULL != avail->ao_module->opm_fns[i]) {
opm_fns           157 ompi/mca/op/base/op_base_op_select.c                 op->o_func.intrinsic.fns[i] = avail->ao_module->opm_fns[i];
opm_fns           194 ompi/mca/op/example/op_example_module_bxor.c     module->super.opm_fns[OMPI_OP_BASE_TYPE_INT] = bxor_int;
opm_fns           204 ompi/mca/op/example/op_example_module_bxor.c     module->super.opm_fns[OMPI_OP_BASE_TYPE_LONG] = bxor_long;
opm_fns           211 ompi/mca/op/example/op_example_module_bxor.c     module->super.opm_fns[OMPI_OP_BASE_TYPE_INTEGER] = bxor_integer;
opm_fns           216 ompi/mca/op/example/op_example_module_max.c     module->super.opm_fns[OMPI_OP_BASE_TYPE_FLOAT] = max_float;
opm_fns           226 ompi/mca/op/example/op_example_module_max.c     module->super.opm_fns[OMPI_OP_BASE_TYPE_REAL] = max_real;
opm_fns           237 ompi/mca/op/example/op_example_module_max.c         module->super.opm_fns[OMPI_OP_BASE_TYPE_DOUBLE] = max_double;
opm_fns           245 ompi/mca/op/example/op_example_module_max.c         module->super.opm_fns[OMPI_OP_BASE_TYPE_DOUBLE_PRECISION] =
opm_fns           376 ompi/mca/op/op.h     ompi_op_base_handler_fn_1_0_0_t opm_fns[OMPI_OP_BASE_TYPE_MAX];