ompi_op_f_to_c_table   58 ompi/mpi/c/op_f2c.c         opal_pointer_array_get_size(ompi_op_f_to_c_table)) {
ompi_op_f_to_c_table   62 ompi/mpi/c/op_f2c.c     return (MPI_Op)opal_pointer_array_get_item(ompi_op_f_to_c_table, op_index);
ompi_op_f_to_c_table   41 ompi/op/op.c   opal_pointer_array_t *ompi_op_f_to_c_table = {0};
ompi_op_f_to_c_table  124 ompi/op/op.c       ompi_op_f_to_c_table = OBJ_NEW(opal_pointer_array_t);
ompi_op_f_to_c_table  125 ompi/op/op.c       if (NULL == ompi_op_f_to_c_table){
ompi_op_f_to_c_table  329 ompi/op/op.c       OBJ_RELEASE(ompi_op_f_to_c_table);
ompi_op_f_to_c_table  469 ompi/op/op.c           opal_pointer_array_add(ompi_op_f_to_c_table, new_op);
ompi_op_f_to_c_table  492 ompi/op/op.c       if (NULL != opal_pointer_array_get_item(ompi_op_f_to_c_table,
ompi_op_f_to_c_table  494 ompi/op/op.c           opal_pointer_array_set_item(ompi_op_f_to_c_table,
ompi_op_f_to_c_table  341 ompi/op/op.h   extern struct opal_pointer_array_t *ompi_op_f_to_c_table;