count             393 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c     frag->hdr.count = 0;
count             434 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c     frag->hdr.count = frag->base.des_dst_cnt;
count             471 contrib/build-mca-comps-outside-of-tree/btl_tcp2.c     frag->hdr.count = frag->base.des_src_cnt;
count             266 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.c                 frag->iov[1].iov_len = frag->hdr.count * sizeof(mca_btl_base_segment_t);
count             270 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.c                 for( i = 0; i < frag->hdr.count; i++ ) {
count             274 contrib/build-mca-comps-outside-of-tree/btl_tcp2_frag.c                 frag->iov_cnt += frag->hdr.count;
count              41 contrib/build-mca-comps-outside-of-tree/btl_tcp2_hdr.h     uint16_t count;
count              48 contrib/build-mca-comps-outside-of-tree/btl_tcp2_hdr.h         hdr.count = htons(hdr.count); \
count              54 contrib/build-mca-comps-outside-of-tree/btl_tcp2_hdr.h         hdr.count = ntohs(hdr.count); \
count              50 examples/spc_example.c     int i, rank, size, provided, num, name_len, desc_len, verbosity, bind, var_class, readonly, continuous, atomic, count, index;
count              97 examples/spc_example.c     ret = MPI_T_pvar_handle_alloc(session, index, NULL, &handle, &count);
count              53 ompi/communicator/comm_cid.c typedef int (*ompi_comm_allreduce_impl_fn_t) (int *inbuf, int *outbuf, int count, struct ompi_op_t *op,
count             105 ompi/communicator/comm_cid.c     int count;
count             138 ompi/communicator/comm_cid.c static int ompi_comm_allreduce_intra_nb (int *inbuf, int *outbuf, int count,
count             143 ompi/communicator/comm_cid.c static int ompi_comm_allreduce_inter_nb (int *inbuf, int *outbuf, int count,
count             147 ompi/communicator/comm_cid.c static int ompi_comm_allreduce_group_nb (int *inbuf, int *outbuf, int count,
count             151 ompi/communicator/comm_cid.c static int ompi_comm_allreduce_intra_pmix_nb (int *inbuf, int *outbuf, int count,
count             155 ompi/communicator/comm_cid.c static int ompi_comm_allreduce_intra_bridge_nb (int *inbuf, int *outbuf, int count,
count             223 ompi/communicator/comm_cid.c                                                                          int count, struct ompi_op_t *op,
count             235 ompi/communicator/comm_cid.c     context->count = count;
count             642 ompi/communicator/comm_cid.c static int ompi_comm_allreduce_intra_nb (int *inbuf, int *outbuf, int count, struct ompi_op_t *op,
count             647 ompi/communicator/comm_cid.c     return comm->c_coll->coll_iallreduce (inbuf, outbuf, count, MPI_INT, op, comm,
count             657 ompi/communicator/comm_cid.c                                          int count, struct ompi_op_t *op,
count             676 ompi/communicator/comm_cid.c     context = ompi_comm_allreduce_context_alloc (inbuf, outbuf, count, op, cid_context);
count             688 ompi/communicator/comm_cid.c         context->tmpbuf  = (int *) calloc (count, sizeof(int));
count             697 ompi/communicator/comm_cid.c     rc = intercomm->c_local_comm->c_coll->coll_ireduce (inbuf, context->tmpbuf, count, MPI_INT, op, 0,
count             727 ompi/communicator/comm_cid.c     rc = MCA_PML_CALL(irecv (context->outbuf, context->count, MPI_INT, 0, OMPI_COMM_ALLREDUCE_TAG,
count             733 ompi/communicator/comm_cid.c     rc = MCA_PML_CALL(isend (context->tmpbuf, context->count, MPI_INT, 0, OMPI_COMM_ALLREDUCE_TAG,
count             746 ompi/communicator/comm_cid.c     ompi_op_reduce (context->op, context->tmpbuf, context->outbuf, context->count, MPI_INT);
count             760 ompi/communicator/comm_cid.c     rc = comm->c_coll->coll_ibcast (context->outbuf, context->count, MPI_INT, 0, comm,
count             776 ompi/communicator/comm_cid.c     rc = comm->c_coll->coll_ibcast (context->outbuf, context->count, MPI_INT,
count             791 ompi/communicator/comm_cid.c     ompi_op_reduce (context->op, context->tmpbuf, context->outbuf, context->count, MPI_INT);
count             805 ompi/communicator/comm_cid.c     rc = MCA_PML_CALL(irecv (context->outbuf, context->count, MPI_INT, context->cid_context->remote_leader,
count             811 ompi/communicator/comm_cid.c     rc = MCA_PML_CALL(isend (context->tmpbuf, context->count, MPI_INT, context->cid_context->remote_leader,
count             822 ompi/communicator/comm_cid.c                                                 int count, struct ompi_op_t *op,
count             833 ompi/communicator/comm_cid.c     context = ompi_comm_allreduce_context_alloc (inbuf, outbuf, count, op, cid_context);
count             839 ompi/communicator/comm_cid.c         context->tmpbuf = (int *) calloc (count, sizeof (int));
count             855 ompi/communicator/comm_cid.c         memcpy (context->tmpbuf, inbuf, count * sizeof (int));
count             859 ompi/communicator/comm_cid.c     rc = comm->c_coll->coll_ireduce (inbuf, context->tmpbuf, count, MPI_INT, op,
count             893 ompi/communicator/comm_cid.c     int32_t size_count = context->count;
count             904 ompi/communicator/comm_cid.c     if (OPAL_SUCCESS != (rc = opal_dss.pack(&sbuf, context->tmpbuf, (int32_t)context->count, OPAL_INT))) {
count             978 ompi/communicator/comm_cid.c                                               int count, struct ompi_op_t *op,
count             989 ompi/communicator/comm_cid.c     context = ompi_comm_allreduce_context_alloc (inbuf, outbuf, count, op, cid_context);
count             995 ompi/communicator/comm_cid.c         context->tmpbuf = (int *) calloc (count, sizeof(int));
count            1011 ompi/communicator/comm_cid.c     rc = comm->c_coll->coll_ireduce (inbuf, context->tmpbuf, count, MPI_INT, op,
count            1051 ompi/communicator/comm_cid.c             rc = MCA_PML_CALL(isend(context->outbuf, context->count, MPI_INT, context->peers_comm[i+1],
count            1073 ompi/communicator/comm_cid.c             ompi_op_reduce (context->op, tmp, context->outbuf, context->count, MPI_INT);
count            1074 ompi/communicator/comm_cid.c             tmp += context->count;
count            1080 ompi/communicator/comm_cid.c         rc = MCA_PML_CALL(isend(context->outbuf, context->count, MPI_INT, context->peers_comm[0],
count            1087 ompi/communicator/comm_cid.c         rc = MCA_PML_CALL(irecv(context->outbuf, context->count, MPI_INT, context->peers_comm[0],
count            1100 ompi/communicator/comm_cid.c static int ompi_comm_allreduce_group_nb (int *inbuf, int *outbuf, int count,
count            1113 ompi/communicator/comm_cid.c     context = ompi_comm_allreduce_context_alloc (inbuf, outbuf, count, op, cid_context);
count            1118 ompi/communicator/comm_cid.c     tmp = context->tmpbuf = calloc (sizeof (int), count * 3);
count            1141 ompi/communicator/comm_cid.c     memmove (outbuf, inbuf, sizeof (int) * count);
count            1145 ompi/communicator/comm_cid.c             int rc = MCA_PML_CALL(irecv(tmp, count, MPI_INT, context->peers_comm[i + 1],
count            1152 ompi/communicator/comm_cid.c             tmp += count;
count              31 ompi/contrib/libompitrace/allreduce.c int MPI_Allreduce(const void *sendbuf, void *recvbuf, int count,
count              43 ompi/contrib/libompitrace/allreduce.c            rank, (uintptr_t)sendbuf, (uintptr_t)recvbuf, count, typename, op->o_name, commname);
count              46 ompi/contrib/libompitrace/allreduce.c     return PMPI_Allreduce(sendbuf, recvbuf, count, datatype, op, comm);
count              29 ompi/contrib/libompitrace/bcast.c int MPI_Bcast(void *buffer, int count, MPI_Datatype datatype,
count              41 ompi/contrib/libompitrace/bcast.c            rank, (uintptr_t) buffer, count, typename, root, commname);
count              44 ompi/contrib/libompitrace/bcast.c     return PMPI_Bcast(buffer, count, datatype, root, comm);
count              31 ompi/contrib/libompitrace/isend.c int MPI_Isend(const void *buf, int count, MPI_Datatype type, int dest,
count              43 ompi/contrib/libompitrace/isend.c            rank, (uintptr_t) buf, count, typename, dest, tag, commname);
count              46 ompi/contrib/libompitrace/isend.c     return PMPI_Isend(buf, count, type, dest, tag, comm, request);
count              28 ompi/contrib/libompitrace/recv.c int MPI_Recv(void *buf, int count, MPI_Datatype type, int source,
count              40 ompi/contrib/libompitrace/recv.c            rank, (uintptr_t) buf, count, typename, source, tag, commname);
count              43 ompi/contrib/libompitrace/recv.c     return PMPI_Recv(buf, count, type, source, tag, comm, status);
count              32 ompi/contrib/libompitrace/reduce.c int MPI_Reduce(const void *sendbuf, void *recvbuf, int count,
count              44 ompi/contrib/libompitrace/reduce.c            rank, (uintptr_t) sendbuf, (uintptr_t) recvbuf, count, typename, op->o_name, root, commname);
count              47 ompi/contrib/libompitrace/reduce.c     return PMPI_Reduce(sendbuf, recvbuf, count, datatype, op, root, comm);
count              31 ompi/contrib/libompitrace/send.c int MPI_Send(const void *buf, int count, MPI_Datatype type, int dest,
count              43 ompi/contrib/libompitrace/send.c            rank, (uintptr_t) buf, count, typename, dest, tag, commname);
count              46 ompi/contrib/libompitrace/send.c     return PMPI_Send(buf, count, type, dest, tag, comm);
count             153 ompi/datatype/ompi_datatype.h ompi_datatype_is_contiguous_memory_layout( const ompi_datatype_t* type, int32_t count )
count             155 ompi/datatype/ompi_datatype.h     return opal_datatype_is_contiguous_memory_layout(&type->super, count);
count             182 ompi/datatype/ompi_datatype.h ompi_datatype_add( ompi_datatype_t* pdtBase, const ompi_datatype_t* pdtAdd, size_t count,
count             185 ompi/datatype/ompi_datatype.h     return opal_datatype_add( &pdtBase->super, &pdtAdd->super, count, disp, extent );
count             191 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_contiguous( int count, const ompi_datatype_t* oldType, ompi_datatype_t** newType );
count             192 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_vector( int count, int bLength, int stride,
count             194 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_hvector( int count, int bLength, ptrdiff_t stride,
count             196 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_indexed( int count, const int* pBlockLength, const int* pDisp,
count             198 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_hindexed( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
count             200 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_indexed_block( int count, int bLength, const int* pDisp,
count             202 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_hindexed_block( int count, int bLength, const ptrdiff_t* pDisp,
count             204 ompi/datatype/ompi_datatype.h OMPI_DECLSPEC int32_t ompi_datatype_create_struct( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
count             272 ompi/datatype/ompi_datatype.h ompi_datatype_set_element_count( const ompi_datatype_t* type, size_t count, size_t* length )
count             274 ompi/datatype/ompi_datatype.h     return opal_datatype_set_element_count( &type->super, count, length );
count             278 ompi/datatype/ompi_datatype.h ompi_datatype_copy_content_same_ddt( const ompi_datatype_t* type, size_t count,
count             285 ompi/datatype/ompi_datatype.h     while( 0 != count ) {
count             287 ompi/datatype/ompi_datatype.h         if( ((size_t)length) > count ) length = (int32_t)count;
count             293 ompi/datatype/ompi_datatype.h         count -= (size_t)length;
count             367 ompi/datatype/ompi_datatype.h                                               size_t *count);
count             377 ompi/datatype/ompi_datatype.h                                                                     int count );
count             279 ompi/datatype/ompi_datatype_args.c         int count = 1;
count             287 ompi/datatype/ompi_datatype_args.c                 count++;
count             290 ompi/datatype/ompi_datatype_args.c             if( count <= 1 ) {
count             297 ompi/datatype/ompi_datatype_args.c                     printf( "(%d * %s) ", count, old->name );
count             299 ompi/datatype/ompi_datatype_args.c                     printf( "(%d * %p) ", count, (void*)old );
count             301 ompi/datatype/ompi_datatype_args.c             count = 1;
count             304 ompi/datatype/ompi_datatype_args.c         if( count <= 1 ) {
count             311 ompi/datatype/ompi_datatype_args.c                 printf( "(%d * %s) ", count, old->name );
count             313 ompi/datatype/ompi_datatype_args.c                 printf( "(%d * %p) ", count, (void*)old );
count              27 ompi/datatype/ompi_datatype_create_contiguous.c int32_t ompi_datatype_create_contiguous( int count, const ompi_datatype_t* oldType,
count              32 ompi/datatype/ompi_datatype_create_contiguous.c     if( (0 == count) || (0 == oldType->super.size) ) {
count              37 ompi/datatype/ompi_datatype_create_contiguous.c     opal_datatype_add( &(pdt->super), &(oldType->super), count, 0, (oldType->super.ub - oldType->super.lb) );
count              99 ompi/datatype/ompi_datatype_create_darray.c     int blksize, i, blklens[2], st_index, end_index, local_size, rem, count, rc;
count             120 ompi/datatype/ompi_datatype_create_darray.c     count = local_size / blksize;
count             134 ompi/datatype/ompi_datatype_create_darray.c     rc = ompi_datatype_create_hvector(count, blksize, stride, type_old, type_new);
count             142 ompi/datatype/ompi_datatype_create_darray.c         disps  [0] = 0;         disps  [1] = count*stride;
count              34 ompi/datatype/ompi_datatype_create_indexed.c int32_t ompi_datatype_create_indexed( int count, const int* pBlockLength, const int* pDisp,
count              44 ompi/datatype/ompi_datatype_create_indexed.c     for( i = 0; (i < count) && (0 == pBlockLength[i]); i++ );  /* find first non zero */
count              45 ompi/datatype/ompi_datatype_create_indexed.c     if( (i == count) || (0 == dLength) ) {
count              54 ompi/datatype/ompi_datatype_create_indexed.c     pdt = ompi_datatype_create( (count - i) * (2 + oldType->super.desc.used) );
count              55 ompi/datatype/ompi_datatype_create_indexed.c     for( i += 1; i < count; i++ ) {
count              75 ompi/datatype/ompi_datatype_create_indexed.c int32_t ompi_datatype_create_hindexed( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
count              85 ompi/datatype/ompi_datatype_create_indexed.c     for( i = 0; (i < count) && (0 == pBlockLength[i]); i++ );  /* find first non zero */
count              86 ompi/datatype/ompi_datatype_create_indexed.c     if( (i == count) || (0 == dLength) ) {
count              95 ompi/datatype/ompi_datatype_create_indexed.c     pdt = ompi_datatype_create( (count - i) * (2 + oldType->super.desc.used) );
count              96 ompi/datatype/ompi_datatype_create_indexed.c     for( i += 1; i < count; i++ ) {
count             116 ompi/datatype/ompi_datatype_create_indexed.c int32_t ompi_datatype_create_indexed_block( int count, int bLength, const int* pDisp,
count             124 ompi/datatype/ompi_datatype_create_indexed.c     if( (count == 0) || (bLength == 0) ) {
count             128 ompi/datatype/ompi_datatype_create_indexed.c     pdt = ompi_datatype_create( count * (2 + oldType->super.desc.used) );
count             132 ompi/datatype/ompi_datatype_create_indexed.c     for( i = 1; i < count; i++ ) {
count             150 ompi/datatype/ompi_datatype_create_indexed.c int32_t ompi_datatype_create_hindexed_block( int count, int bLength, const ptrdiff_t* pDisp,
count             158 ompi/datatype/ompi_datatype_create_indexed.c     if( (count == 0) || (bLength == 0) ) {
count             162 ompi/datatype/ompi_datatype_create_indexed.c     pdt = ompi_datatype_create( count * (2 + oldType->super.desc.used) );
count             166 ompi/datatype/ompi_datatype_create_indexed.c     for( i = 1; i < count; i++ ) {
count              31 ompi/datatype/ompi_datatype_create_struct.c int32_t ompi_datatype_create_struct( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
count              40 ompi/datatype/ompi_datatype_create_struct.c     for( i = 0; (i < count) && (0 == pBlockLength[i]); i++ );
count              41 ompi/datatype/ompi_datatype_create_struct.c     if( i == count ) {  /* either nothing or nothing relevant */
count              54 ompi/datatype/ompi_datatype_create_struct.c     for( i = (start_from + 1); i < count; i++ ) {
count              80 ompi/datatype/ompi_datatype_create_struct.c     for( i = (start_from + 1); i < count; i++ ) {
count              31 ompi/datatype/ompi_datatype_create_vector.c int32_t ompi_datatype_create_vector( int count, int bLength, int stride,
count              37 ompi/datatype/ompi_datatype_create_vector.c     if( (0 == count) || (0 == bLength) ) {
count              42 ompi/datatype/ompi_datatype_create_vector.c     if( (bLength == stride) || (1 >= count) ) {  /* the elements are contiguous */
count              43 ompi/datatype/ompi_datatype_create_vector.c         ompi_datatype_add( pData, oldType, (size_t)count * bLength, 0, extent );
count              46 ompi/datatype/ompi_datatype_create_vector.c             ompi_datatype_add( pData, oldType, count, 0, extent * stride );
count              51 ompi/datatype/ompi_datatype_create_vector.c             ompi_datatype_add( pData, pTempData, count, 0, extent * stride );
count              60 ompi/datatype/ompi_datatype_create_vector.c int32_t ompi_datatype_create_hvector( int count, int bLength, ptrdiff_t stride,
count              66 ompi/datatype/ompi_datatype_create_vector.c     if( (0 == count) || (0 == bLength) ) {
count              71 ompi/datatype/ompi_datatype_create_vector.c     if( ((extent * bLength) == stride) || (1 >= count) ) {  /* contiguous */
count              73 ompi/datatype/ompi_datatype_create_vector.c         ompi_datatype_add( pData, oldType, count * bLength, 0, extent );
count              77 ompi/datatype/ompi_datatype_create_vector.c             ompi_datatype_add( pData, oldType, count, 0, stride );
count              81 ompi/datatype/ompi_datatype_create_vector.c             ompi_datatype_add( pData, pTempData, count, 0, stride );
count              30 ompi/datatype/ompi_datatype_get_elements.c int ompi_datatype_get_elements (ompi_datatype_t *datatype, size_t ucount, size_t *count)
count              35 ompi/datatype/ompi_datatype_get_elements.c     *count = 0;
count              74 ompi/datatype/ompi_datatype_get_elements.c     *count = internal_count;
count             641 ompi/datatype/ompi_datatype_module.c     MOOG(count, 72);
count             705 ompi/datatype/ompi_datatype_module.c                                                  int count )
count              61 ompi/datatype/ompi_datatype_sndrcv.c         int32_t count = ( scount < rcount ? scount : rcount );
count              62 ompi/datatype/ompi_datatype_sndrcv.c         opal_datatype_copy_content_same_ddt(&(rdtype->super), count, (char*)rbuf, (char*)sbuf);
count              67 ompi/dpm/dpm.c static int disconnect_waitall (int count, ompi_dpm_disconnect_obj **objs);
count             604 ompi/dpm/dpm.c int ompi_dpm_spawn(int count, const char *array_of_commands[],
count             672 ompi/dpm/dpm.c     for (i = 0; i < count; ++i) {
count            1155 ompi/dpm/dpm.c static int disconnect_waitall (int count, ompi_dpm_disconnect_obj **objs)
count            1164 ompi/dpm/dpm.c     for (i=0; i<count; i++) {
count            1181 ompi/dpm/dpm.c     for (i=0; i<count; i++) {
count            1190 ompi/dpm/dpm.c     for (i=0; i< count; i++ ) {
count              60 ompi/dpm/dpm.h int ompi_dpm_spawn(int count, char const *array_of_commands[],
count             351 ompi/errhandler/errhandler.h   int ompi_errhandler_request_invoke(int count,
count             120 ompi/errhandler/errhandler_invoke.c int ompi_errhandler_request_invoke(int count,
count             132 ompi/errhandler/errhandler_invoke.c     for (i = 0; i < count; ++i) {
count             139 ompi/errhandler/errhandler_invoke.c     if (i >= count) {
count             151 ompi/errhandler/errhandler_invoke.c     for (; i < count; ++i) {
count             266 ompi/group/group.c     int count,result;
count             268 ompi/group/group.c     count = 0;
count             281 ompi/group/group.c                 count ++;
count             290 ompi/group/group.c                 count ++;
count             297 ompi/group/group.c             count ++;
count             301 ompi/group/group.c     if (0 != count) {
count             302 ompi/group/group.c         ranks_included = (int *)malloc( (count)*(sizeof(int)));
count             351 ompi/group/group.c     int index,first_rank,last_rank,stride,count,result;
count             353 ompi/group/group.c     count = 0;
count             366 ompi/group/group.c                 count ++;
count             374 ompi/group/group.c                 count ++;
count             380 ompi/group/group.c             count ++;
count             383 ompi/group/group.c     if (0 != count) {
count             384 ompi/group/group.c         ranks_excluded = (int *)malloc( (count)*(sizeof(int)));
count             418 ompi/group/group.c     if (0 != (group->grp_proc_count - count)) {
count             419 ompi/group/group.c         ranks_included = (int *)malloc( (group->grp_proc_count - count)*(sizeof(int)));
count              46 ompi/group/group_bitmap.c     int i,count,j,k,m;
count              55 ompi/group/group_bitmap.c             count = 0;
count              70 ompi/group/group_bitmap.c                             count++;
count              73 ompi/group/group_bitmap.c                             ranks2[j] = count-1;
count              90 ompi/group/group_bitmap.c     int i,j,count,m,k;
count              98 ompi/group/group_bitmap.c             count = 0;
count             108 ompi/group/group_bitmap.c                         count++;
count             110 ompi/group/group_bitmap.c                     if( m == count-1 ) {
count              51 ompi/group/group_sporadic.c     int i,count,j;
count              63 ompi/group/group_sporadic.c             count = 0;
count              71 ompi/group/group_sporadic.c                         sparse_data.grp_sporadic.grp_sporadic_list[i].rank_first + count;
count              75 ompi/group/group_sporadic.c                     count = count + child_group->sparse_data.grp_sporadic.grp_sporadic_list[i].length;
count              88 ompi/group/group_sporadic.c     int i,j,count;
count              95 ompi/group/group_sporadic.c             count = 0;
count             101 ompi/group/group_sporadic.c                 if ( ranks1[j] > ( count +
count             104 ompi/group/group_sporadic.c                     count = count + child_group->sparse_data.grp_sporadic.grp_sporadic_list[i].length;
count             108 ompi/group/group_sporadic.c                         + (ranks1[j] - count);
count              50 ompi/include/ompi/memchecker.h         (0 == pConvertor->count) ) {
count              68 ompi/include/ompi/memchecker.h         for (i = 0; i < pConvertor->count; i++){
count              76 ompi/include/ompi/memchecker.h                 f( (void *)(source_base + pElem->elem.disp), pElem->elem.count*pElem->elem.extent );
count              98 ompi/include/ompi/memchecker.h                                    size_t count, struct ompi_datatype_t * datatype)
count             104 ompi/include/ompi/memchecker.h     if ((0 == count) || (0 == datatype->super.size)) {
count             110 ompi/include/ompi/memchecker.h         f( (void*)addr , datatype->super.size * count );
count             123 ompi/include/ompi/memchecker.h         for (i = 0; i < count; i++) {
count             131 ompi/include/ompi/memchecker.h                 f( (void *)(source_base + pElem->elem.disp), pElem->elem.count*pElem->elem.extent );
count             399 ompi/include/ompi/memchecker.h     opal_memchecker_base_isdefined (&message->count, sizeof(sizeof_t));
count              54 ompi/mca/coll/base/coll_base_allreduce.c ompi_coll_base_allreduce_intra_nonoverlapping(const void *sbuf, void *rbuf, int count,
count              70 ompi/mca/coll/base/coll_base_allreduce.c             err = comm->c_coll->coll_reduce (MPI_IN_PLACE, rbuf, count, dtype,
count              73 ompi/mca/coll/base/coll_base_allreduce.c             err = comm->c_coll->coll_reduce (rbuf, NULL, count, dtype, op, 0,
count              77 ompi/mca/coll/base/coll_base_allreduce.c         err = comm->c_coll->coll_reduce (sbuf, rbuf, count, dtype, op, 0,
count              84 ompi/mca/coll/base/coll_base_allreduce.c     return comm->c_coll->coll_bcast (rbuf, count, dtype, 0, comm,
count             131 ompi/mca/coll/base/coll_base_allreduce.c                                                   int count,
count             151 ompi/mca/coll/base/coll_base_allreduce.c             ret = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf);
count             158 ompi/mca/coll/base/coll_base_allreduce.c     span = opal_datatype_span(&dtype->super, count, &gap);
count             164 ompi/mca/coll/base/coll_base_allreduce.c         ret = ompi_datatype_copy_content_same_ddt(dtype, count, inplacebuf, (char*)rbuf);
count             167 ompi/mca/coll/base/coll_base_allreduce.c         ret = ompi_datatype_copy_content_same_ddt(dtype, count, inplacebuf, (char*)sbuf);
count             188 ompi/mca/coll/base/coll_base_allreduce.c             ret = MCA_PML_CALL(send(tmpsend, count, dtype, (rank + 1),
count             194 ompi/mca/coll/base/coll_base_allreduce.c             ret = MCA_PML_CALL(recv(tmprecv, count, dtype, (rank - 1),
count             199 ompi/mca/coll/base/coll_base_allreduce.c             ompi_op_reduce(op, tmprecv, tmpsend, count, dtype);
count             219 ompi/mca/coll/base/coll_base_allreduce.c         ret = ompi_coll_base_sendrecv_actual(tmpsend, count, dtype, remote,
count             221 ompi/mca/coll/base/coll_base_allreduce.c                                              tmprecv, count, dtype, remote,
count             229 ompi/mca/coll/base/coll_base_allreduce.c             ompi_op_reduce(op, tmpsend, tmprecv, count, dtype);
count             235 ompi/mca/coll/base/coll_base_allreduce.c             ompi_op_reduce(op, tmprecv, tmpsend, count, dtype);
count             246 ompi/mca/coll/base/coll_base_allreduce.c             ret = MCA_PML_CALL(recv(rbuf, count, dtype, (rank + 1),
count             252 ompi/mca/coll/base/coll_base_allreduce.c             ret = MCA_PML_CALL(send(tmpsend, count, dtype, (rank - 1),
count             261 ompi/mca/coll/base/coll_base_allreduce.c         ret = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, tmpsend);
count             341 ompi/mca/coll/base/coll_base_allreduce.c ompi_coll_base_allreduce_intra_ring(const void *sbuf, void *rbuf, int count,
count             359 ompi/mca/coll/base/coll_base_allreduce.c                  "coll:base:allreduce_intra_ring rank %d, count %d", rank, count));
count             364 ompi/mca/coll/base/coll_base_allreduce.c             ret = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf);
count             371 ompi/mca/coll/base/coll_base_allreduce.c     if (count < size) {
count             372 ompi/mca/coll/base/coll_base_allreduce.c         OPAL_OUTPUT((ompi_coll_base_framework.framework_output, "coll:base:allreduce_ring rank %d/%d, count %d, switching to recursive doubling", rank, size, count));
count             374 ompi/mca/coll/base/coll_base_allreduce.c                                                                   count,
count             394 ompi/mca/coll/base/coll_base_allreduce.c     COLL_BASE_COMPUTE_BLOCKCOUNT( count, size, split_rank,
count             409 ompi/mca/coll/base/coll_base_allreduce.c         ret = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf);
count             618 ompi/mca/coll/base/coll_base_allreduce.c ompi_coll_base_allreduce_intra_ring_segmented(const void *sbuf, void *rbuf, int count,
count             638 ompi/mca/coll/base/coll_base_allreduce.c                  "coll:base:allreduce_intra_ring_segmented rank %d, count %d", rank, count));
count             643 ompi/mca/coll/base/coll_base_allreduce.c             ret = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf);
count             652 ompi/mca/coll/base/coll_base_allreduce.c     segcount = count;
count             656 ompi/mca/coll/base/coll_base_allreduce.c         if (count < (size * segcount)) {
count             657 ompi/mca/coll/base/coll_base_allreduce.c             OPAL_OUTPUT((ompi_coll_base_framework.framework_output, "coll:base:allreduce_ring_segmented rank %d/%d, count %d, switching to regular ring", rank, size, count));
count             658 ompi/mca/coll/base/coll_base_allreduce.c             return (ompi_coll_base_allreduce_intra_ring(sbuf, rbuf, count, dtype, op,
count             663 ompi/mca/coll/base/coll_base_allreduce.c     num_phases = count / (size * segcount);
count             664 ompi/mca/coll/base/coll_base_allreduce.c     if ((count % (size * segcount) >= size) &&
count             665 ompi/mca/coll/base/coll_base_allreduce.c         (count % (size * segcount) > ((size * segcount) / 2))) {
count             678 ompi/mca/coll/base/coll_base_allreduce.c     COLL_BASE_COMPUTE_BLOCKCOUNT( count, size, split_rank,
count             697 ompi/mca/coll/base/coll_base_allreduce.c         ret = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf);
count             881 ompi/mca/coll/base/coll_base_allreduce.c ompi_coll_base_allreduce_intra_basic_linear(const void *sbuf, void *rbuf, int count,
count             897 ompi/mca/coll/base/coll_base_allreduce.c             err = ompi_coll_base_reduce_intra_basic_linear (MPI_IN_PLACE, rbuf, count, dtype,
count             900 ompi/mca/coll/base/coll_base_allreduce.c             err = ompi_coll_base_reduce_intra_basic_linear(rbuf, NULL, count, dtype,
count             904 ompi/mca/coll/base/coll_base_allreduce.c         err = ompi_coll_base_reduce_intra_basic_linear(sbuf, rbuf, count, dtype,
count             911 ompi/mca/coll/base/coll_base_allreduce.c     return ompi_coll_base_bcast_intra_basic_linear(rbuf, count, dtype, 0, comm, module);
count             971 ompi/mca/coll/base/coll_base_allreduce.c     const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype,
count             988 ompi/mca/coll/base/coll_base_allreduce.c     if (count < nprocs_pof2 || !ompi_op_is_commute(op)) {
count             992 ompi/mca/coll/base/coll_base_allreduce.c                      rank, comm_size, count));
count             993 ompi/mca/coll/base/coll_base_allreduce.c         return ompi_coll_base_allreduce_intra_basic_linear(sbuf, rbuf, count, dtype,
count            1000 ompi/mca/coll/base/coll_base_allreduce.c     dsize = opal_datatype_span(&dtype->super, count, &gap);
count            1010 ompi/mca/coll/base/coll_base_allreduce.c         err = ompi_datatype_copy_content_same_ddt(dtype, count, (char *)rbuf,
count            1036 ompi/mca/coll/base/coll_base_allreduce.c         int count_lhalf = count / 2;
count            1037 ompi/mca/coll/base/coll_base_allreduce.c         int count_rhalf = count - count_lhalf;
count            1120 ompi/mca/coll/base/coll_base_allreduce.c         wsize = count;
count            1217 ompi/mca/coll/base/coll_base_allreduce.c             err = MCA_PML_CALL(recv(rbuf, count, dtype, rank - 1,
count            1224 ompi/mca/coll/base/coll_base_allreduce.c             err = MCA_PML_CALL(send(rbuf, count, dtype, rank + 1,
count             246 ompi/mca/coll/base/coll_base_bcast.c                                       int count,
count             253 ompi/mca/coll/base/coll_base_bcast.c     int segcount = count;
count             268 ompi/mca/coll/base/coll_base_bcast.c     return ompi_coll_base_bcast_intra_generic( buffer, count, datatype, root, comm, module,
count             274 ompi/mca/coll/base/coll_base_bcast.c                                       int count,
count             281 ompi/mca/coll/base/coll_base_bcast.c     int segcount = count;
count             296 ompi/mca/coll/base/coll_base_bcast.c     return ompi_coll_base_bcast_intra_generic( buffer, count, datatype, root, comm, module,
count             302 ompi/mca/coll/base/coll_base_bcast.c                                    int count,
count             309 ompi/mca/coll/base/coll_base_bcast.c     int segcount = count;
count             324 ompi/mca/coll/base/coll_base_bcast.c     return ompi_coll_base_bcast_intra_generic( buffer, count, datatype, root, comm, module,
count             330 ompi/mca/coll/base/coll_base_bcast.c                                       int count,
count             337 ompi/mca/coll/base/coll_base_bcast.c     int segcount = count;
count             352 ompi/mca/coll/base/coll_base_bcast.c     return ompi_coll_base_bcast_intra_generic( buffer, count, datatype, root, comm, module,
count             358 ompi/mca/coll/base/coll_base_bcast.c                                             int count,
count             392 ompi/mca/coll/base/coll_base_bcast.c     counts[0] = count/2;
count             393 ompi/mca/coll/base/coll_base_bcast.c     if (count % 2 != 0) counts[0]++;
count             394 ompi/mca/coll/base/coll_base_bcast.c     counts[1] = count - counts[0];
count             418 ompi/mca/coll/base/coll_base_bcast.c         return (ompi_coll_base_bcast_intra_chain ( buffer, count, datatype,
count             624 ompi/mca/coll/base/coll_base_bcast.c ompi_coll_base_bcast_intra_basic_linear(void *buff, int count,
count             642 ompi/mca/coll/base/coll_base_bcast.c         return MCA_PML_CALL(recv(buff, count, datatype, root,
count             658 ompi/mca/coll/base/coll_base_bcast.c         err = MCA_PML_CALL(isend(buff, count, datatype, i,
count             715 ompi/mca/coll/base/coll_base_bcast.c     void *buf, int count, struct ompi_datatype_t *datatype, int root,
count             719 ompi/mca/coll/base/coll_base_bcast.c     int segcount = count;
count             726 ompi/mca/coll/base/coll_base_bcast.c         return ompi_coll_base_bcast_intra_binomial(buf, count, datatype, root, comm, module,
count             740 ompi/mca/coll/base/coll_base_bcast.c     return ompi_coll_base_bcast_intra_generic(buf, count, datatype, root, comm, module,
count             769 ompi/mca/coll/base/coll_base_bcast.c     void *buf, int count, struct ompi_datatype_t *datatype, int root,
count             788 ompi/mca/coll/base/coll_base_bcast.c     if (count < comm_size) {
count             792 ompi/mca/coll/base/coll_base_bcast.c                      rank, comm_size, count));
count             793 ompi/mca/coll/base/coll_base_bcast.c         return ompi_coll_base_bcast_intra_basic_linear(buf, count, datatype,
count             799 ompi/mca/coll/base/coll_base_bcast.c     int scatter_count = (count + comm_size - 1) / comm_size; /* ceil(count / comm_size) */
count             800 ompi/mca/coll/base/coll_base_bcast.c     int curr_count = (rank == root) ? count : 0;
count             808 ompi/mca/coll/base/coll_base_bcast.c             recv_count = count - vrank * scatter_count;
count             847 ompi/mca/coll/base/coll_base_bcast.c     int rem_count = count - vrank * scatter_count;
count             863 ompi/mca/coll/base/coll_base_bcast.c             recv_count = count - vremote_tree_root * scatter_count;
count             906 ompi/mca/coll/base/coll_base_bcast.c                                             count - offset, datatype, remote,
count             946 ompi/mca/coll/base/coll_base_bcast.c     void *buf, int count, struct ompi_datatype_t *datatype, int root,
count             965 ompi/mca/coll/base/coll_base_bcast.c     if (count < comm_size) {
count             969 ompi/mca/coll/base/coll_base_bcast.c                      rank, comm_size, count));
count             970 ompi/mca/coll/base/coll_base_bcast.c         return ompi_coll_base_bcast_intra_basic_linear(buf, count, datatype,
count             976 ompi/mca/coll/base/coll_base_bcast.c     int scatter_count = (count + comm_size - 1) / comm_size; /* ceil(count / comm_size) */
count             977 ompi/mca/coll/base/coll_base_bcast.c     int curr_count = (rank == root) ? count : 0;
count             985 ompi/mca/coll/base/coll_base_bcast.c             recv_count = count - vrank * scatter_count;
count            1027 ompi/mca/coll/base/coll_base_bcast.c         recv_count = (scatter_count < count - recv_block * scatter_count) ?
count            1028 ompi/mca/coll/base/coll_base_bcast.c                       scatter_count : count - recv_block * scatter_count;
count            1033 ompi/mca/coll/base/coll_base_bcast.c         send_count = (scatter_count < count - send_block * scatter_count) ?
count            1034 ompi/mca/coll/base/coll_base_bcast.c                       scatter_count : count - send_block * scatter_count;
count              35 ompi/mca/coll/base/coll_base_exscan.c ompi_coll_base_exscan_intra_linear(const void *sbuf, void *rbuf, int count,
count              58 ompi/mca/coll/base/coll_base_exscan.c         return MCA_PML_CALL(send(sbuf, count, dtype, rank + 1,
count              66 ompi/mca/coll/base/coll_base_exscan.c         return MCA_PML_CALL(recv(rbuf, count, dtype, rank - 1,
count              76 ompi/mca/coll/base/coll_base_exscan.c     dsize = opal_datatype_span(&dtype->super, count, &gap);
count              83 ompi/mca/coll/base/coll_base_exscan.c     err = ompi_datatype_copy_content_same_ddt(dtype, count,
count              87 ompi/mca/coll/base/coll_base_exscan.c     err = MCA_PML_CALL(recv(rbuf, count, dtype, rank - 1,
count              95 ompi/mca/coll/base/coll_base_exscan.c     ompi_op_reduce(op, rbuf, reduce_buffer, count, dtype);
count              98 ompi/mca/coll/base/coll_base_exscan.c     err = MCA_PML_CALL(send(reduce_buffer, count, dtype, rank + 1,
count             143 ompi/mca/coll/base/coll_base_exscan.c     const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype,
count             154 ompi/mca/coll/base/coll_base_exscan.c     if (count == 0)
count             160 ompi/mca/coll/base/coll_base_exscan.c     dsize = opal_datatype_span(&datatype->super, count, &gap);
count             170 ompi/mca/coll/base/coll_base_exscan.c         err = ompi_datatype_copy_content_same_ddt(datatype, count, psend, (char *)sendbuf);
count             173 ompi/mca/coll/base/coll_base_exscan.c         err = ompi_datatype_copy_content_same_ddt(datatype, count, psend, recvbuf);
count             182 ompi/mca/coll/base/coll_base_exscan.c             err = ompi_coll_base_sendrecv(psend, count, datatype, remote,
count             184 ompi/mca/coll/base/coll_base_exscan.c                                           precv, count, datatype, remote,
count             192 ompi/mca/coll/base/coll_base_exscan.c                     err = ompi_datatype_copy_content_same_ddt(datatype, count,
count             198 ompi/mca/coll/base/coll_base_exscan.c                     ompi_op_reduce(op, precv, recvbuf, count, datatype);
count             201 ompi/mca/coll/base/coll_base_exscan.c                 ompi_op_reduce(op, precv, psend, count, datatype);
count             205 ompi/mca/coll/base/coll_base_exscan.c                     ompi_op_reduce(op, precv, psend, count, datatype);
count             208 ompi/mca/coll/base/coll_base_exscan.c                     ompi_op_reduce(op, psend, precv, count, datatype);
count              72 ompi/mca/coll/base/coll_base_functions.h #define ALLREDUCE_BASE_ARGS           const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype, struct ompi_op_t *op, struct ompi_communicator_t *comm
count              77 ompi/mca/coll/base/coll_base_functions.h #define BCAST_BASE_ARGS               void *buffer, int count, struct ompi_datatype_t *datatype, int root, struct ompi_communicator_t *comm
count              78 ompi/mca/coll/base/coll_base_functions.h #define EXSCAN_BASE_ARGS              const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype, struct ompi_op_t *op, struct ompi_communicator_t *comm
count              81 ompi/mca/coll/base/coll_base_functions.h #define REDUCE_BASE_ARGS              const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype, struct ompi_op_t *op, int root, struct ompi_communicator_t *comm
count              84 ompi/mca/coll/base/coll_base_functions.h #define SCAN_BASE_ARGS                const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype, struct ompi_op_t *op, struct ompi_communicator_t *comm
count             164 ompi/mca/coll/base/coll_base_functions.h #define ALLREDUCE_BASE_ARG_NAMES           sendbuf, recvbuf, count, datatype, op, comm
count             169 ompi/mca/coll/base/coll_base_functions.h #define BCAST_BASE_ARG_NAMES               buffer, count, datatype, root, comm
count             170 ompi/mca/coll/base/coll_base_functions.h #define EXSCAN_BASE_ARG_NAMES              sendbuf, recvbuf, count, datatype, op, comm
count             173 ompi/mca/coll/base/coll_base_functions.h #define REDUCE_BASE_ARG_NAMES              sendbuf, recvbuf, count, datatype, op, root, comm
count             176 ompi/mca/coll/base/coll_base_functions.h #define SCAN_BASE_ARG_NAMES                sendbuf, recvbuf, count, datatype, op, comm
count             298 ompi/mca/coll/base/coll_base_functions.h int mca_coll_base_reduce_local(const void *inbuf, void *inoutbuf, int count,
count             504 ompi/mca/coll/base/coll_base_functions.h static inline void ompi_coll_base_free_reqs(ompi_request_t **reqs, int count)
count             510 ompi/mca/coll/base/coll_base_functions.h     for (int i = 0; i < count; ++i) {
count              42 ompi/mca/coll/base/coll_base_reduce.c int mca_coll_base_reduce_local(const void *inbuf, void *inoutbuf, int count,
count              47 ompi/mca/coll/base/coll_base_reduce.c     ompi_op_reduce(op, (void *)inbuf, inoutbuf, count, dtype);
count             379 ompi/mca/coll/base/coll_base_reduce.c int ompi_coll_base_reduce_intra_chain( const void *sendbuf, void *recvbuf, int count,
count             387 ompi/mca/coll/base/coll_base_reduce.c     int segcount = count;
count             402 ompi/mca/coll/base/coll_base_reduce.c     return ompi_coll_base_reduce_generic( sendbuf, recvbuf, count, datatype,
count             410 ompi/mca/coll/base/coll_base_reduce.c                                            int count, ompi_datatype_t* datatype,
count             417 ompi/mca/coll/base/coll_base_reduce.c     int segcount = count;
count             434 ompi/mca/coll/base/coll_base_reduce.c     return ompi_coll_base_reduce_generic( sendbuf, recvbuf, count, datatype,
count             441 ompi/mca/coll/base/coll_base_reduce.c                                          int count, ompi_datatype_t* datatype,
count             448 ompi/mca/coll/base/coll_base_reduce.c     int segcount = count;
count             465 ompi/mca/coll/base/coll_base_reduce.c     return ompi_coll_base_reduce_generic( sendbuf, recvbuf, count, datatype,
count             472 ompi/mca/coll/base/coll_base_reduce.c                                            int count, ompi_datatype_t* datatype,
count             479 ompi/mca/coll/base/coll_base_reduce.c     int segcount = count;
count             496 ompi/mca/coll/base/coll_base_reduce.c     return ompi_coll_base_reduce_generic( sendbuf, recvbuf, count, datatype,
count             510 ompi/mca/coll/base/coll_base_reduce.c                                                   int count,
count             518 ompi/mca/coll/base/coll_base_reduce.c     int ret, rank, size, io_root, segcount = count;
count             554 ompi/mca/coll/base/coll_base_reduce.c         dsize = opal_datatype_span(&datatype->super, count, &gap);
count             562 ompi/mca/coll/base/coll_base_reduce.c             ompi_datatype_copy_content_same_ddt(datatype, count,
count             577 ompi/mca/coll/base/coll_base_reduce.c     ret = ompi_coll_base_reduce_generic( use_this_sendbuf, use_this_recvbuf, count, datatype,
count             587 ompi/mca/coll/base/coll_base_reduce.c             ret = MCA_PML_CALL(recv(recvbuf, count, datatype, io_root,
count             594 ompi/mca/coll/base/coll_base_reduce.c             ret = MCA_PML_CALL(send(use_this_recvbuf, count, datatype, root,
count             627 ompi/mca/coll/base/coll_base_reduce.c ompi_coll_base_reduce_intra_basic_linear(const void *sbuf, void *rbuf, int count,
count             649 ompi/mca/coll/base/coll_base_reduce.c         err = MCA_PML_CALL(send(sbuf, count, dtype, root,
count             655 ompi/mca/coll/base/coll_base_reduce.c     dsize = opal_datatype_span(&dtype->super, count, &gap);
count             681 ompi/mca/coll/base/coll_base_reduce.c         err = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf);
count             683 ompi/mca/coll/base/coll_base_reduce.c         err = MCA_PML_CALL(recv(rbuf, count, dtype, size - 1,
count             700 ompi/mca/coll/base/coll_base_reduce.c             err = MCA_PML_CALL(recv(pml_buffer, count, dtype, i,
count             715 ompi/mca/coll/base/coll_base_reduce.c         ompi_op_reduce(op, inbuf, rbuf, count, dtype);
count             719 ompi/mca/coll/base/coll_base_reduce.c         err = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)sbuf, rbuf);
count             792 ompi/mca/coll/base/coll_base_reduce.c     const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype,
count             808 ompi/mca/coll/base/coll_base_reduce.c     if (nprocs_pof2 < 2 || count < nprocs_pof2 || !ompi_op_is_commute(op)) {
count             811 ompi/mca/coll/base/coll_base_reduce.c                      "switching to basic linear reduce", rank, comm_size, count));
count             812 ompi/mca/coll/base/coll_base_reduce.c         return ompi_coll_base_reduce_intra_basic_linear(sbuf, rbuf, count, dtype,
count             820 ompi/mca/coll/base/coll_base_reduce.c     dsize = opal_datatype_span(&dtype->super, count, &gap);
count             841 ompi/mca/coll/base/coll_base_reduce.c         err = ompi_datatype_copy_content_same_ddt(dtype, count, rbuf,
count             868 ompi/mca/coll/base/coll_base_reduce.c         int count_lhalf = count / 2;
count             869 ompi/mca/coll/base/coll_base_reduce.c         int count_rhalf = count - count_lhalf;
count             953 ompi/mca/coll/base/coll_base_reduce.c         wsize = count;
count            1032 ompi/mca/coll/base/coll_base_reduce.c                 step = 0, wsize = count;
count             140 ompi/mca/coll/base/coll_base_reduce_scatter.c     int i, rank, size, count, err = OMPI_SUCCESS;
count             160 ompi/mca/coll/base/coll_base_reduce_scatter.c     count = disps[size - 1] + rcounts[size - 1];
count             163 ompi/mca/coll/base/coll_base_reduce_scatter.c     if (0 == count) {
count             170 ompi/mca/coll/base/coll_base_reduce_scatter.c     buf_size = opal_datatype_span(&dtype->super, count, &gap);
count             190 ompi/mca/coll/base/coll_base_reduce_scatter.c     err = ompi_datatype_sndrcv(sbuf, count, dtype, result_buf, count, dtype);
count             205 ompi/mca/coll/base/coll_base_reduce_scatter.c             err = MCA_PML_CALL(send(result_buf, count, dtype, rank + 1,
count             214 ompi/mca/coll/base/coll_base_reduce_scatter.c             err = MCA_PML_CALL(recv(recv_buf, count, dtype, rank - 1,
count             219 ompi/mca/coll/base/coll_base_reduce_scatter.c             ompi_op_reduce(op, recv_buf, result_buf, count, dtype);
count              61 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     int rank, size, count, err = OMPI_SUCCESS;
count              70 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     count = rcount * size;
count              71 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     if (0 == count) {
count              76 ompi/mca/coll/base/coll_base_reduce_scatter_block.c     span = opal_datatype_span(&dtype->super, count, &gap);
count              96 ompi/mca/coll/base/coll_base_reduce_scatter_block.c         comm->c_coll->coll_reduce(sbuf, recv_buf, count, dtype, op, 0,
count              35 ompi/mca/coll/base/coll_base_scan.c ompi_coll_base_scan_intra_linear(const void *sbuf, void *rbuf, int count,
count              55 ompi/mca/coll/base/coll_base_scan.c             err = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf);
count              69 ompi/mca/coll/base/coll_base_scan.c         dsize = opal_datatype_span(&dtype->super, count, &gap);
count              79 ompi/mca/coll/base/coll_base_scan.c             err = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf);
count              90 ompi/mca/coll/base/coll_base_scan.c         err = MCA_PML_CALL(recv(pml_buffer, count, dtype,
count             102 ompi/mca/coll/base/coll_base_scan.c         ompi_op_reduce(op, pml_buffer, rbuf, count, dtype);
count             114 ompi/mca/coll/base/coll_base_scan.c         return MCA_PML_CALL(send(rbuf, count, dtype, rank + 1,
count             158 ompi/mca/coll/base/coll_base_scan.c     const void *sendbuf, void *recvbuf, int count, struct ompi_datatype_t *datatype,
count             170 ompi/mca/coll/base/coll_base_scan.c     if (count == 0)
count             174 ompi/mca/coll/base/coll_base_scan.c         err = ompi_datatype_copy_content_same_ddt(datatype, count, recvbuf, (char *)sendbuf);
count             181 ompi/mca/coll/base/coll_base_scan.c     dsize = opal_datatype_span(&datatype->super, count, &gap);
count             190 ompi/mca/coll/base/coll_base_scan.c     err = ompi_datatype_copy_content_same_ddt(datatype, count, psend, recvbuf);
count             197 ompi/mca/coll/base/coll_base_scan.c             err = ompi_coll_base_sendrecv(psend, count, datatype, remote,
count             199 ompi/mca/coll/base/coll_base_scan.c                                           precv, count, datatype, remote,
count             206 ompi/mca/coll/base/coll_base_scan.c                 ompi_op_reduce(op, precv, recvbuf, count, datatype);
count             208 ompi/mca/coll/base/coll_base_scan.c                 ompi_op_reduce(op, precv, psend, count, datatype);
count             212 ompi/mca/coll/base/coll_base_scan.c                     ompi_op_reduce(op, precv, psend, count, datatype);
count             215 ompi/mca/coll/base/coll_base_scan.c                     ompi_op_reduce(op, psend, precv, count, datatype);
count              73 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_allreduce_intra(const void *sbuf, void *rbuf, int count,
count              78 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_allreduce_inter(const void *sbuf, void *rbuf, int count,
count             123 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_bcast_lin_inter(void *buff, int count,
count             129 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_bcast_log_intra(void *buff, int count,
count             135 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_bcast_log_inter(void *buff, int count,
count             141 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_exscan_intra(const void *sbuf, void *rbuf, int count,
count             147 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_exscan_inter(const void *sbuf, void *rbuf, int count,
count             177 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_reduce_lin_inter(const void *sbuf, void *rbuf, int count,
count             184 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_reduce_log_intra(const void *sbuf, void *rbuf, int count,
count             190 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_reduce_log_inter(const void *sbuf, void *rbuf, int count,
count             225 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_scan_intra(const void *sbuf, void *rbuf, int count,
count             230 ompi/mca/coll/basic/coll_basic.h     int mca_coll_basic_scan_inter(const void *sbuf, void *rbuf, int count,
count              44 ompi/mca/coll/basic/coll_basic_allreduce.c mca_coll_basic_allreduce_intra(const void *sbuf, void *rbuf, int count,
count              56 ompi/mca/coll/basic/coll_basic_allreduce.c             err = comm->c_coll->coll_reduce(MPI_IN_PLACE, rbuf, count, dtype, op, 0, comm, comm->c_coll->coll_reduce_module);
count              58 ompi/mca/coll/basic/coll_basic_allreduce.c             err = comm->c_coll->coll_reduce(rbuf, NULL, count, dtype, op, 0, comm, comm->c_coll->coll_reduce_module);
count              61 ompi/mca/coll/basic/coll_basic_allreduce.c         err = comm->c_coll->coll_reduce(sbuf, rbuf, count, dtype, op, 0, comm, comm->c_coll->coll_reduce_module);
count              67 ompi/mca/coll/basic/coll_basic_allreduce.c     return comm->c_coll->coll_bcast(rbuf, count, dtype, 0, comm, comm->c_coll->coll_bcast_module);
count              79 ompi/mca/coll/basic/coll_basic_allreduce.c mca_coll_basic_allreduce_inter(const void *sbuf, void *rbuf, int count,
count             107 ompi/mca/coll/basic/coll_basic_allreduce.c         dsize = opal_datatype_span(&dtype->super, count, &gap);
count             118 ompi/mca/coll/basic/coll_basic_allreduce.c         err = ompi_coll_base_sendrecv_actual(sbuf, count, dtype, 0,
count             120 ompi/mca/coll/basic/coll_basic_allreduce.c                                              rbuf, count, dtype, 0,
count             127 ompi/mca/coll/basic/coll_basic_allreduce.c             err = MCA_PML_CALL(recv(pml_buffer, count, dtype, i,
count             133 ompi/mca/coll/basic/coll_basic_allreduce.c             ompi_op_reduce(op, pml_buffer, rbuf, count, dtype);
count             137 ompi/mca/coll/basic/coll_basic_allreduce.c         err = MCA_PML_CALL(send(sbuf, count, dtype, root,
count             151 ompi/mca/coll/basic/coll_basic_allreduce.c         err = ompi_coll_base_sendrecv_actual(rbuf, count, dtype, 0,
count             153 ompi/mca/coll/basic/coll_basic_allreduce.c                                              pml_buffer, count, dtype, 0,
count             165 ompi/mca/coll/basic/coll_basic_allreduce.c                 err = MCA_PML_CALL(isend(pml_buffer, count, dtype, i,
count             178 ompi/mca/coll/basic/coll_basic_allreduce.c         err = MCA_PML_CALL(recv(rbuf, count, dtype, root,
count              44 ompi/mca/coll/basic/coll_basic_bcast.c mca_coll_basic_bcast_log_intra(void *buff, int count,
count              75 ompi/mca/coll/basic/coll_basic_bcast.c         err = MCA_PML_CALL(recv(buff, count, datatype, peer,
count              97 ompi/mca/coll/basic/coll_basic_bcast.c             err = MCA_PML_CALL(isend(buff, count, datatype, peer,
count             139 ompi/mca/coll/basic/coll_basic_bcast.c mca_coll_basic_bcast_lin_inter(void *buff, int count,
count             156 ompi/mca/coll/basic/coll_basic_bcast.c         err = MCA_PML_CALL(recv(buff, count, datatype, root,
count             165 ompi/mca/coll/basic/coll_basic_bcast.c             err = MCA_PML_CALL(isend(buff, count, datatype, i,
count             194 ompi/mca/coll/basic/coll_basic_bcast.c mca_coll_basic_bcast_log_inter(void *buff, int count,
count              45 ompi/mca/coll/basic/coll_basic_exscan.c mca_coll_basic_exscan_intra(const void *sbuf, void *rbuf, int count,
count              51 ompi/mca/coll/basic/coll_basic_exscan.c     return ompi_coll_base_exscan_intra_linear(sbuf, rbuf, count, dtype, op, comm, module);
count              63 ompi/mca/coll/basic/coll_basic_exscan.c mca_coll_basic_exscan_inter(const void *sbuf, void *rbuf, int count,
count              87 ompi/mca/coll/basic/coll_basic_reduce.c mca_coll_basic_reduce_log_intra(const void *sbuf, void *rbuf, int count,
count             109 ompi/mca/coll/basic/coll_basic_reduce.c         return ompi_coll_base_reduce_intra_basic_linear(sbuf, rbuf, count, dtype,
count             123 ompi/mca/coll/basic/coll_basic_reduce.c     dsize = opal_datatype_span(&dtype->super, count, &gap);
count             147 ompi/mca/coll/basic/coll_basic_reduce.c         err = ompi_datatype_copy_content_same_ddt(dtype, count, (char*)sbuf, (char*)rbuf);
count             175 ompi/mca/coll/basic/coll_basic_reduce.c             err = MCA_PML_CALL(send(snd_buffer, count,
count             206 ompi/mca/coll/basic/coll_basic_reduce.c             err = MCA_PML_CALL(recv(rcv_buffer, count, dtype, peer,
count             217 ompi/mca/coll/basic/coll_basic_reduce.c                 ompi_op_reduce(op, rcv_buffer, pml_buffer, count, dtype);
count             225 ompi/mca/coll/basic/coll_basic_reduce.c                     ompi_datatype_copy_content_same_ddt(dtype, count, pml_buffer,
count             227 ompi/mca/coll/basic/coll_basic_reduce.c                     ompi_op_reduce(op, rbuf, pml_buffer, count, dtype);
count             229 ompi/mca/coll/basic/coll_basic_reduce.c                     ompi_op_reduce(op, (void *)sbuf, pml_buffer, count, dtype);
count             244 ompi/mca/coll/basic/coll_basic_reduce.c             ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, snd_buffer);
count             246 ompi/mca/coll/basic/coll_basic_reduce.c             err = MCA_PML_CALL(send(snd_buffer, count,
count             251 ompi/mca/coll/basic/coll_basic_reduce.c         err = MCA_PML_CALL(recv(rcv_buffer, count, dtype, 0,
count             255 ompi/mca/coll/basic/coll_basic_reduce.c             ompi_op_reduce(op, rcv_buffer, rbuf, count, dtype);
count             284 ompi/mca/coll/basic/coll_basic_reduce.c mca_coll_basic_reduce_lin_inter(const void *sbuf, void *rbuf, int count,
count             303 ompi/mca/coll/basic/coll_basic_reduce.c         err = MCA_PML_CALL(send(sbuf, count, dtype, root,
count             308 ompi/mca/coll/basic/coll_basic_reduce.c         dsize = opal_datatype_span(&dtype->super, count, &gap);
count             318 ompi/mca/coll/basic/coll_basic_reduce.c         err = MCA_PML_CALL(recv(rbuf, count, dtype, 0,
count             330 ompi/mca/coll/basic/coll_basic_reduce.c             err = MCA_PML_CALL(recv(pml_buffer, count, dtype, i,
count             341 ompi/mca/coll/basic/coll_basic_reduce.c             ompi_op_reduce(op, pml_buffer, rbuf, count, dtype);
count             362 ompi/mca/coll/basic/coll_basic_reduce.c mca_coll_basic_reduce_log_inter(const void *sbuf, void *rbuf, int count,
count              73 ompi/mca/coll/basic/coll_basic_reduce_scatter.c     int i, rank, size, count, err = OMPI_SUCCESS;
count              90 ompi/mca/coll/basic/coll_basic_reduce_scatter.c     count = disps[size - 1] + rcounts[size - 1];
count              93 ompi/mca/coll/basic/coll_basic_reduce_scatter.c     if (0 == count) {
count             100 ompi/mca/coll/basic/coll_basic_reduce_scatter.c     buf_size = opal_datatype_span(&dtype->super, count, &gap);
count             124 ompi/mca/coll/basic/coll_basic_reduce_scatter.c         err = ompi_datatype_sndrcv(sbuf, count, dtype, result_buf, count, dtype);
count             139 ompi/mca/coll/basic/coll_basic_reduce_scatter.c                 err = MCA_PML_CALL(send(result_buf, count, dtype, rank + 1,
count             148 ompi/mca/coll/basic/coll_basic_reduce_scatter.c                 err = MCA_PML_CALL(recv(recv_buf, count, dtype, rank - 1,
count             154 ompi/mca/coll/basic/coll_basic_reduce_scatter.c                 ompi_op_reduce(op, recv_buf, result_buf, count, dtype);
count             334 ompi/mca/coll/basic/coll_basic_reduce_scatter.c             comm->c_coll->coll_reduce(sbuf, recv_buf, count, dtype, op, 0,
count              43 ompi/mca/coll/basic/coll_basic_scan.c mca_coll_basic_scan_intra(const void *sbuf, void *rbuf, int count,
count              49 ompi/mca/coll/basic/coll_basic_scan.c     return ompi_coll_base_scan_intra_linear(sbuf, rbuf, count, dtype, op, comm, module);
count             209 ompi/mca/coll/coll.h   (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype,
count             226 ompi/mca/coll/coll.h   (void *buff, int count, struct ompi_datatype_t *datatype, int root,
count             229 ompi/mca/coll/coll.h   (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype,
count             240 ompi/mca/coll/coll.h   (const void *sbuf, void* rbuf, int count, struct ompi_datatype_t *dtype,
count             249 ompi/mca/coll/coll.h   (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype,
count             272 ompi/mca/coll/coll.h   (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype,
count             294 ompi/mca/coll/coll.h   (void *buff, int count, struct ompi_datatype_t *datatype, int root,
count             298 ompi/mca/coll/coll.h   (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype,
count             312 ompi/mca/coll/coll.h   (const void *sbuf, void* rbuf, int count, struct ompi_datatype_t *dtype,
count             324 ompi/mca/coll/coll.h   (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype,
count             350 ompi/mca/coll/coll.h   (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype,
count             372 ompi/mca/coll/coll.h   (void *buff, int count, struct ompi_datatype_t *datatype, int root,
count             376 ompi/mca/coll/coll.h   (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype,
count             390 ompi/mca/coll/coll.h   (const void *sbuf, void* rbuf, int count, struct ompi_datatype_t *dtype,
count             402 ompi/mca/coll/coll.h   (const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype,
count             441 ompi/mca/coll/coll.h    (const void *inbuf, void *inoutbuf, int count,
count              42 ompi/mca/coll/cuda/coll_cuda.h mca_coll_cuda_allreduce(const void *sbuf, void *rbuf, int count,
count              48 ompi/mca/coll/cuda/coll_cuda.h int mca_coll_cuda_reduce(const void *sbuf, void *rbuf, int count,
count              55 ompi/mca/coll/cuda/coll_cuda.h int mca_coll_cuda_exscan(const void *sbuf, void *rbuf, int count,
count              61 ompi/mca/coll/cuda/coll_cuda.h int mca_coll_cuda_scan(const void *sbuf, void *rbuf, int count,
count              30 ompi/mca/coll/cuda/coll_cuda_allreduce.c mca_coll_cuda_allreduce(const void *sbuf, void *rbuf, int count,
count              42 ompi/mca/coll/cuda/coll_cuda_allreduce.c     bufsize = opal_datatype_span(&dtype->super, count, &gap);
count              63 ompi/mca/coll/cuda/coll_cuda_allreduce.c     rc = s->c_coll.coll_allreduce(sbuf, rbuf, count, dtype, op, comm, s->c_coll.coll_allreduce_module);
count              22 ompi/mca/coll/cuda/coll_cuda_exscan.c int mca_coll_cuda_exscan(const void *sbuf, void *rbuf, int count,
count              34 ompi/mca/coll/cuda/coll_cuda_exscan.c     bufsize = opal_datatype_span(&dtype->super, count, &gap);
count              56 ompi/mca/coll/cuda/coll_cuda_exscan.c     rc = s->c_coll.coll_exscan(sbuf, rbuf, count, dtype, op, comm,
count              30 ompi/mca/coll/cuda/coll_cuda_reduce.c mca_coll_cuda_reduce(const void *sbuf, void *rbuf, int count,
count              43 ompi/mca/coll/cuda/coll_cuda_reduce.c     bufsize = opal_datatype_span(&dtype->super, count, &gap);
count              66 ompi/mca/coll/cuda/coll_cuda_reduce.c     rc = s->c_coll.coll_reduce((void *) sbuf, rbuf, count,
count              29 ompi/mca/coll/cuda/coll_cuda_scan.c int mca_coll_cuda_scan(const void *sbuf, void *rbuf, int count,
count              41 ompi/mca/coll/cuda/coll_cuda_scan.c     bufsize = opal_datatype_span(&dtype->super, count, &gap);
count              62 ompi/mca/coll/cuda/coll_cuda_scan.c     rc = s->c_coll.coll_scan(sbuf, rbuf, count, dtype, op, comm,
count              76 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_allreduce_intra(void *sbuf, void *rbuf, int count,
count              81 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_allreduce_inter(void *sbuf, void *rbuf, int count,
count             131 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_bcast_intra(void *buff, int count,
count             136 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_bcast_inter(void *buff, int count,
count             142 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_exscan_intra(void *sbuf, void *rbuf, int count,
count             147 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_exscan_inter(void *sbuf, void *rbuf, int count,
count             177 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_reduce_intra(void *sbuf, void* rbuf, int count,
count             183 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_reduce_inter(void *sbuf, void* rbuf, int count,
count             203 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_scan_intra(void *sbuf, void *rbuf, int count,
count             208 ompi/mca/coll/demo/coll_demo.h     int mca_coll_demo_scan_inter(void *sbuf, void *rbuf, int count,
count              36 ompi/mca/coll/demo/coll_demo_allreduce.c int mca_coll_demo_allreduce_intra(void *sbuf, void *rbuf, int count,
count              44 ompi/mca/coll/demo/coll_demo_allreduce.c     return demo_module->underlying.coll_allreduce(sbuf, rbuf, count, dtype,
count              57 ompi/mca/coll/demo/coll_demo_allreduce.c int mca_coll_demo_allreduce_inter(void *sbuf, void *rbuf, int count,
count              65 ompi/mca/coll/demo/coll_demo_allreduce.c     return demo_module->underlying.coll_allreduce(sbuf, rbuf, count, dtype,
count              36 ompi/mca/coll/demo/coll_demo_bcast.c int mca_coll_demo_bcast_intra(void *buff, int count,
count              43 ompi/mca/coll/demo/coll_demo_bcast.c     return demo_module->underlying.coll_bcast(buff, count, datatype,
count              56 ompi/mca/coll/demo/coll_demo_bcast.c int mca_coll_demo_bcast_inter(void *buff, int count,
count              63 ompi/mca/coll/demo/coll_demo_bcast.c     return demo_module->underlying.coll_bcast(buff, count, datatype,
count              36 ompi/mca/coll/demo/coll_demo_exscan.c int mca_coll_demo_exscan_intra(void *sbuf, void *rbuf, int count,
count              44 ompi/mca/coll/demo/coll_demo_exscan.c     return demo_module->underlying.coll_exscan(sbuf, rbuf, count, dtype,
count              36 ompi/mca/coll/demo/coll_demo_reduce.c int mca_coll_demo_reduce_intra(void *sbuf, void *rbuf, int count,
count              44 ompi/mca/coll/demo/coll_demo_reduce.c     return demo_module->underlying.coll_reduce(sbuf, rbuf, count, dtype,
count              57 ompi/mca/coll/demo/coll_demo_reduce.c int mca_coll_demo_reduce_inter(void *sbuf, void *rbuf, int count,
count              65 ompi/mca/coll/demo/coll_demo_reduce.c     return demo_module->underlying.coll_reduce(sbuf, rbuf, count, dtype,
count              36 ompi/mca/coll/demo/coll_demo_scan.c int mca_coll_demo_scan_intra(void *sbuf, void *rbuf, int count,
count              44 ompi/mca/coll/demo/coll_demo_scan.c     return demo_module->underlying.coll_scan(sbuf, rbuf, count,
count             181 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_bcast(void *buff, int count,
count             209 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_allreduce(const void *sbuf, void *rbuf, int count,
count             215 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_reduce(const void *sbuf, void *rbuf, int count,
count             259 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_ibcast(void *buff, int count,
count             282 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_iallreduce(const void *sbuf, void *rbuf, int count,
count             289 ompi/mca/coll/hcoll/coll_hcoll.h int mca_coll_hcoll_ireduce(const void *sbuf, void *rbuf, int count,
count              39 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_bcast(void *buff, int count,
count              55 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_bcast(buff,count,datatype,root,
count              59 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_bcast(buff,count,dtype,root,hcoll_module->hcoll_context);
count              62 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_bcast(buff,count,datatype,root,
count             191 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_allreduce(const void *sbuf, void *rbuf, int count,
count             210 ompi/mca/coll/hcoll/coll_hcoll_ops.c                                              count,dtype,op,
count             223 ompi/mca/coll/hcoll/coll_hcoll_ops.c                                              count,dtype,op,
count             228 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_allreduce((void *)sbuf,rbuf,count,Dtype,Op,hcoll_module->hcoll_context);
count             232 ompi/mca/coll/hcoll/coll_hcoll_ops.c                                              count,dtype,op,
count             238 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_reduce(const void *sbuf, void *rbuf, int count,
count             258 ompi/mca/coll/hcoll/coll_hcoll_ops.c                                              count,dtype,op,
count             272 ompi/mca/coll/hcoll/coll_hcoll_ops.c                                              count,dtype,op,
count             278 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_reduce((void *)sbuf,rbuf,count,Dtype,Op,root,hcoll_module->hcoll_context);
count             282 ompi/mca/coll/hcoll/coll_hcoll_ops.c                                              count,dtype,op,
count             454 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_ibcast(void *buff, int count,
count             472 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_ibcast(buff,count,datatype,root,
count             476 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_ibcast(buff, count, dtype, root, rt_handle, hcoll_module->hcoll_context);
count             479 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_ibcast(buff,count,datatype,root,
count             576 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_iallreduce(const void *sbuf, void *rbuf, int count,
count             598 ompi/mca/coll/hcoll/coll_hcoll_ops.c                                              count,dtype,op,
count             611 ompi/mca/coll/hcoll/coll_hcoll_ops.c                                              count,dtype,op,
count             616 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_iallreduce((void *)sbuf, rbuf, count, Dtype, Op, hcoll_module->hcoll_context, rt_handle);
count             620 ompi/mca/coll/hcoll/coll_hcoll_ops.c                                              count,dtype,op,
count             626 ompi/mca/coll/hcoll/coll_hcoll_ops.c int mca_coll_hcoll_ireduce(const void *sbuf, void *rbuf, int count,
count             647 ompi/mca/coll/hcoll/coll_hcoll_ops.c         rc = hcoll_module->previous_ireduce(sbuf,rbuf,count,dtype,op,
count             662 ompi/mca/coll/hcoll/coll_hcoll_ops.c                                              count,dtype,op,
count             669 ompi/mca/coll/hcoll/coll_hcoll_ops.c     rc = hcoll_collectives.coll_ireduce((void *)sbuf,rbuf,count,Dtype,Op,root,hcoll_module->hcoll_context,rt_handle);
count             673 ompi/mca/coll/hcoll/coll_hcoll_ops.c                                              count,dtype,op,
count              54 ompi/mca/coll/hcoll/coll_hcoll_rte.c                    uint32_t count ,
count              62 ompi/mca/coll/hcoll/coll_hcoll_rte.c                    uint32_t count,
count             176 ompi/mca/coll/hcoll/coll_hcoll_rte.c                    uint32_t count ,
count             200 ompi/mca/coll/hcoll/coll_hcoll_rte.c     size = (size_t)data.rep.in_line_rep.data_handle.in_line.packed_size*count/8;
count             217 ompi/mca/coll/hcoll/coll_hcoll_rte.c                     uint32_t count,
count             240 ompi/mca/coll/hcoll/coll_hcoll_rte.c     size = (size_t)data.rep.in_line_rep.data_handle.in_line.packed_size*count/8;
count              68 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_allreduce_inter(const void *sbuf, void *rbuf, int count,
count              73 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_bcast_inter(void *buff, int count,
count              92 ompi/mca/coll/inter/coll_inter.h int mca_coll_inter_reduce_inter(const void *sbuf, void* rbuf, int count,
count              51 ompi/mca/coll/inter/coll_inter_allgatherv.c     int *count=NULL,*displace=NULL;
count              60 ompi/mca/coll/inter/coll_inter_allgatherv.c 	count = (int *)malloc(sizeof(int) * size_local);
count              62 ompi/mca/coll/inter/coll_inter_allgatherv.c 	if ((NULL == count) || (NULL == displace)) {
count              69 ompi/mca/coll/inter/coll_inter_allgatherv.c 						 count, 1, MPI_INT,
count              78 ompi/mca/coll/inter/coll_inter_allgatherv.c 	    displace[i] = displace[i-1] + count[i-1];
count              82 ompi/mca/coll/inter/coll_inter_allgatherv.c 	    total = total + count[i];
count              96 ompi/mca/coll/inter/coll_inter_allgatherv.c 						  ptmp, count, displace,
count             132 ompi/mca/coll/inter/coll_inter_allgatherv.c     if (NULL != count) {
count             133 ompi/mca/coll/inter/coll_inter_allgatherv.c         free(count);
count              44 ompi/mca/coll/inter/coll_inter_allreduce.c mca_coll_inter_allreduce_inter(const void *sbuf, void *rbuf, int count,
count              57 ompi/mca/coll/inter/coll_inter_allreduce.c     span = opal_datatype_span(&dtype->super, count, &gap);
count              65 ompi/mca/coll/inter/coll_inter_allreduce.c     err = comm->c_local_comm->c_coll->coll_reduce(sbuf, pml_buffer, count,
count              75 ompi/mca/coll/inter/coll_inter_allreduce.c         err = ompi_coll_base_sendrecv_actual(pml_buffer, count, dtype, 0,
count              77 ompi/mca/coll/inter/coll_inter_allreduce.c                                              rbuf, count, dtype, 0,
count              86 ompi/mca/coll/inter/coll_inter_allreduce.c     err = comm->c_local_comm->c_coll->coll_bcast(rbuf, count, dtype,
count              40 ompi/mca/coll/inter/coll_inter_bcast.c mca_coll_inter_bcast_inter(void *buff, int count,
count              56 ompi/mca/coll/inter/coll_inter_bcast.c 	    err = MCA_PML_CALL(recv(buff, count, datatype, root,
count              63 ompi/mca/coll/inter/coll_inter_bcast.c 	err = comm->c_local_comm->c_coll->coll_bcast(buff, count, datatype, 0,
count              68 ompi/mca/coll/inter/coll_inter_bcast.c 	err = MCA_PML_CALL(send(buff, count, datatype, 0,
count              48 ompi/mca/coll/inter/coll_inter_gatherv.c     int *count=NULL, *displace=NULL;
count              71 ompi/mca/coll/inter/coll_inter_gatherv.c         count = (int *)malloc(sizeof(int) * size_local);
count              73 ompi/mca/coll/inter/coll_inter_gatherv.c         if ((NULL == displace) || (NULL == count)) {
count              80 ompi/mca/coll/inter/coll_inter_gatherv.c                                                  count, 1, MPI_INT,
count              89 ompi/mca/coll/inter/coll_inter_gatherv.c             displace[i] = displace[i-1] + count[i-1];
count              93 ompi/mca/coll/inter/coll_inter_gatherv.c             total = total + count[i];
count             107 ompi/mca/coll/inter/coll_inter_gatherv.c                                                   ptmp, count, displace,
count             128 ompi/mca/coll/inter/coll_inter_gatherv.c     if (NULL != count) {
count             129 ompi/mca/coll/inter/coll_inter_gatherv.c         free(count);
count              43 ompi/mca/coll/inter/coll_inter_reduce.c mca_coll_inter_reduce_inter(const void *sbuf, void *rbuf, int count,
count              63 ompi/mca/coll/inter/coll_inter_reduce.c         span = opal_datatype_span(&dtype->super, count, &gap);
count              71 ompi/mca/coll/inter/coll_inter_reduce.c 	err = comm->c_local_comm->c_coll->coll_reduce(sbuf, pml_buffer, count,
count              76 ompi/mca/coll/inter/coll_inter_reduce.c 	    err = MCA_PML_CALL(send(pml_buffer, count, dtype, root,
count              89 ompi/mca/coll/inter/coll_inter_reduce.c 	err = MCA_PML_CALL(recv(rbuf, count, dtype, 0,
count             171 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iallreduce(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count             187 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ibcast(void *buffer, int count, MPI_Datatype datatype, int root,
count             190 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iexscan(const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype,
count             200 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ireduce(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
count             210 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iscan(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count             229 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_iallreduce_inter(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count             245 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ibcast_inter(void *buffer, int count, MPI_Datatype datatype, int root,
count             255 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_ireduce_inter(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
count             300 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_allreduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count             316 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_bcast_init(void *buffer, int count, MPI_Datatype datatype, int root,
count             319 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_exscan_init(const void *sbuf, void *rbuf, int count, struct ompi_datatype_t *dtype,
count             329 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_reduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
count             338 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_scan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count             356 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_allreduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count             372 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_bcast_inter_init(void *buffer, int count, MPI_Datatype datatype, int root,
count             382 ompi/mca/coll/libnbc/coll_libnbc.h int ompi_coll_libnbc_reduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
count             508 ompi/mca/coll/libnbc/coll_libnbc_component.c request_start(size_t count, ompi_request_t ** requests)
count             515 ompi/mca/coll/libnbc/coll_libnbc_component.c     for (i = 0; i < count; i++) {
count              90 ompi/mca/coll/libnbc/libdict/dict.h 	int			 (*_nextn)		__P((void *itor, unsigned count));
count              91 ompi/mca/coll/libnbc/libdict/dict.h 	int			 (*_prevn)		__P((void *itor, unsigned count));
count              30 ompi/mca/coll/libnbc/libdict/dict_private.h typedef int			 (*nextn_func)		__P((void *, unsigned count));
count              31 ompi/mca/coll/libnbc/libdict/dict_private.h typedef int			 (*prevn_func)		__P((void *, unsigned count));
count              32 ompi/mca/coll/libnbc/libdict/hb_tree.c 	unsigned		 count;
count              64 ompi/mca/coll/libnbc/libdict/hb_tree.c 	tree->count = 0;
count             147 ompi/mca/coll/libnbc/libdict/hb_tree.c 	tree->count = 0;
count             206 ompi/mca/coll/libnbc/libdict/hb_tree.c 		ASSERT(tree->count == 0);
count             207 ompi/mca/coll/libnbc/libdict/hb_tree.c 		tree->count = 1;
count             235 ompi/mca/coll/libnbc/libdict/hb_tree.c 	tree->count++;
count             266 ompi/mca/coll/libnbc/libdict/hb_tree.c 		ASSERT(tree->count == 0);
count             267 ompi/mca/coll/libnbc/libdict/hb_tree.c 		tree->count = 1;
count             295 ompi/mca/coll/libnbc/libdict/hb_tree.c 	tree->count++;
count             343 ompi/mca/coll/libnbc/libdict/hb_tree.c 		tree->count--;
count             401 ompi/mca/coll/libnbc/libdict/hb_tree.c 	tree->count--;
count             454 ompi/mca/coll/libnbc/libdict/hb_tree.c 	return tree->count;
count             784 ompi/mca/coll/libnbc/libdict/hb_tree.c hb_itor_nextn(hb_itor *itor, unsigned count)
count             788 ompi/mca/coll/libnbc/libdict/hb_tree.c 	if (count) {
count             791 ompi/mca/coll/libnbc/libdict/hb_tree.c 			count--;
count             794 ompi/mca/coll/libnbc/libdict/hb_tree.c 		while (count-- && itor->node)
count             802 ompi/mca/coll/libnbc/libdict/hb_tree.c hb_itor_prevn(hb_itor *itor, unsigned count)
count             806 ompi/mca/coll/libnbc/libdict/hb_tree.c 	if (count) {
count             809 ompi/mca/coll/libnbc/libdict/hb_tree.c 			count--;
count             812 ompi/mca/coll/libnbc/libdict/hb_tree.c 		while (count-- && itor->node)
count              50 ompi/mca/coll/libnbc/libdict/hb_tree.h int hb_itor_nextn __P((hb_itor *itor, unsigned count));
count              51 ompi/mca/coll/libnbc/libdict/hb_tree.h int hb_itor_prevn __P((hb_itor *itor, unsigned count));
count             120 ompi/mca/coll/libnbc/nbc.c static int NBC_Sched_send_internal (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, bool local, NBC_Schedule *schedule, bool barrier) {
count             128 ompi/mca/coll/libnbc/nbc.c   send_args.count = count;
count             144 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier) {
count             145 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_send_internal (buf, tmpbuf, count, datatype, dest, false, schedule, barrier);
count             148 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_local_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier) {
count             149 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_send_internal (buf, tmpbuf, count, datatype, dest, true, schedule, barrier);
count             153 ompi/mca/coll/libnbc/nbc.c static int NBC_Sched_recv_internal (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, bool local, NBC_Schedule *schedule, bool barrier) {
count             161 ompi/mca/coll/libnbc/nbc.c   recv_args.count = count;
count             177 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier) {
count             178 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_recv_internal(buf, tmpbuf, count, datatype, source, false, schedule, barrier);
count             181 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_local_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier) {
count             182 ompi/mca/coll/libnbc/nbc.c   return NBC_Sched_recv_internal(buf, tmpbuf, count, datatype, source, true, schedule, barrier);
count             186 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_op (const void* buf1, char tmpbuf1, void* buf2, char tmpbuf2, int count, MPI_Datatype datatype,
count             197 ompi/mca/coll/libnbc/nbc.c   op_args.count = count;
count             241 ompi/mca/coll/libnbc/nbc.c int NBC_Sched_unpack (void *inbuf, char tmpinbuf, int count, MPI_Datatype datatype, void *outbuf, char tmpoutbuf,
count             250 ompi/mca/coll/libnbc/nbc.c   unpack_args.count = count;
count             442 ompi/mca/coll/libnbc/nbc.c                   sendargs.count, sendargs.datatype, sendargs.dest, handle->tag);
count             461 ompi/mca/coll/libnbc/nbc.c         res = MCA_PML_CALL(isend(buf1, sendargs.count, sendargs.datatype, sendargs.dest, handle->tag,
count             465 ompi/mca/coll/libnbc/nbc.c           NBC_Error ("Error in MPI_Isend(%lu, %i, %p, %i, %i, %lu) (%i)", (unsigned long)buf1, sendargs.count,
count             476 ompi/mca/coll/libnbc/nbc.c         NBC_DEBUG(5, "*buf: %p, count: %i, type: %p, source: %i, tag: %i)\n", recvargs.buf, recvargs.count,
count             496 ompi/mca/coll/libnbc/nbc.c         res = MCA_PML_CALL(irecv(buf1, recvargs.count, recvargs.datatype, recvargs.source, handle->tag, recvargs.local?handle->comm->c_local_comm:handle->comm,
count             499 ompi/mca/coll/libnbc/nbc.c           NBC_Error("Error in MPI_Irecv(%lu, %i, %p, %i, %i, %lu) (%i)", (unsigned long)buf1, recvargs.count,
count             511 ompi/mca/coll/libnbc/nbc.c                   opargs.count, opargs.datatype);
count             523 ompi/mca/coll/libnbc/nbc.c         ompi_op_reduce(opargs.op, buf1, buf2, opargs.count, opargs.datatype);
count             552 ompi/mca/coll/libnbc/nbc.c                   unpackargs.count, unpackargs.datatype, (unsigned long) unpackargs.outbuf);
count             564 ompi/mca/coll/libnbc/nbc.c         res = NBC_Unpack (buf1, unpackargs.count, unpackargs.datatype, buf2, handle->comm);
count              29 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_diss(int rank, int p, int count, MPI_Datatype datatype, ptrdiff_t gap, const void *sendbuf,
count              31 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_ring(int rank, int p, int count, MPI_Datatype datatype, const void *sendbuf,
count              34 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_linear(int rank, int p, const void *sendbuf, void *recvbuf, int count,
count              38 ompi/mca/coll/libnbc/nbc_iallreduce.c     int rank, int comm_size, int count, MPI_Datatype datatype, ptrdiff_t gap,
count              47 ompi/mca/coll/libnbc/nbc_iallreduce.c       (a->count == b->count) &&
count              61 ompi/mca/coll/libnbc/nbc_iallreduce.c static int nbc_allreduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count              98 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Copy(sendbuf, count, datatype, recvbuf, count, datatype, comm);
count             106 ompi/mca/coll/libnbc/nbc_iallreduce.c   span = opal_datatype_span(&datatype->super, count, &gap);
count             115 ompi/mca/coll/libnbc/nbc_iallreduce.c     if(p < 4 || size*count < 65536 || !ompi_op_is_commute(op) || inplace) {
count             117 ompi/mca/coll/libnbc/nbc_iallreduce.c     } else if (count >= nprocs_pof2 && ompi_op_is_commute(op)) {
count             127 ompi/mca/coll/libnbc/nbc_iallreduce.c     else if (libnbc_iallreduce_algorithm == 3 && count >= nprocs_pof2 && ompi_op_is_commute(op)) {
count             136 ompi/mca/coll/libnbc/nbc_iallreduce.c   search.count = count;
count             149 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_copy((void *)sendbuf, false, count, datatype,
count             150 ompi/mca/coll/libnbc/nbc_iallreduce.c                            recvbuf, false, count, datatype, schedule, false);
count             154 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = allred_sched_diss(rank, p, count, datatype, gap, sendbuf, recvbuf, op, inplace, schedule, tmpbuf);
count             157 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = allred_sched_redscat_allgather(rank, p, count, datatype, gap, sendbuf, recvbuf, op, inplace, schedule, tmpbuf, comm);
count             160 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = allred_sched_ring(rank, p, count, datatype, sendbuf, recvbuf, op, size, ext, schedule, tmpbuf);
count             184 ompi/mca/coll/libnbc/nbc_iallreduce.c       args->count = count;
count             219 ompi/mca/coll/libnbc/nbc_iallreduce.c int ompi_coll_libnbc_iallreduce(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count             222 ompi/mca/coll/libnbc/nbc_iallreduce.c     int res = nbc_allreduce_init(sendbuf, recvbuf, count, datatype, op,
count             238 ompi/mca/coll/libnbc/nbc_iallreduce.c static int nbc_allreduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count             265 ompi/mca/coll/libnbc/nbc_iallreduce.c   span = opal_datatype_span(&datatype->super, count, &gap);
count             277 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = allred_sched_linear (rank, rsize, sendbuf, recvbuf, count, datatype, gap, op,
count             302 ompi/mca/coll/libnbc/nbc_iallreduce.c int ompi_coll_libnbc_iallreduce_inter(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count             305 ompi/mca/coll/libnbc/nbc_iallreduce.c     int res = nbc_allreduce_inter_init(sendbuf, recvbuf, count, datatype, op,
count             356 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_diss(int rank, int p, int count, MPI_Datatype datatype, ptrdiff_t gap, const void *sendbuf, void *recvbuf,
count             377 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_copy(rbuf, false, count, datatype,
count             378 ompi/mca/coll/libnbc/nbc_iallreduce.c                              ((char *)tmpbuf) - gap, false, count, datatype,
count             393 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_recv (rbuf, tmprbuf, count, datatype, peer, schedule, true);
count             401 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = NBC_Sched_op (sendbuf, false, rbuf, tmprbuf, count, datatype, op, schedule, true);
count             405 ompi/mca/coll/libnbc/nbc_iallreduce.c           res = NBC_Sched_op (lbuf, tmplbuf, rbuf, tmprbuf, count, datatype, op, schedule, true);
count             420 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_send (sendbuf, false, count, datatype, peer, schedule, false);
count             423 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_send (lbuf, tmplbuf, count, datatype, peer, schedule, false);
count             444 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_recv (recvbuf, false, count, datatype, peer, schedule, false);
count             462 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_send (recvbuf, false, count, datatype, peer, schedule, false);
count             473 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_ring (int r, int p, int count, MPI_Datatype datatype, const void *sendbuf, void *recvbuf, MPI_Op op,
count             479 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (count == 0) {
count             491 ompi/mca/coll/libnbc/nbc_iallreduce.c   segsize = (count + p - 1) / p; /* size of the segments */
count             494 ompi/mca/coll/libnbc/nbc_iallreduce.c   for (int i = 0, mycount = count ; i < p ; ++i) {
count             673 ompi/mca/coll/libnbc/nbc_iallreduce.c static inline int allred_sched_linear(int rank, int rsize, const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
count             677 ompi/mca/coll/libnbc/nbc_iallreduce.c   if (0 == count) {
count             682 ompi/mca/coll/libnbc/nbc_iallreduce.c   res = NBC_Sched_send (sendbuf, false, count, datatype, 0, schedule, false);
count             689 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv (recvbuf, false, count, datatype, 0, schedule, false);
count             691 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv ((void *)(-gap), true, count, datatype, 0, schedule, false);
count             721 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_recv (rbuf, tmprbuf, count, datatype, rpeer, schedule, true);
count             726 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_op (lbuf, tmplbuf, rbuf, tmprbuf, count, datatype, op, schedule, true);
count             736 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_recv ((void *)(-gap), true, count, datatype, 0, schedule, false);
count             742 ompi/mca/coll/libnbc/nbc_iallreduce.c     res = NBC_Sched_send (recvbuf, false, count, datatype, 0, schedule, true);
count             749 ompi/mca/coll/libnbc/nbc_iallreduce.c       res = NBC_Sched_send ((void *)(-gap), true, count, datatype, rpeer, schedule, false);
count             814 ompi/mca/coll/libnbc/nbc_iallreduce.c     int rank, int comm_size, int count, MPI_Datatype datatype, ptrdiff_t gap,
count             824 ompi/mca/coll/libnbc/nbc_iallreduce.c         res = NBC_Sched_copy((char *)sbuf, false, count, datatype,
count             825 ompi/mca/coll/libnbc/nbc_iallreduce.c                              rbuf, false, count, datatype, schedule, true);
count             850 ompi/mca/coll/libnbc/nbc_iallreduce.c         int count_lhalf = count / 2;
count             851 ompi/mca/coll/libnbc/nbc_iallreduce.c         int count_rhalf = count - count_lhalf;
count             920 ompi/mca/coll/libnbc/nbc_iallreduce.c         wsize = count;
count            1004 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_recv(rbuf, false, count, datatype, rank - 1, schedule, false);
count            1008 ompi/mca/coll/libnbc/nbc_iallreduce.c             res = NBC_Sched_send(rbuf, false, count, datatype, rank + 1, schedule, false);
count            1024 ompi/mca/coll/libnbc/nbc_iallreduce.c int ompi_coll_libnbc_allreduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count            1027 ompi/mca/coll/libnbc/nbc_iallreduce.c     int res = nbc_allreduce_init(sendbuf, recvbuf, count, datatype, op,
count            1036 ompi/mca/coll/libnbc/nbc_iallreduce.c int ompi_coll_libnbc_allreduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count            1039 ompi/mca/coll/libnbc/nbc_iallreduce.c     int res = nbc_allreduce_inter_init(sendbuf, recvbuf, count, datatype, op,
count              33 ompi/mca/coll/libnbc/nbc_ialltoall.c static inline int a2a_sched_inplace(int rank, int p, NBC_Schedule* schedule, void* buf, int count,
count             537 ompi/mca/coll/libnbc/nbc_ialltoall.c static inline int a2a_sched_inplace(int rank, int p, NBC_Schedule* schedule, void* buf, int count,
count             544 ompi/mca/coll/libnbc/nbc_ialltoall.c     char *sbuf = (char *) buf + (intptr_t)speer * (intptr_t)count * ext;
count             545 ompi/mca/coll/libnbc/nbc_ialltoall.c     char *rbuf = (char *) buf + (intptr_t)rpeer * (intptr_t)count * ext;
count             547 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_copy (rbuf, false, count, type,
count             548 ompi/mca/coll/libnbc/nbc_ialltoall.c                           (void *)(-gap), true, count, type,
count             553 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send (sbuf, false , count, type, speer, schedule, false);
count             557 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (rbuf, false , count, type, rpeer, schedule, true);
count             562 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send ((void *)(-gap), true, count, type, rpeer, schedule, false);
count             566 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (sbuf, false, count, type, speer, schedule, true);
count             574 ompi/mca/coll/libnbc/nbc_ialltoall.c     char *tbuf = (char *) buf + (intptr_t)peer * (intptr_t)count * ext;
count             575 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_copy (tbuf, false, count, type,
count             576 ompi/mca/coll/libnbc/nbc_ialltoall.c                           (void *)(-gap), true, count, type,
count             581 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_send ((void *)(-gap), true , count, type, peer, schedule, false);
count             585 ompi/mca/coll/libnbc/nbc_ialltoall.c     res = NBC_Sched_recv (tbuf, false , count, type, peer, schedule, true);
count              70 ompi/mca/coll/libnbc/nbc_ialltoallv.c     int count = 0;
count              72 ompi/mca/coll/libnbc/nbc_ialltoallv.c       if (recvcounts[i] > count) {
count              73 ompi/mca/coll/libnbc/nbc_ialltoallv.c         count = recvcounts[i];
count              76 ompi/mca/coll/libnbc/nbc_ialltoallv.c     span = opal_datatype_span(&recvtype->super, count, &gap);
count              23 ompi/mca/coll/libnbc/nbc_ibcast.c static inline int bcast_sched_binomial(int rank, int p, int root, NBC_Schedule *schedule, void *buffer, int count,
count              25 ompi/mca/coll/libnbc/nbc_ibcast.c static inline int bcast_sched_linear(int rank, int p, int root, NBC_Schedule *schedule, void *buffer, int count,
count              27 ompi/mca/coll/libnbc/nbc_ibcast.c static inline int bcast_sched_chain(int rank, int p, int root, NBC_Schedule *schedule, void *buffer, int count,
count              30 ompi/mca/coll/libnbc/nbc_ibcast.c                                       int count, MPI_Datatype datatype, int knomial_radix);
count              36 ompi/mca/coll/libnbc/nbc_ibcast.c       (a->count == b->count) &&
count              50 ompi/mca/coll/libnbc/nbc_ibcast.c static int nbc_bcast_init(void *buffer, int count, MPI_Datatype datatype, int root,
count              90 ompi/mca/coll/libnbc/nbc_ibcast.c       } else if (size * count < 65536) {
count              92 ompi/mca/coll/libnbc/nbc_ibcast.c       } else if (size * count < 524288) {
count             118 ompi/mca/coll/libnbc/nbc_ibcast.c   search.count = count;
count             131 ompi/mca/coll/libnbc/nbc_ibcast.c         res = bcast_sched_linear(rank, p, root, schedule, buffer, count, datatype);
count             134 ompi/mca/coll/libnbc/nbc_ibcast.c         res = bcast_sched_binomial(rank, p, root, schedule, buffer, count, datatype);
count             137 ompi/mca/coll/libnbc/nbc_ibcast.c         res = bcast_sched_chain(rank, p, root, schedule, buffer, count, datatype, segsize, size);
count             140 ompi/mca/coll/libnbc/nbc_ibcast.c         res = bcast_sched_knomial(rank, p, root, schedule, buffer, count, datatype, libnbc_ibcast_knomial_radix);
count             160 ompi/mca/coll/libnbc/nbc_ibcast.c       args->count = count;
count             194 ompi/mca/coll/libnbc/nbc_ibcast.c int ompi_coll_libnbc_ibcast(void *buffer, int count, MPI_Datatype datatype, int root,
count             198 ompi/mca/coll/libnbc/nbc_ibcast.c     int res = nbc_bcast_init(buffer, count, datatype, root,
count             238 ompi/mca/coll/libnbc/nbc_ibcast.c static inline int bcast_sched_binomial(int rank, int p, int root, NBC_Schedule *schedule, void *buffer, int count, MPI_Datatype datatype) {
count             250 ompi/mca/coll/libnbc/nbc_ibcast.c         res = NBC_Sched_recv (buffer, false, count, datatype, peer, schedule, false);
count             267 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_send (buffer, false, count, datatype, peer, schedule, false);
count             278 ompi/mca/coll/libnbc/nbc_ibcast.c static inline int bcast_sched_linear(int rank, int p, int root, NBC_Schedule *schedule, void *buffer, int count, MPI_Datatype datatype) {
count             286 ompi/mca/coll/libnbc/nbc_ibcast.c         res = NBC_Sched_send (buffer, false, count, datatype, peer, schedule, false);
count             294 ompi/mca/coll/libnbc/nbc_ibcast.c     res = NBC_Sched_recv (buffer, false, count, datatype, root, schedule, false);
count             304 ompi/mca/coll/libnbc/nbc_ibcast.c static inline int bcast_sched_chain(int rank, int p, int root, NBC_Schedule *schedule, void *buffer, int count, MPI_Datatype datatype, int fragsize, size_t size) {
count             318 ompi/mca/coll/libnbc/nbc_ibcast.c   if (count == 0) {
count             322 ompi/mca/coll/libnbc/nbc_ibcast.c   numfrag = count * size/fragsize;
count             323 ompi/mca/coll/libnbc/nbc_ibcast.c   if ((count * size) % fragsize != 0) {
count             327 ompi/mca/coll/libnbc/nbc_ibcast.c   fragcount = count/numfrag;
count             334 ompi/mca/coll/libnbc/nbc_ibcast.c       thiscount = count - fragcount * fragnum;
count             375 ompi/mca/coll/libnbc/nbc_ibcast.c     int count, MPI_Datatype datatype, int knomial_radix)
count             386 ompi/mca/coll/libnbc/nbc_ibcast.c             res = NBC_Sched_recv(buf, false, count, datatype, parent, schedule, true);
count             400 ompi/mca/coll/libnbc/nbc_ibcast.c                 res = NBC_Sched_send(buf, false, count, datatype, child, schedule, false);
count             411 ompi/mca/coll/libnbc/nbc_ibcast.c static int nbc_bcast_inter_init(void *buffer, int count, MPI_Datatype datatype, int root,
count             432 ompi/mca/coll/libnbc/nbc_ibcast.c         res = NBC_Sched_send (buffer, false, count, datatype, peer, schedule, false);
count             440 ompi/mca/coll/libnbc/nbc_ibcast.c       res = NBC_Sched_recv (buffer, false, count, datatype, root, schedule, false);
count             463 ompi/mca/coll/libnbc/nbc_ibcast.c int ompi_coll_libnbc_ibcast_inter(void *buffer, int count, MPI_Datatype datatype, int root,
count             466 ompi/mca/coll/libnbc/nbc_ibcast.c     int res = nbc_bcast_inter_init(buffer, count, datatype, root,
count             482 ompi/mca/coll/libnbc/nbc_ibcast.c int ompi_coll_libnbc_bcast_init(void *buffer, int count, MPI_Datatype datatype, int root,
count             485 ompi/mca/coll/libnbc/nbc_ibcast.c     int res = nbc_bcast_init(buffer, count, datatype, root,
count             494 ompi/mca/coll/libnbc/nbc_ibcast.c int ompi_coll_libnbc_bcast_inter_init(void *buffer, int count, MPI_Datatype datatype, int root,
count             497 ompi/mca/coll/libnbc/nbc_ibcast.c     int res = nbc_bcast_inter_init(buffer, count, datatype, root,
count              27 ompi/mca/coll/libnbc/nbc_iexscan.c     int rank, int comm_size, const void *sendbuf, void *recvbuf, int count,
count              32 ompi/mca/coll/libnbc/nbc_iexscan.c     int count, MPI_Datatype datatype,  MPI_Op op, char inplace,
count              40 ompi/mca/coll/libnbc/nbc_iexscan.c         (a->count == b->count) &&
count              54 ompi/mca/coll/libnbc/nbc_iexscan.c static int nbc_exscan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count              74 ompi/mca/coll/libnbc/nbc_iexscan.c     span = opal_datatype_span(&datatype->super, count, &gap);
count              95 ompi/mca/coll/libnbc/nbc_iexscan.c     search.count = count;
count             108 ompi/mca/coll/libnbc/nbc_iexscan.c         res = exscan_sched_linear(rank, p, sendbuf, recvbuf, count, datatype,
count             111 ompi/mca/coll/libnbc/nbc_iexscan.c         res = exscan_sched_recursivedoubling(rank, p, sendbuf, recvbuf, count,
count             133 ompi/mca/coll/libnbc/nbc_iexscan.c             args->count = count;
count             168 ompi/mca/coll/libnbc/nbc_iexscan.c int ompi_coll_libnbc_iexscan(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count             171 ompi/mca/coll/libnbc/nbc_iexscan.c     int res = nbc_exscan_init(sendbuf, recvbuf, count, datatype, op,
count             187 ompi/mca/coll/libnbc/nbc_iexscan.c int ompi_coll_libnbc_exscan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count             190 ompi/mca/coll/libnbc/nbc_iexscan.c     int res = nbc_exscan_init(sendbuf, recvbuf, count, datatype, op,
count             214 ompi/mca/coll/libnbc/nbc_iexscan.c     int rank, int comm_size, const void *sendbuf, void *recvbuf, int count,
count             220 ompi/mca/coll/libnbc/nbc_iexscan.c     opal_datatype_span(&datatype->super, count, &gap);
count             224 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_copy(recvbuf, false, count, datatype,
count             225 ompi/mca/coll/libnbc/nbc_iexscan.c                                  (char *)tmpbuf - gap, false, count, datatype, schedule, false);
count             227 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_copy((void *)sendbuf, false, count, datatype,
count             228 ompi/mca/coll/libnbc/nbc_iexscan.c                                  (char *)tmpbuf - gap, false, count, datatype, schedule, false);
count             232 ompi/mca/coll/libnbc/nbc_iexscan.c         res = NBC_Sched_recv(recvbuf, false, count, datatype, rank - 1, schedule, false);
count             240 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_op(recvbuf, false, (void *)(-gap), true, count,
count             245 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_send ((void *)(-gap), true, count, datatype, rank + 1, schedule, false);
count             251 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_send(recvbuf, false, count, datatype, 1, schedule, false);
count             253 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_send(sendbuf, false, count, datatype, 1, schedule, false);
count             296 ompi/mca/coll/libnbc/nbc_iexscan.c     int rank, int comm_size, const void *sendbuf, void *recvbuf, int count,
count             305 ompi/mca/coll/libnbc/nbc_iexscan.c         res = NBC_Sched_copy((char *)sendbuf, false, count, datatype,
count             306 ompi/mca/coll/libnbc/nbc_iexscan.c                              psend, true, count, datatype, schedule, true);
count             308 ompi/mca/coll/libnbc/nbc_iexscan.c         res = NBC_Sched_copy((char *)recvbuf, false, count, datatype,
count             309 ompi/mca/coll/libnbc/nbc_iexscan.c                              psend, true, count, datatype, schedule, true);
count             319 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_send(psend, true, count, datatype, remote, schedule, false);
count             321 ompi/mca/coll/libnbc/nbc_iexscan.c             res = NBC_Sched_recv(precv, true, count, datatype, remote, schedule, true);
count             327 ompi/mca/coll/libnbc/nbc_iexscan.c                     res = NBC_Sched_copy(precv, true, count, datatype,
count             328 ompi/mca/coll/libnbc/nbc_iexscan.c                                          recvbuf, false, count, datatype, schedule, false);
count             333 ompi/mca/coll/libnbc/nbc_iexscan.c                     res = NBC_Sched_op(precv, true, recvbuf, false, count,
count             338 ompi/mca/coll/libnbc/nbc_iexscan.c                 res = NBC_Sched_op(precv, true, psend, true, count,
count             344 ompi/mca/coll/libnbc/nbc_iexscan.c                     res = NBC_Sched_op(precv, true, psend, true, count,
count             349 ompi/mca/coll/libnbc/nbc_iexscan.c                     res = NBC_Sched_op(psend, true, precv, true, count,
count              93 ompi/mca/coll/libnbc/nbc_internal.h   int count;
count             104 ompi/mca/coll/libnbc/nbc_internal.h   int count;
count             121 ompi/mca/coll/libnbc/nbc_internal.h   int count;
count             140 ompi/mca/coll/libnbc/nbc_internal.h   int count;
count             149 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest, NBC_Schedule *schedule, bool barrier);
count             150 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_local_send (const void* buf, char tmpbuf, int count, MPI_Datatype datatype, int dest,NBC_Schedule *schedule, bool barrier);
count             151 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier);
count             152 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_local_recv (void* buf, char tmpbuf, int count, MPI_Datatype datatype, int source, NBC_Schedule *schedule, bool barrier);
count             153 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_op (const void* buf1, char tmpbuf1, void* buf2, char tmpbuf2, int count, MPI_Datatype datatype,
count             157 ompi/mca/coll/libnbc/nbc_internal.h int NBC_Sched_unpack (void *inbuf, char tmpinbuf, int count, MPI_Datatype datatype, void *outbuf, char tmpoutbuf,
count             198 ompi/mca/coll/libnbc/nbc_internal.h   int count;
count             207 ompi/mca/coll/libnbc/nbc_internal.h   int count;
count             229 ompi/mca/coll/libnbc/nbc_internal.h   int count;
count             240 ompi/mca/coll/libnbc/nbc_internal.h   int count;
count             405 ompi/mca/coll/libnbc/nbc_internal.h          printf("*buf: %lu, count: %i, type: %lu, dest: %i)\n", (unsigned long)sendargs.buf, sendargs.count, (unsigned long)sendargs.datatype, sendargs.dest); \
count             410 ompi/mca/coll/libnbc/nbc_internal.h          printf("*buf: %lu, count: %i, type: %lu, source: %i)\n", (unsigned long)recvargs.buf, recvargs.count, (unsigned long)recvargs.datatype, recvargs.source); \
count             415 ompi/mca/coll/libnbc/nbc_internal.h          printf("*buf1: %lu, buf2: %lu, count: %i, type: %lu)\n", (unsigned long)opargs.buf1, (unsigned long)opargs.buf2, opargs.count, (unsigned long)opargs.datatype); \
count             425 ompi/mca/coll/libnbc/nbc_internal.h          printf("*src: %lu, srccount: %i, srctype: %lu, *tgt: %lu\n",(unsigned long)unpackargs.inbuf, unpackargs.count, (unsigned long)unpackargs.datatype, (unsigned long)unpackargs.outbuf); \
count              29 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_binomial (int rank, int p, int root, const void *sendbuf, void *redbuf, char tmpredbuf, int count, MPI_Datatype datatype,
count              31 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_chain (int rank, int p, int root, const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
count              34 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_linear (int rank, int rsize, int root, const void *sendbuf, void *recvbuf, void *tmpbuf, int count, MPI_Datatype datatype,
count              38 ompi/mca/coll/libnbc/nbc_ireduce.c     char tmpredbuf, int count, MPI_Datatype datatype, MPI_Op op, char inplace,
count              46 ompi/mca/coll/libnbc/nbc_ireduce.c       (a->count == b->count) &&
count              62 ompi/mca/coll/libnbc/nbc_ireduce.c static int nbc_reduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
count              96 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Copy (sendbuf, count, datatype, recvbuf, count, datatype, comm);
count             104 ompi/mca/coll/libnbc/nbc_ireduce.c   span = opal_datatype_span(&datatype->super, count, &gap);
count             109 ompi/mca/coll/libnbc/nbc_ireduce.c     if (ompi_op_is_commute(op) && p > 2 && count >= nprocs_pof2) {
count             111 ompi/mca/coll/libnbc/nbc_ireduce.c     } else if (p > 4 || size * count < 65536 || !ompi_op_is_commute(op)) {
count             121 ompi/mca/coll/libnbc/nbc_ireduce.c     } else if (libnbc_ireduce_algorithm == 3 && ompi_op_is_commute(op) && p > 2 && count >= nprocs_pof2) {
count             156 ompi/mca/coll/libnbc/nbc_ireduce.c   search.count = count;
count             170 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_copy ((void *)sendbuf, false, count, datatype,
count             171 ompi/mca/coll/libnbc/nbc_ireduce.c                             recvbuf, false, count, datatype, schedule, false);
count             175 ompi/mca/coll/libnbc/nbc_ireduce.c           res = red_sched_binomial(rank, p, root, sendbuf, redbuf, tmpredbuf, count, datatype, op, inplace, schedule, tmpbuf);
count             178 ompi/mca/coll/libnbc/nbc_ireduce.c           res = red_sched_chain(rank, p, root, sendbuf, recvbuf, count, datatype, op, ext, size, schedule, tmpbuf, segsize);
count             181 ompi/mca/coll/libnbc/nbc_ireduce.c           res = red_sched_redscat_gather(rank, p, root, sendbuf, redbuf, tmpredbuf, count, datatype, op, inplace, schedule, tmpbuf, comm);
count             204 ompi/mca/coll/libnbc/nbc_ireduce.c       args->count = count;
count             240 ompi/mca/coll/libnbc/nbc_ireduce.c int ompi_coll_libnbc_ireduce(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
count             243 ompi/mca/coll/libnbc/nbc_ireduce.c     int res = nbc_reduce_init(sendbuf, recvbuf, count, datatype, op, root,
count             258 ompi/mca/coll/libnbc/nbc_ireduce.c static int nbc_reduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
count             270 ompi/mca/coll/libnbc/nbc_ireduce.c   span = opal_datatype_span(&datatype->super, count, &gap);
count             282 ompi/mca/coll/libnbc/nbc_ireduce.c   res = red_sched_linear (rank, rsize, root, sendbuf, recvbuf, (void *)(-gap), count, datatype, op, schedule);
count             306 ompi/mca/coll/libnbc/nbc_ireduce.c int ompi_coll_libnbc_ireduce_inter(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
count             309 ompi/mca/coll/libnbc/nbc_ireduce.c     int res = nbc_reduce_inter_init(sendbuf, recvbuf, count, datatype, op, root,
count             356 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_binomial (int rank, int p, int root, const void *sendbuf, void *redbuf, char tmpredbuf, int count, MPI_Datatype datatype,
count             362 ompi/mca/coll/libnbc/nbc_ireduce.c   (void)opal_datatype_span(&datatype->super, count, &gap);
count             388 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_copy(rbuf, false, count, datatype,
count             389 ompi/mca/coll/libnbc/nbc_ireduce.c                              ((char *)tmpbuf)-gap, false, count, datatype,
count             405 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_recv (rbuf, tmprbuf, count, datatype, peer, schedule, true);
count             414 ompi/mca/coll/libnbc/nbc_ireduce.c           res = NBC_Sched_op (sendbuf, false, rbuf, tmprbuf, count, datatype, op, schedule, true);
count             418 ompi/mca/coll/libnbc/nbc_ireduce.c           res = NBC_Sched_op (lbuf, tmplbuf, rbuf, tmprbuf, count, datatype, op, schedule, true);
count             434 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_send (sendbuf, false, count, datatype, peer, schedule, false);
count             437 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_send (lbuf, tmplbuf, count, datatype, peer, schedule, false);
count             451 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_send (redbuf, tmpredbuf, count, datatype, root, schedule, false);
count             453 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_recv (redbuf, tmpredbuf, count, datatype, vroot, schedule, false);
count             461 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_chain (int rank, int p, int root, const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype,
count             470 ompi/mca/coll/libnbc/nbc_ireduce.c   if (0 == count) {
count             474 ompi/mca/coll/libnbc/nbc_ireduce.c   numfrag = count * size / fragsize;
count             475 ompi/mca/coll/libnbc/nbc_ireduce.c   if ((count * size) % fragsize != 0) {
count             479 ompi/mca/coll/libnbc/nbc_ireduce.c   fragcount = count / numfrag;
count             486 ompi/mca/coll/libnbc/nbc_ireduce.c       thiscount = count - fragcount * fragnum;
count             539 ompi/mca/coll/libnbc/nbc_ireduce.c static inline int red_sched_linear (int rank, int rsize, int root, const void *sendbuf, void *recvbuf, void *tmpbuf, int count, MPI_Datatype datatype,
count             545 ompi/mca/coll/libnbc/nbc_ireduce.c   if (0 == count) {
count             563 ompi/mca/coll/libnbc/nbc_ireduce.c     res = NBC_Sched_recv (lbuf, tmplbuf, count, datatype, 0, schedule, false);
count             569 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_recv (rbuf, tmprbuf, count, datatype, peer, schedule, true);
count             574 ompi/mca/coll/libnbc/nbc_ireduce.c       res = NBC_Sched_op (lbuf, tmplbuf, rbuf, tmprbuf, count, datatype, op, schedule, true);
count             583 ompi/mca/coll/libnbc/nbc_ireduce.c     res = NBC_Sched_send (sendbuf, false, count, datatype, root, schedule, true);
count             651 ompi/mca/coll/libnbc/nbc_ireduce.c     char tmpredbuf, int count, MPI_Datatype datatype, MPI_Op op, char inplace,
count             669 ompi/mca/coll/libnbc/nbc_ireduce.c         res = NBC_Sched_copy((char *)sbuf, false, count, datatype,
count             670 ompi/mca/coll/libnbc/nbc_ireduce.c                              rbuf, tmpredbuf, count, datatype, schedule, true);
count             696 ompi/mca/coll/libnbc/nbc_ireduce.c         int count_lhalf = count / 2;
count             697 ompi/mca/coll/libnbc/nbc_ireduce.c         int count_rhalf = count - count_lhalf;
count             779 ompi/mca/coll/libnbc/nbc_ireduce.c         wsize = count;
count             857 ompi/mca/coll/libnbc/nbc_ireduce.c                 step = 0, wsize = count;
count             940 ompi/mca/coll/libnbc/nbc_ireduce.c int ompi_coll_libnbc_reduce_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
count             943 ompi/mca/coll/libnbc/nbc_ireduce.c     int res = nbc_reduce_init(sendbuf, recvbuf, count, datatype, op, root,
count             952 ompi/mca/coll/libnbc/nbc_ireduce.c int ompi_coll_libnbc_reduce_inter_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype,
count             955 ompi/mca/coll/libnbc/nbc_ireduce.c     int res = nbc_reduce_inter_init(sendbuf, recvbuf, count, datatype, op, root,
count              48 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   int peer, rank, maxr, p, res, count;
count              68 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   count = 0;
count              70 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     count += recvcounts[r];
count              73 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   if ((1 == p && (!persistent || inplace)) || 0 == count) {
count              87 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   span = opal_datatype_span(&datatype->super, count, &gap);
count             109 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         res = NBC_Sched_recv(rbuf, true, count, datatype, peer, schedule, true);
count             119 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c           res = NBC_Sched_op (sendbuf, false, rbuf, true, count, datatype, op, schedule, true);
count             123 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c           res = NBC_Sched_op (lbuf, true, rbuf, true, count, datatype, op, schedule, true);
count             139 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         res = NBC_Sched_send (sendbuf, false, count, datatype, peer, schedule, false);
count             142 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c         res = NBC_Sched_send (lbuf, true, count, datatype, peer, schedule, false);
count             232 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   int rank, res, count, lsize, rsize;
count             249 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   count = 0;
count             251 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     count += recvcounts[r];
count             254 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   span = opal_datatype_span(&datatype->super, count, &gap);
count             257 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   if (count > 0) {
count             271 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c   res = NBC_Sched_send(sendbuf, false, count, datatype, 0, schedule, false);
count             282 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c     res = NBC_Sched_recv (lbuf, true, count, datatype, 0, schedule, true);
count             291 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Sched_recv (rbuf, true, count, datatype, peer, schedule, true);
count             298 ompi/mca/coll/libnbc/nbc_ireduce_scatter.c       res = NBC_Sched_op (lbuf, true, rbuf, true, count, datatype,
count              46 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   int peer, rank, maxr, p, res, count;
count              72 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   count = p * recvcount;
count              74 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   if (0 < count) {
count              78 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     span = opal_datatype_span(&datatype->super, count, &gap);
count              92 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       res = NBC_Sched_copy ((void *)sendbuf, false, count, datatype,
count              93 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c                             redbuf, false, count, datatype, schedule, false);
count             107 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           res = NBC_Sched_recv (rbuf, true, count, datatype, peer, schedule, true);
count             116 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c             res = NBC_Sched_op (sendbuf, false, rbuf, true, count, datatype, op, schedule, true);
count             120 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c             res = NBC_Sched_op (lbuf, true, rbuf, true, count, datatype, op, schedule, true);
count             136 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           res = NBC_Sched_send (sendbuf, false, count, datatype, peer, schedule, false);
count             139 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c           res = NBC_Sched_send (lbuf, true, count, datatype, peer, schedule, false);
count             231 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   int rank, res, count, lsize, rsize;
count             248 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   count = rcount * lsize;
count             250 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   span = opal_datatype_span(&dtype->super, count, &gap);
count             253 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   if (count > 0) {
count             267 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c   res = NBC_Sched_send (sendbuf, false, count, dtype, 0, schedule, false);
count             278 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c     res = NBC_Sched_recv (lbuf, true, count, dtype, 0, schedule, true);
count             287 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       res = NBC_Sched_recv (rbuf, true, count, dtype, peer, schedule, true);
count             294 ompi/mca/coll/libnbc/nbc_ireduce_scatter_block.c       res = NBC_Sched_op (lbuf, true, rbuf, true, count, dtype,
count              27 ompi/mca/coll/libnbc/nbc_iscan.c     int rank, int comm_size, const void *sendbuf, void *recvbuf, int count,
count              32 ompi/mca/coll/libnbc/nbc_iscan.c     int count, MPI_Datatype datatype,  MPI_Op op, char inplace,
count              40 ompi/mca/coll/libnbc/nbc_iscan.c       (a->count == b->count) &&
count              54 ompi/mca/coll/libnbc/nbc_iscan.c static int nbc_scan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count              70 ompi/mca/coll/libnbc/nbc_iscan.c     if (count == 0) {
count              74 ompi/mca/coll/libnbc/nbc_iscan.c     span = opal_datatype_span(&datatype->super, count, &gap);
count              96 ompi/mca/coll/libnbc/nbc_iscan.c   search.count = count;
count             109 ompi/mca/coll/libnbc/nbc_iscan.c         res = scan_sched_linear(rank, p, sendbuf, recvbuf, count, datatype,
count             112 ompi/mca/coll/libnbc/nbc_iscan.c         res = scan_sched_recursivedoubling(rank, p, sendbuf, recvbuf, count,
count             134 ompi/mca/coll/libnbc/nbc_iscan.c       args->count = count;
count             184 ompi/mca/coll/libnbc/nbc_iscan.c     int rank, int comm_size, const void *sendbuf, void *recvbuf, int count,
count             192 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_copy((void *)sendbuf, false, count, datatype,
count             193 ompi/mca/coll/libnbc/nbc_iscan.c                              recvbuf, false, count, datatype, schedule, false);
count             199 ompi/mca/coll/libnbc/nbc_iscan.c         opal_datatype_span(&datatype->super, count, &gap);
count             201 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_recv((void *)(-gap), true, count, datatype, rank - 1, schedule, true);
count             206 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_op((void *)(-gap), true, recvbuf, false, count, datatype, op, schedule,
count             212 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_send(recvbuf, false, count, datatype, rank + 1, schedule, false);
count             254 ompi/mca/coll/libnbc/nbc_iscan.c     int rank, int comm_size, const void *sendbuf, void *recvbuf, int count,
count             261 ompi/mca/coll/libnbc/nbc_iscan.c         res = NBC_Sched_copy((void *)sendbuf, false, count, datatype,
count             262 ompi/mca/coll/libnbc/nbc_iscan.c                               recvbuf, false, count, datatype, schedule, true);
count             270 ompi/mca/coll/libnbc/nbc_iscan.c     res = NBC_Sched_copy(recvbuf, false, count, datatype,
count             271 ompi/mca/coll/libnbc/nbc_iscan.c                          psend, true, count, datatype, schedule, true);
count             278 ompi/mca/coll/libnbc/nbc_iscan.c             res = NBC_Sched_send(psend, true, count, datatype, remote, schedule, false);
count             280 ompi/mca/coll/libnbc/nbc_iscan.c             res = NBC_Sched_recv(precv, true, count, datatype, remote, schedule, true);
count             285 ompi/mca/coll/libnbc/nbc_iscan.c                 res = NBC_Sched_op(precv, true, recvbuf, false, count,
count             289 ompi/mca/coll/libnbc/nbc_iscan.c                 res = NBC_Sched_op(precv, true, psend, true, count,
count             295 ompi/mca/coll/libnbc/nbc_iscan.c                     res = NBC_Sched_op(precv, true, psend, true, count,
count             300 ompi/mca/coll/libnbc/nbc_iscan.c                     res = NBC_Sched_op(psend, true, precv, true, count,
count             315 ompi/mca/coll/libnbc/nbc_iscan.c int ompi_coll_libnbc_iscan(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count             318 ompi/mca/coll/libnbc/nbc_iscan.c     int res = nbc_scan_init(sendbuf, recvbuf, count, datatype, op,
count             333 ompi/mca/coll/libnbc/nbc_iscan.c int ompi_coll_libnbc_scan_init(const void* sendbuf, void* recvbuf, int count, MPI_Datatype datatype, MPI_Op op,
count             336 ompi/mca/coll/libnbc/nbc_iscan.c     int res = nbc_scan_init(sendbuf, recvbuf, count, datatype, op,
count              64 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_allreduce(const void *sbuf, void *rbuf, int count,
count              98 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_bcast(void *buff, int count,
count             104 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_exscan(const void *sbuf, void *rbuf, int count,
count             124 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_reduce(const void *sbuf, void *rbuf, int count,
count             145 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_scan(const void *sbuf, void *rbuf, int count,
count             185 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_iallreduce(const void *sbuf, void *rbuf, int count,
count             224 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ibcast(void *buff, int count,
count             231 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_iexscan(const void *sbuf, void *rbuf, int count,
count             254 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_ireduce(const void *sbuf, void *rbuf, int count,
count             278 ompi/mca/coll/monitoring/coll_monitoring.h extern int mca_coll_monitoring_iscan(const void *sbuf, void *rbuf, int count,
count              17 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c int mca_coll_monitoring_allreduce(const void *sbuf, void *rbuf, int count,
count              29 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c     data_size = count * type_size;
count              41 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c     return monitoring_module->real.coll_allreduce(sbuf, rbuf, count, dtype, op, comm, monitoring_module->real.coll_allreduce_module);
count              44 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c int mca_coll_monitoring_iallreduce(const void *sbuf, void *rbuf, int count,
count              57 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c     data_size = count * type_size;
count              69 ompi/mca/coll/monitoring/coll_monitoring_allreduce.c     return monitoring_module->real.coll_iallreduce(sbuf, rbuf, count, dtype, op, comm, request, monitoring_module->real.coll_iallreduce_module);
count              18 ompi/mca/coll/monitoring/coll_monitoring_bcast.c int mca_coll_monitoring_bcast(void *buff, int count,
count              28 ompi/mca/coll/monitoring/coll_monitoring_bcast.c     data_size = count * type_size;
count              43 ompi/mca/coll/monitoring/coll_monitoring_bcast.c     return monitoring_module->real.coll_bcast(buff, count, datatype, root, comm, monitoring_module->real.coll_bcast_module);
count              46 ompi/mca/coll/monitoring/coll_monitoring_bcast.c int mca_coll_monitoring_ibcast(void *buff, int count,
count              57 ompi/mca/coll/monitoring/coll_monitoring_bcast.c     data_size = count * type_size;
count              72 ompi/mca/coll/monitoring/coll_monitoring_bcast.c     return monitoring_module->real.coll_ibcast(buff, count, datatype, root, comm, request, monitoring_module->real.coll_ibcast_module);
count              17 ompi/mca/coll/monitoring/coll_monitoring_exscan.c int mca_coll_monitoring_exscan(const void *sbuf, void *rbuf, int count,
count              29 ompi/mca/coll/monitoring/coll_monitoring_exscan.c     data_size = count * type_size;
count              40 ompi/mca/coll/monitoring/coll_monitoring_exscan.c     return monitoring_module->real.coll_exscan(sbuf, rbuf, count, dtype, op, comm, monitoring_module->real.coll_exscan_module);
count              43 ompi/mca/coll/monitoring/coll_monitoring_exscan.c int mca_coll_monitoring_iexscan(const void *sbuf, void *rbuf, int count,
count              56 ompi/mca/coll/monitoring/coll_monitoring_exscan.c     data_size = count * type_size;
count              67 ompi/mca/coll/monitoring/coll_monitoring_exscan.c     return monitoring_module->real.coll_iexscan(sbuf, rbuf, count, dtype, op, comm, request, monitoring_module->real.coll_iexscan_module);
count              17 ompi/mca/coll/monitoring/coll_monitoring_reduce.c int mca_coll_monitoring_reduce(const void *sbuf, void *rbuf, int count,
count              30 ompi/mca/coll/monitoring/coll_monitoring_reduce.c         data_size = count * type_size;
count              43 ompi/mca/coll/monitoring/coll_monitoring_reduce.c     return monitoring_module->real.coll_reduce(sbuf, rbuf, count, dtype, op, root, comm, monitoring_module->real.coll_reduce_module);
count              46 ompi/mca/coll/monitoring/coll_monitoring_reduce.c int mca_coll_monitoring_ireduce(const void *sbuf, void *rbuf, int count,
count              60 ompi/mca/coll/monitoring/coll_monitoring_reduce.c         data_size = count * type_size;
count              73 ompi/mca/coll/monitoring/coll_monitoring_reduce.c     return monitoring_module->real.coll_ireduce(sbuf, rbuf, count, dtype, op, root, comm, request, monitoring_module->real.coll_ireduce_module);
count              17 ompi/mca/coll/monitoring/coll_monitoring_scan.c int mca_coll_monitoring_scan(const void *sbuf, void *rbuf, int count,
count              29 ompi/mca/coll/monitoring/coll_monitoring_scan.c     data_size = count * type_size;
count              40 ompi/mca/coll/monitoring/coll_monitoring_scan.c     return monitoring_module->real.coll_scan(sbuf, rbuf, count, dtype, op, comm, monitoring_module->real.coll_scan_module);
count              43 ompi/mca/coll/monitoring/coll_monitoring_scan.c int mca_coll_monitoring_iscan(const void *sbuf, void *rbuf, int count,
count              56 ompi/mca/coll/monitoring/coll_monitoring_scan.c     data_size = count * type_size;
count              67 ompi/mca/coll/monitoring/coll_monitoring_scan.c     return monitoring_module->real.coll_iscan(sbuf, rbuf, count, dtype, op, comm, request, monitoring_module->real.coll_iscan_module);
count             190 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_bcast_intra(void *buff, int count,
count             193 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_ibcast_intra(void *buff, int count,
count             200 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_reduce_intra(const void *sbuf, void *rbuf, int count,
count             205 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_ireduce_intra(const void* sendbuf, void* recvbuf, int count,
count             213 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_allreduce_intra(const void* sendbuf, void* recvbuf, int count,
count             217 ompi/mca/coll/portals4/coll_portals4.h int ompi_coll_portals4_iallreduce_intra(const void* sendbuf, void* recvbuf, int count,
count             437 ompi/mca/coll/portals4/coll_portals4.h                                           int count,
count             446 ompi/mca/coll/portals4/coll_portals4.h                                              count,
count             456 ompi/mca/coll/portals4/coll_portals4.h                                           int count,
count             463 ompi/mca/coll/portals4/coll_portals4.h                                              count,
count              35 ompi/mca/coll/portals4/coll_portals4_allreduce.c allreduce_kary_tree_top(const void *sendbuf, void *recvbuf, int count,
count              77 ompi/mca/coll/portals4/coll_portals4_allreduce.c     length *= count;
count             318 ompi/mca/coll/portals4/coll_portals4_allreduce.c                 ret = module->previous_allreduce(sendbuf, recvbuf, count, dtype, op,
count             329 ompi/mca/coll/portals4/coll_portals4_allreduce.c                 ret = module->previous_iallreduce(sendbuf, recvbuf, count, dtype, op,
count             383 ompi/mca/coll/portals4/coll_portals4_allreduce.c int ompi_coll_portals4_allreduce_intra(const void* sendbuf, void* recvbuf, int count,
count             402 ompi/mca/coll/portals4/coll_portals4_allreduce.c     allreduce_kary_tree_top(sendbuf, recvbuf, count,
count             412 ompi/mca/coll/portals4/coll_portals4_allreduce.c int ompi_coll_portals4_iallreduce_intra(const void* sendbuf, void* recvbuf, int count,
count             432 ompi/mca/coll/portals4/coll_portals4_allreduce.c     allreduce_kary_tree_top(sendbuf, recvbuf, count,
count              38 ompi/mca/coll/portals4/coll_portals4_barrier.c     size_t count;
count              47 ompi/mca/coll/portals4/coll_portals4_barrier.c     count = opal_atomic_add_fetch_size_t(&portals4_module->coll_count, 1);
count              59 ompi/mca/coll/portals4/coll_portals4_barrier.c             0, 1, COLL_PORTALS4_BARRIER, 0, count);
count              62 ompi/mca/coll/portals4/coll_portals4_barrier.c             0, 0, COLL_PORTALS4_BARRIER, 0, count);
count              34 ompi/mca/coll/portals4/coll_portals4_bcast.c         void *buff, int count,
count              44 ompi/mca/coll/portals4/coll_portals4_bcast.c     request->u.bcast.needs_pack = !ompi_datatype_is_contiguous_memory_layout(datatype, count);
count              50 ompi/mca/coll/portals4/coll_portals4_bcast.c                     &(datatype->super), count,
count              71 ompi/mca/coll/portals4/coll_portals4_bcast.c                     &(datatype->super), count,
count              88 ompi/mca/coll/portals4/coll_portals4_bcast.c         request->u.bcast.tmpsize *= count;
count             141 ompi/mca/coll/portals4/coll_portals4_bcast.c bcast_kary_tree_top(void *buff, int count,
count             482 ompi/mca/coll/portals4/coll_portals4_bcast.c bcast_pipeline_top(void *buff, int count,
count             837 ompi/mca/coll/portals4/coll_portals4_bcast.c ompi_coll_portals4_bcast_intra(void *buff, int count,
count             854 ompi/mca/coll/portals4/coll_portals4_bcast.c     prepare_bcast_data(comm, buff, count, datatype, root, request);
count             858 ompi/mca/coll/portals4/coll_portals4_bcast.c         bcast_kary_tree_top(buff, count, datatype, root,
count             863 ompi/mca/coll/portals4/coll_portals4_bcast.c         bcast_pipeline_top(buff, count, datatype, root,
count             881 ompi/mca/coll/portals4/coll_portals4_bcast.c ompi_coll_portals4_ibcast_intra(void *buff, int count,
count             901 ompi/mca/coll/portals4/coll_portals4_bcast.c     prepare_bcast_data(comm, buff, count, datatype, root, request);
count             905 ompi/mca/coll/portals4/coll_portals4_bcast.c         bcast_kary_tree_top(buff, count, datatype, root,
count             909 ompi/mca/coll/portals4/coll_portals4_bcast.c         bcast_pipeline_top(buff, count, datatype, root,
count             704 ompi/mca/coll/portals4/coll_portals4_component.c     int count = 0, ret;
count             713 ompi/mca/coll/portals4/coll_portals4_component.c             count++;
count             771 ompi/mca/coll/portals4/coll_portals4_component.c     return count;
count              34 ompi/mca/coll/portals4/coll_portals4_reduce.c reduce_kary_tree_top(const void *sendbuf, void *recvbuf, int count,
count              78 ompi/mca/coll/portals4/coll_portals4_reduce.c     length *= count;
count             312 ompi/mca/coll/portals4/coll_portals4_reduce.c                 ret = module->previous_reduce(sendbuf, recvbuf, count, dtype, op, root,
count             323 ompi/mca/coll/portals4/coll_portals4_reduce.c                 ret =  module->previous_ireduce(sendbuf, recvbuf, count, dtype, op, root,
count             379 ompi/mca/coll/portals4/coll_portals4_reduce.c ompi_coll_portals4_reduce_intra(const void *sendbuf, void *recvbuf, int count,
count             400 ompi/mca/coll/portals4/coll_portals4_reduce.c     ret = reduce_kary_tree_top(sendbuf, recvbuf, count,
count             414 ompi/mca/coll/portals4/coll_portals4_reduce.c ompi_coll_portals4_ireduce_intra(const void* sendbuf, void* recvbuf, int count,
count             437 ompi/mca/coll/portals4/coll_portals4_reduce.c     ret = reduce_kary_tree_top(sendbuf, recvbuf, count,
count              68 ompi/mca/coll/self/coll_self.h int mca_coll_self_allreduce_intra(const void *sbuf, void *rbuf, int count,
count              93 ompi/mca/coll/self/coll_self.h int mca_coll_self_bcast_intra(void *buff, int count,
count              98 ompi/mca/coll/self/coll_self.h int mca_coll_self_exscan_intra(const void *sbuf, void *rbuf, int count,
count             114 ompi/mca/coll/self/coll_self.h int mca_coll_self_reduce_intra(const void *sbuf, void* rbuf, int count,
count             126 ompi/mca/coll/self/coll_self.h int mca_coll_self_scan_intra(const void *sbuf, void *rbuf, int count,
count              35 ompi/mca/coll/self/coll_self_allreduce.c int mca_coll_self_allreduce_intra(const void *sbuf, void *rbuf, int count,
count              44 ompi/mca/coll/self/coll_self_allreduce.c         return ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf);
count              33 ompi/mca/coll/self/coll_self_bcast.c int mca_coll_self_bcast_intra(void *buff, int count,
count              34 ompi/mca/coll/self/coll_self_exscan.c int mca_coll_self_exscan_intra(const void *sbuf, void *rbuf, int count,
count              35 ompi/mca/coll/self/coll_self_reduce.c int mca_coll_self_reduce_intra(const void *sbuf, void *rbuf, int count,
count              44 ompi/mca/coll/self/coll_self_reduce.c         return ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf);
count              35 ompi/mca/coll/self/coll_self_scan.c int mca_coll_self_scan_intra(const void *sbuf, void *rbuf, int count,
count              44 ompi/mca/coll/self/coll_self_scan.c         return ompi_datatype_copy_content_same_ddt(dtype, count, (char*)rbuf, (char*)sbuf);
count             233 ompi/mca/coll/sm/coll_sm.h     int mca_coll_sm_allreduce_intra(const void *sbuf, void *rbuf, int count,
count             258 ompi/mca/coll/sm/coll_sm.h     int mca_coll_sm_bcast_intra(void *buff, int count,
count             263 ompi/mca/coll/sm/coll_sm.h     int mca_coll_sm_bcast_log_intra(void *buff, int count,
count             268 ompi/mca/coll/sm/coll_sm.h     int mca_coll_sm_exscan_intra(const void *sbuf, void *rbuf, int count,
count             284 ompi/mca/coll/sm/coll_sm.h     int mca_coll_sm_reduce_intra(const void *sbuf, void* rbuf, int count,
count             290 ompi/mca/coll/sm/coll_sm.h     int mca_coll_sm_reduce_log_intra(const void *sbuf, void* rbuf, int count,
count             302 ompi/mca/coll/sm/coll_sm.h     int mca_coll_sm_scan_intra(const void *sbuf, void *rbuf, int count,
count              36 ompi/mca/coll/sm/coll_sm_allreduce.c int mca_coll_sm_allreduce_intra(const void *sbuf, void *rbuf, int count,
count              50 ompi/mca/coll/sm/coll_sm_allreduce.c             ret = mca_coll_sm_reduce_intra(sbuf, rbuf, count, dtype, op, 0,
count              53 ompi/mca/coll/sm/coll_sm_allreduce.c             ret = mca_coll_sm_reduce_intra(rbuf, NULL, count, dtype, op, 0,
count              57 ompi/mca/coll/sm/coll_sm_allreduce.c         ret = mca_coll_sm_reduce_intra(sbuf, rbuf, count, dtype, op, 0,
count              61 ompi/mca/coll/sm/coll_sm_allreduce.c         mca_coll_sm_bcast_intra(rbuf, count, dtype, 0, comm, module) : ret;
count              56 ompi/mca/coll/sm/coll_sm_bcast.c int mca_coll_sm_bcast_intra(void *buff, int count,
count             114 ompi/mca/coll/sm/coll_sm_bcast.c                                                       count,
count             172 ompi/mca/coll/sm/coll_sm_bcast.c                                                       count,
count              34 ompi/mca/coll/sm/coll_sm_exscan.c int mca_coll_sm_exscan_intra(const void *sbuf, void *rbuf, int count,
count              38 ompi/mca/coll/sm/coll_sm_reduce.c static int reduce_inorder(const void *sbuf, void* rbuf, int count,
count              45 ompi/mca/coll/sm/coll_sm_reduce.c static int reduce_no_order(const void *sbuf, void* rbuf, int count,
count              67 ompi/mca/coll/sm/coll_sm_reduce.c int mca_coll_sm_reduce_intra(const void *sbuf, void* rbuf, int count,
count              90 ompi/mca/coll/sm/coll_sm_reduce.c         return sm_module->previous_reduce(sbuf, rbuf, count,
count             108 ompi/mca/coll/sm/coll_sm_reduce.c             return reduce_inorder(sbuf, rbuf, count, dtype, op,
count             111 ompi/mca/coll/sm/coll_sm_reduce.c             return reduce_no_order(sbuf, rbuf, count, dtype, op,
count             128 ompi/mca/coll/sm/coll_sm_reduce.c         return reduce_inorder(sbuf, rbuf, count, dtype, op, root, comm, module);
count             176 ompi/mca/coll/sm/coll_sm_reduce.c static int reduce_inorder(const void *sbuf, void* rbuf, int count,
count             211 ompi/mca/coll/sm/coll_sm_reduce.c     total_size = ddt_size * count;
count             229 ompi/mca/coll/sm/coll_sm_reduce.c         size_t count_left = (size_t)count;
count             240 ompi/mca/coll/sm/coll_sm_reduce.c         if (ompi_datatype_is_contiguous_memory_layout(dtype, count)) {
count             296 ompi/mca/coll/sm/coll_sm_reduce.c                                        count,
count             313 ompi/mca/coll/sm/coll_sm_reduce.c             segsize = opal_datatype_span(&dtype->super, count, &gap);
count             322 ompi/mca/coll/sm/coll_sm_reduce.c             ompi_datatype_copy_content_same_ddt(dtype, count, (char *)sbuf, (char *)rbuf);
count             362 ompi/mca/coll/sm/coll_sm_reduce.c                             ompi_datatype_copy_content_same_ddt(dtype, count,
count             493 ompi/mca/coll/sm/coll_sm_reduce.c                                                       count,
count             560 ompi/mca/coll/sm/coll_sm_reduce.c static int reduce_no_order(const void *sbuf, void* rbuf, int count,
count              34 ompi/mca/coll/sm/coll_sm_scan.c int mca_coll_sm_scan_intra(const void *sbuf, void *rbuf, int count,
count              52 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_bcast(void *buff, int count,
count              58 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_exscan(const void *sbuf, void *rbuf, int count,
count              80 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_reduce(const void *sbuf, void *rbuf, int count,
count              94 ompi/mca/coll/sync/coll_sync.h int mca_coll_sync_scan(const void *sbuf, void *rbuf, int count,
count              33 ompi/mca/coll/sync/coll_sync_bcast.c int mca_coll_sync_bcast(void *buff, int count,
count              41 ompi/mca/coll/sync/coll_sync_bcast.c         return s->c_coll.coll_bcast(buff, count, datatype, root, comm,
count              44 ompi/mca/coll/sync/coll_sync_bcast.c     COLL_SYNC(s, s->c_coll.coll_bcast(buff, count, datatype, root, comm,
count              32 ompi/mca/coll/sync/coll_sync_exscan.c int mca_coll_sync_exscan(const void *sbuf, void *rbuf, int count,
count              41 ompi/mca/coll/sync/coll_sync_exscan.c         return s->c_coll.coll_exscan(sbuf, rbuf, count, dtype, op, comm,
count              44 ompi/mca/coll/sync/coll_sync_exscan.c     COLL_SYNC(s, s->c_coll.coll_exscan(sbuf, rbuf, count, dtype, op, comm,
count              31 ompi/mca/coll/sync/coll_sync_reduce.c int mca_coll_sync_reduce(const void *sbuf, void *rbuf, int count,
count              40 ompi/mca/coll/sync/coll_sync_reduce.c         return s->c_coll.coll_reduce(sbuf, rbuf, count, dtype, op, root, comm,
count              43 ompi/mca/coll/sync/coll_sync_reduce.c     COLL_SYNC(s, s->c_coll.coll_reduce(sbuf, rbuf, count, dtype,
count              31 ompi/mca/coll/sync/coll_sync_scan.c int mca_coll_sync_scan(const void *sbuf, void *rbuf, int count,
count              40 ompi/mca/coll/sync/coll_sync_scan.c         return s->c_coll.coll_scan(sbuf, rbuf, count, dtype, op, comm,
count              43 ompi/mca/coll/sync/coll_sync_scan.c     COLL_SYNC(s, s->c_coll.coll_scan(sbuf, rbuf, count, dtype, op, comm,
count             123 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c int ompi_coll_tuned_allreduce_intra_do_this(const void *sbuf, void *rbuf, int count,
count             135 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c         return ompi_coll_tuned_allreduce_intra_dec_fixed(sbuf, rbuf, count, dtype, op, comm, module);
count             137 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c         return ompi_coll_base_allreduce_intra_basic_linear(sbuf, rbuf, count, dtype, op, comm, module);
count             139 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c         return ompi_coll_base_allreduce_intra_nonoverlapping(sbuf, rbuf, count, dtype, op, comm, module);
count             141 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c         return ompi_coll_base_allreduce_intra_recursivedoubling(sbuf, rbuf, count, dtype, op, comm, module);
count             143 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c         return ompi_coll_base_allreduce_intra_ring(sbuf, rbuf, count, dtype, op, comm, module);
count             145 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c         return ompi_coll_base_allreduce_intra_ring_segmented(sbuf, rbuf, count, dtype, op, comm, module, segsize);
count             147 ompi/mca/coll/tuned/coll_tuned_allreduce_decision.c         return ompi_coll_base_allreduce_intra_redscat_allgather(sbuf, rbuf, count, dtype, op, comm, module);
count             134 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c int ompi_coll_tuned_bcast_intra_do_this(void *buf, int count,
count             146 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_tuned_bcast_intra_dec_fixed( buf, count, dtype, root, comm, module );
count             148 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_basic_linear( buf, count, dtype, root, comm, module );
count             150 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_chain( buf, count, dtype, root, comm, module, segsize, faninout );
count             152 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_pipeline( buf, count, dtype, root, comm, module, segsize );
count             154 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_split_bintree( buf, count, dtype, root, comm, module, segsize );
count             156 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_bintree( buf, count, dtype, root, comm, module, segsize );
count             158 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_binomial( buf, count, dtype, root, comm, module, segsize );
count             160 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_knomial(buf, count, dtype, root, comm, module,
count             163 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_scatter_allgather(buf, count, dtype, root, comm, module, segsize);
count             165 ompi/mca/coll/tuned/coll_tuned_bcast_decision.c         return ompi_coll_base_bcast_intra_scatter_allgather_ring(buf, count, dtype, root, comm, module, segsize);
count              53 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c ompi_coll_tuned_allreduce_intra_dec_dynamic (const void *sbuf, void *rbuf, int count,
count              70 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         dsize *= count;
count              77 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c             return ompi_coll_tuned_allreduce_intra_do_this (sbuf, rbuf, count, dtype, op,
count              84 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         return ompi_coll_tuned_allreduce_intra_do_this(sbuf, rbuf, count, dtype, op, comm, module,
count              89 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c     return ompi_coll_tuned_allreduce_intra_dec_fixed (sbuf, rbuf, count, dtype, op,
count             243 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_bcast_intra_dec_dynamic(void *buf, int count,
count             259 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         dsize *= count;
count             266 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c             return ompi_coll_tuned_bcast_intra_do_this (buf, count, dtype, root,
count             274 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         return ompi_coll_tuned_bcast_intra_do_this(buf, count, dtype,
count             280 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c     return ompi_coll_tuned_bcast_intra_dec_fixed (buf, count, dtype, root,
count             293 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c                                               int count, struct ompi_datatype_t* dtype,
count             310 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         dsize *= count;
count             317 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c             return  ompi_coll_tuned_reduce_intra_do_this (sbuf, rbuf, count, dtype,
count             325 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         return ompi_coll_tuned_reduce_intra_do_this(sbuf, rbuf, count, dtype,
count             332 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c     return ompi_coll_tuned_reduce_intra_dec_fixed (sbuf, rbuf, count, dtype,
count             360 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         int alg, faninout, segsize, ignoreme, i, count, size;
count             363 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         for (i = 0, count = 0; i < size; i++) { count += rcounts[i];}
count             365 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         dsize *= count;
count             666 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_exscan_intra_dec_dynamic(const void *sbuf, void* rbuf, int count,
count             693 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c             return ompi_coll_tuned_exscan_intra_do_this (sbuf, rbuf, count, dtype,
count             700 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         return ompi_coll_tuned_exscan_intra_do_this(sbuf, rbuf, count, dtype,
count             705 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c     return ompi_coll_base_exscan_intra_linear(sbuf, rbuf, count, dtype,
count             709 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c int ompi_coll_tuned_scan_intra_dec_dynamic(const void *sbuf, void* rbuf, int count,
count             736 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c             return ompi_coll_tuned_scan_intra_do_this (sbuf, rbuf, count, dtype,
count             743 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c         return ompi_coll_tuned_scan_intra_do_this(sbuf, rbuf, count, dtype,
count             748 ompi/mca/coll/tuned/coll_tuned_decision_dynamic.c     return ompi_coll_base_scan_intra_linear(sbuf, rbuf, count, dtype,
count              44 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c ompi_coll_tuned_allreduce_intra_dec_fixed(const void *sbuf, void *rbuf, int count,
count              63 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     block_dsize = dsize * (ptrdiff_t)count;
count              67 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c                                                                  count, dtype,
count              71 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     if( ompi_op_is_commute(op) && (count > comm_size) ) {
count              74 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c             return (ompi_coll_base_allreduce_intra_ring(sbuf, rbuf, count, dtype,
count              78 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c                                                                   count, dtype,
count              84 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     return (ompi_coll_base_allreduce_intra_nonoverlapping(sbuf, rbuf, count,
count             227 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c int ompi_coll_tuned_bcast_intra_dec_fixed(void *buff, int count,
count             251 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     message_size = dsize * (unsigned long)count;   /* needed for decision */
count             259 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     if ((message_size < small_message_size) || (count <= 1)) {
count             262 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return  ompi_coll_base_bcast_intra_binomial(buff, count, datatype,
count             269 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_split_bintree(buff, count, datatype,
count             278 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_pipeline(buff, count, datatype,
count             285 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_split_bintree(buff, count, datatype,
count             292 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_pipeline(buff, count, datatype,
count             299 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_pipeline(buff, count, datatype,
count             307 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     return ompi_coll_base_bcast_intra_pipeline(buff, count, datatype,
count             314 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_basic_linear(buff, count, datatype, root, comm, module);
count             319 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_bintree(buff, count, datatype, root, comm, module, segsize);
count             322 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_basic_linear(buff, count, datatype, root, comm, module);
count             326 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return  ompi_coll_base_bcast_intra_bintree(buff, count, datatype, root, comm, module, segsize);
count             330 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_bcast_intra_pipeline(buff, count, datatype, root, comm, module, segsize);
count             335 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     return ompi_coll_base_bcast_intra_bintree(buff, count, datatype, root, comm, module, segsize);
count             348 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c                                             int count, struct ompi_datatype_t* datatype,
count             370 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     message_size = dsize * (ptrdiff_t)count;   /* needed for decision */
count             378 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c             return ompi_coll_base_reduce_intra_basic_linear (sendbuf, recvbuf, count, datatype, op, root, comm, module);
count             380 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_in_order_binary (sendbuf, recvbuf, count, datatype, op, root, comm, module,
count             390 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_basic_linear(sendbuf, recvbuf, count, datatype, op, root, comm, module);
count             392 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c                (message_size < 2048) || (count <= 1)) {
count             395 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_binomial(sendbuf, recvbuf, count, datatype, op, root, comm, module,
count             400 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_binomial(sendbuf, recvbuf, count, datatype, op, root, comm, module,
count             405 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_pipeline(sendbuf, recvbuf, count, datatype, op, root, comm, module,
count             410 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_binary( sendbuf, recvbuf, count, datatype, op, root,
count             420 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     return ompi_coll_base_reduce_intra_pipeline(sendbuf, recvbuf, count, datatype, op, root, comm, module,
count             430 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_basic_linear(sendbuf, recvbuf, count, datatype, op, root, comm, module);
count             442 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c         return ompi_coll_base_reduce_intra_chain(sendbuf, recvbuf, count, datatype, op, root, comm, module,
count             446 ompi/mca/coll/tuned/coll_tuned_decision_fixed.c     return ompi_coll_base_reduce_intra_pipeline(sendbuf, recvbuf, count, datatype, op, root, comm, module,
count              84 ompi/mca/coll/tuned/coll_tuned_exscan_decision.c int ompi_coll_tuned_exscan_intra_do_this(const void *sbuf, void* rbuf, int count,
count              96 ompi/mca/coll/tuned/coll_tuned_exscan_decision.c     case (1):  return ompi_coll_base_exscan_intra_linear(sbuf, rbuf, count, dtype,
count              98 ompi/mca/coll/tuned/coll_tuned_exscan_decision.c     case (2):  return ompi_coll_base_exscan_intra_recursivedoubling(sbuf, rbuf, count, dtype,
count             146 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c int ompi_coll_tuned_reduce_intra_do_this(const void *sbuf, void* rbuf, int count,
count             158 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c     case (0):  return ompi_coll_tuned_reduce_intra_dec_fixed(sbuf, rbuf, count, dtype,
count             160 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c     case (1):  return ompi_coll_base_reduce_intra_basic_linear(sbuf, rbuf, count, dtype,
count             162 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c     case (2):  return ompi_coll_base_reduce_intra_chain(sbuf, rbuf, count, dtype,
count             165 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c     case (3):  return ompi_coll_base_reduce_intra_pipeline(sbuf, rbuf, count, dtype,
count             168 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c     case (4):  return ompi_coll_base_reduce_intra_binary(sbuf, rbuf, count, dtype,
count             171 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c     case (5):  return ompi_coll_base_reduce_intra_binomial(sbuf, rbuf, count, dtype,
count             174 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c     case (6):  return ompi_coll_base_reduce_intra_in_order_binary(sbuf, rbuf, count, dtype,
count             177 ompi/mca/coll/tuned/coll_tuned_reduce_decision.c     case (7):  return ompi_coll_base_reduce_intra_redscat_gather(sbuf, rbuf, count, dtype,
count              84 ompi/mca/coll/tuned/coll_tuned_scan_decision.c int ompi_coll_tuned_scan_intra_do_this(const void *sbuf, void* rbuf, int count,
count              96 ompi/mca/coll/tuned/coll_tuned_scan_decision.c     case (1):  return ompi_coll_base_scan_intra_linear(sbuf, rbuf, count, dtype,
count              98 ompi/mca/coll/tuned/coll_tuned_scan_decision.c     case (2):  return ompi_coll_base_scan_intra_recursivedoubling(sbuf, rbuf, count, dtype,
count             138 ompi/mca/common/monitoring/common_monitoring.c                                                   void *obj_handle, int *count);
count             143 ompi/mca/common/monitoring/common_monitoring.c                                               void *obj, int *count);
count             169 ompi/mca/common/monitoring/common_monitoring.c                                               void *obj, int *count)
count             174 ompi/mca/common/monitoring/common_monitoring.c         *count = (NULL == mca_common_monitoring_current_filename
count             192 ompi/mca/common/monitoring/common_monitoring.c                                                   int *count)
count             197 ompi/mca/common/monitoring/common_monitoring.c         *count = ompi_comm_size ((ompi_communicator_t *) obj_handle);
count             213 ompi/mca/common/monitoring/common_monitoring_coll.c                                                int *count)
count             217 ompi/mca/common/monitoring/common_monitoring_coll.c         *count = 1;
count              30 ompi/mca/common/monitoring/common_monitoring_coll.h                                                              int *count);
count             304 ompi/mca/common/monitoring/monitoring_prof.c     int count;
count             316 ompi/mca/common/monitoring/monitoring_prof.c     MPIT_result = MPI_T_pvar_handle_alloc(session, res->pvar_idx, comm_world, &(res->pvar_handle), &count);
count             322 ompi/mca/common/monitoring/monitoring_prof.c     if (count != comm_world_size) {
count             323 ompi/mca/common/monitoring/monitoring_prof.c         fprintf(stderr, "ERROR : COMM_WORLD has %d ranks \"%s\" pvar contains %d values, check that you have monitoring pml\n", comm_world_size, pvar_name, count);
count             324 ompi/mca/common/monitoring/monitoring_prof.c         PMPI_Abort(MPI_COMM_WORLD, count);
count             126 ompi/mca/common/ompio/common_ompio.h     int count;
count             242 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_write (ompio_file_t *fh, const void *buf,  int count,
count             247 ompi/mca/common/ompio/common_ompio.h                                                   int count,  struct ompi_datatype_t *datatype, 
count             250 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iwrite (ompio_file_t *fh, const void *buf, int count,
count             254 ompi/mca/common/ompio/common_ompio.h                                                    const void *buf,  int count,  struct ompi_datatype_t *datatype,
count             258 ompi/mca/common/ompio/common_ompio.h                                                    int count, struct ompi_datatype_t *datatype, 
count             262 ompi/mca/common/ompio/common_ompio.h                                                       int count, struct ompi_datatype_t *datatype, 
count             266 ompi/mca/common/ompio/common_ompio.h                                                     int count, struct ompi_datatype_t *datatype, ompi_request_t **request);
count             269 ompi/mca/common/ompio/common_ompio.h                                                        int count, struct ompi_datatype_t *datatype, ompi_request_t **request);
count             278 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_read (ompio_file_t *fh,  void *buf,  int count,
count             282 ompi/mca/common/ompio/common_ompio.h                                                  int count, struct ompi_datatype_t *datatype, 
count             285 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iread (ompio_file_t *fh, void *buf, int count,
count             289 ompi/mca/common/ompio/common_ompio.h                                                   void *buf, int count, struct ompi_datatype_t *datatype,
count             292 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_read_all (ompio_file_t *fh, void *buf, int count, struct ompi_datatype_t *datatype,
count             296 ompi/mca/common/ompio/common_ompio.h                                                      void *buf, int count, struct ompi_datatype_t *datatype,
count             299 ompi/mca/common/ompio/common_ompio.h OMPI_DECLSPEC int mca_common_ompio_file_iread_all (ompio_file_t *fp, void *buf, int count, struct ompi_datatype_t *datatype,
count             303 ompi/mca/common/ompio/common_ompio.h                                                       void *buf, int count, struct ompi_datatype_t *datatype,
count             331 ompi/mca/common/ompio/common_ompio.h                                                     int count,
count             571 ompi/mca/common/ompio/common_ompio_file_open.c                                       int count,
count             593 ompi/mca/common/ompio/common_ompio_file_open.c                                                          count,
count             606 ompi/mca/common/ompio/common_ompio_file_open.c     remaining_length = count * datatype->super.size;
count              58 ompi/mca/common/ompio/common_ompio_file_read.c 			      int count,
count              84 ompi/mca/common/ompio/common_ompio_file_read.c     if ( 0 == count ) {
count             116 ompi/mca/common/ompio/common_ompio_file_read.c         OMPIO_PREPARE_READ_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);        
count             121 ompi/mca/common/ompio/common_ompio_file_read.c                                           count,
count             207 ompi/mca/common/ompio/common_ompio_file_read.c 				 int count,
count             219 ompi/mca/common/ompio/common_ompio_file_read.c 				    count,
count             234 ompi/mca/common/ompio/common_ompio_file_read.c 			       int count,
count             250 ompi/mca/common/ompio/common_ompio_file_read.c     if ( 0 == count ) {
count             295 ompi/mca/common/ompio/common_ompio_file_read.c             OMPIO_PREPARE_READ_BUF(fh,buf,count,datatype,tbuf,&ompio_req->req_convertor,max_data,decoded_iov,iov_count); 
count             303 ompi/mca/common/ompio/common_ompio_file_read.c                                               count,
count             361 ompi/mca/common/ompio/common_ompio_file_read.c 	ret = mca_common_ompio_file_read (fh, buf, count, datatype, &status);
count             376 ompi/mca/common/ompio/common_ompio_file_read.c 				  int count,
count             387 ompi/mca/common/ompio/common_ompio_file_read.c 				    count,
count             408 ompi/mca/common/ompio/common_ompio_file_read.c                                     int count,
count             437 ompi/mca/common/ompio/common_ompio_file_read.c         OMPIO_PREPARE_READ_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);   
count             455 ompi/mca/common/ompio/common_ompio_file_read.c                                                 count,
count             465 ompi/mca/common/ompio/common_ompio_file_read.c 				     int count,
count             476 ompi/mca/common/ompio/common_ompio_file_read.c                                           count,
count             486 ompi/mca/common/ompio/common_ompio_file_read.c                                      int count,
count             495 ompi/mca/common/ompio/common_ompio_file_read.c 						 count,
count             503 ompi/mca/common/ompio/common_ompio_file_read.c 	ret = mca_common_ompio_file_iread ( fp, buf, count, datatype, request );
count             512 ompi/mca/common/ompio/common_ompio_file_read.c 				      int count,
count             524 ompi/mca/common/ompio/common_ompio_file_read.c                                            count,
count              40 ompi/mca/common/ompio/common_ompio_file_write.c 			       int count,
count              65 ompi/mca/common/ompio/common_ompio_file_write.c     if ( 0 == count ) {
count              99 ompi/mca/common/ompio/common_ompio_file_write.c         OMPIO_PREPARE_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);     
count             106 ompi/mca/common/ompio/common_ompio_file_write.c                                           count,
count             187 ompi/mca/common/ompio/common_ompio_file_write.c 				  int count,
count             198 ompi/mca/common/ompio/common_ompio_file_write.c                                      count,
count             210 ompi/mca/common/ompio/common_ompio_file_write.c 				int count,
count             226 ompi/mca/common/ompio/common_ompio_file_write.c     if ( 0 == count ) {
count             272 ompi/mca/common/ompio/common_ompio_file_write.c             OMPIO_PREPARE_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);                    
count             282 ompi/mca/common/ompio/common_ompio_file_write.c                                               count,
count             339 ompi/mca/common/ompio/common_ompio_file_write.c         ret = mca_common_ompio_file_write(fh,buf,count,datatype, &status);
count             353 ompi/mca/common/ompio/common_ompio_file_write.c 				   int count,
count             364 ompi/mca/common/ompio/common_ompio_file_write.c                                     count,
count             385 ompi/mca/common/ompio/common_ompio_file_write.c                                      int count,
count             413 ompi/mca/common/ompio/common_ompio_file_write.c         OMPIO_PREPARE_BUF(fh,buf,count,datatype,tbuf,&convertor,max_data,decoded_iov,iov_count);     
count             433 ompi/mca/common/ompio/common_ompio_file_write.c                                                  count,
count             443 ompi/mca/common/ompio/common_ompio_file_write.c 				      int count,
count             454 ompi/mca/common/ompio/common_ompio_file_write.c                                            count,
count             464 ompi/mca/common/ompio/common_ompio_file_write.c                                       int count,
count             473 ompi/mca/common/ompio/common_ompio_file_write.c 						  count,
count             481 ompi/mca/common/ompio/common_ompio_file_write.c 	ret = mca_common_ompio_file_iwrite ( fp, buf, count, datatype, request );
count             491 ompi/mca/common/ompio/common_ompio_file_write.c 				       int count,
count             502 ompi/mca/common/ompio/common_ompio_file_write.c     ret = mca_common_ompio_file_iwrite_all ( fp, buf, count, datatype, request );
count              44 ompi/mca/common/ompio/common_ompio_print_queue.c     q->count = 0;
count              53 ompi/mca/common/ompio/common_ompio_print_queue.c     if (q->count >= MCA_COMMON_OMPIO_QUEUESIZE){
count              59 ompi/mca/common/ompio/common_ompio_print_queue.c         q->count = q->count + 1;
count              69 ompi/mca/common/ompio/common_ompio_print_queue.c     if (q->count <= 0){
count              75 ompi/mca/common/ompio/common_ompio_print_queue.c         q->count = q->count - 1;
count              83 ompi/mca/common/ompio/common_ompio_print_queue.c     if (q->count == 0) {
count              92 ompi/mca/common/ompio/common_ompio_print_queue.c     if (q->count < MCA_COMMON_OMPIO_QUEUESIZE) {
count             104 ompi/mca/common/ompio/common_ompio_print_queue.c     int i = 0, j=0, nprocs_for_coll = 0, ret = OMPI_SUCCESS, count = 0;
count             144 ompi/mca/common/ompio/common_ompio_print_queue.c 	count = 4 * fh->f_size;
count             147 ompi/mca/common/ompio/common_ompio_print_queue.c     if (q->count > 0){
count             148 ompi/mca/common/ompio/common_ompio_print_queue.c 	for (i=0; i < q->count; i++){
count             176 ompi/mca/common/ompio/common_ompio_print_queue.c 	for (i=0;i<count;i+=4){
count              44 ompi/mca/common/ompio/common_ompio_print_queue.h     int count;
count              84 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_isend_init( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
count              87 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_isend( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
count              90 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_send(  void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
count              93 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_irecv_init( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
count              96 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_irecv( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
count              99 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_recv(  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
count             104 ompi/mca/crcp/base/base.h     ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_start( size_t count, ompi_request_t** requests, ompi_crcp_base_pml_state_t* );
count             175 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_isend_init( void *buf, size_t count,
count             187 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_isend( void *buf, size_t count,
count             199 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_send(  void *buf, size_t count,
count             210 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_irecv_init( void *buf, size_t count,
count             221 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_irecv( void *buf, size_t count,
count             232 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_recv(  void *buf, size_t count,
count             251 ompi/mca/crcp/base/crcp_base_fns.c ompi_crcp_base_pml_state_t* ompi_crcp_base_none_pml_start( size_t count,
count             154 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   size_t count,
count             206 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                 size_t count, int tag, int peer, uint32_t comm_id,
count             217 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                      size_t count, size_t datatype_size,
count             238 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                 size_t count, size_t ddt_size,
count             253 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static int drain_message_check_recv(void **buf, size_t count,
count             265 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                               size_t count, int tag, int peer,
count             273 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static int drain_message_find_any(size_t count, int tag, int peer,
count             293 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                      ompi_datatype_t *datatype, int count, void **buf,
count             390 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                               size_t *count, size_t *datatype_size,
count             400 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                     size_t count, size_t datatype_size,
count             454 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static int coord_request_wait_all( size_t count,
count             827 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     msg_ref->count      = 0;
count             851 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     msg_ref->count      = 0;
count             884 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     msg_ref->count      = 0;
count             909 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     msg_ref->count      = 0;
count            1014 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c    msg_ref->count    = v_count;                                  \
count            1041 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c    msg_ref->count    = v_count;                                  \
count            1055 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c #define PACK_BUFFER(buffer, var, count, type, error_msg)                       \
count            1057 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if (OMPI_SUCCESS != (ret = opal_dss.pack(buffer, &(var), count, type)) ) { \
count            1065 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c #define UNPACK_BUFFER(buffer, var, count, type, error_msg)                     \
count            1067 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     int32_t n = count;                                                 \
count            1502 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   void *buf, size_t count,
count            1539 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                count, datatype, 0, tag, dst, comm,
count            1715 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   void *buf, size_t count,
count            1752 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                count, datatype, 0, tag, dst, comm,
count            1874 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   void *buf, size_t count,
count            1910 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                count, datatype, 0, tag, dst, comm,
count            1958 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   void *buf, size_t count,
count            1996 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                    count, datatype, 0, tag, src, comm,
count            2015 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                    count, datatype, 0, tag, src, comm,
count            2137 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                       msg_ref->count, msg_ref->tag, msg_ref->rank,
count            2146 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( OMPI_SUCCESS != (ret = drain_message_find_any(msg_ref->count, msg_ref->tag, msg_ref->rank,
count            2387 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   void *buf, size_t count,
count            2413 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( OMPI_SUCCESS != (ret = drain_message_check_recv(buf, count, datatype,
count            2445 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                        count, datatype, 0, tag, src, comm,
count            2464 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                        count, datatype, 0, tag, src, comm,
count            2625 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   void *buf, size_t count,
count            2652 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( OMPI_SUCCESS != (ret = drain_message_check_recv(buf, count, datatype,
count            2681 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                        count, datatype, 0, tag, src, comm,
count            2697 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                        count, datatype, 0, tag, src, comm,
count            2777 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   size_t count,
count            2794 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         for(iter_req = 0; iter_req < count; iter_req++) {
count            2814 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         coord_start_req_types = (ompi_request_type_t *)malloc(sizeof(ompi_request_type_t) * count);
count            2815 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         for(iter_req = 0; iter_req < count; iter_req++) {
count            2819 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         for(iter_req = 0; iter_req < count; iter_req++) {
count            2840 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         for(iter_req = 0; iter_req < count; iter_req++) {
count            3181 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                   size_t count,
count            3206 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     count, tag, dest,
count            3227 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                            count, ddt_size, tag, dest, comm,
count            3232 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                            count, ddt_size, tag, dest, comm,
count            3324 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                  old_msg_ref->count,
count            3511 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                          (*posted_msg_ref)->count,
count            3588 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             if(drain_msg_ref->count > 0 ) {
count            3589 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                 new_content->buffer = (void *) malloc(drain_msg_ref->count * drain_msg_ref->ddt_size);
count            3615 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                              size_t count, size_t datatype_size,
count            3634 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     count, tag, INVALID_INT,
count            3647 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     count, tag, INVALID_INT,
count            3660 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     count, tag, INVALID_INT,
count            3673 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     count, tag, INVALID_INT,
count            3686 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                     count, tag, INVALID_INT,
count            3705 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                 size_t count, int tag, int peer,
count            3745 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if(msg_ref->count == count  &&
count            3769 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                 size_t count, size_t ddt_size,
count            3783 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                   count, tag, dest,
count            3795 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                              count, NULL, tag, dest, comm,
count            3835 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static int drain_message_check_recv(void **buf, size_t count,
count            3856 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     if( OMPI_SUCCESS != (ret = drain_message_find_any(count, *tag, *src,
count            3879 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                              datatype, count, buf,
count            3897 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static int drain_message_find_any(size_t count, int tag, int peer,
count            3931 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                            count, tag, peer,
count            3947 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                               size_t count, int tag, int peer,
count            3972 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                              (int)ddt_size, (int)count, tag, peer,
count            3973 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                              (int)drain_msg->ddt_size, (int)drain_msg->count, (int)drain_msg->tag, (int)drain_msg->rank));
count            3998 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             count    != PROBE_ANY_COUNT) {
count            4000 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c             if((drain_msg->count   ) != count   ||
count            4073 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                    drain_msg_ref->count,
count            4094 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                      ompi_datatype_t *datatype, int count, void **buf,
count            4118 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c         if( 0 != (ret = ompi_datatype_copy_content_same_ddt(datatype, count,
count            4974 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                                              (drain_msg_ref->count * drain_msg_ref->ddt_size),
count            5161 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c static int coord_request_wait_all( size_t count,
count            5173 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     for( i = 0; i < count; ++i) {
count            5182 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                             (int)i, (int)count));
count            5558 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     PACK_BUFFER(buffer, msg_ref->count, 1, OPAL_SIZE,
count            5746 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                               size_t *count, size_t *datatype_size,
count            5770 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c     UNPACK_BUFFER(&rb->data, (*count), 1, OPAL_SIZE,
count            5786 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                     size_t count, size_t datatype_size,
count            5823 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                                     rank, comm_id, tag, count, datatype_size, /* Message signature */
count            6103 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                        count, datatype_size, tag, rank,
count            6361 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                     (int)msg_ref->count,
count            6375 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                     (int)msg_ref->count);
count            6427 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                     (int)msg_ref->count,
count            6438 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c                     (int)msg_ref->count);
count              72 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     ( void *buf, size_t count, ompi_datatype_t *datatype,
count              79 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     ( void *buf, size_t count, ompi_datatype_t *datatype,
count              86 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     (  void *buf, size_t count, ompi_datatype_t *datatype,
count              92 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     ( void *buf, size_t count, ompi_datatype_t *datatype,
count              98 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     ( void *buf, size_t count, ompi_datatype_t *datatype,
count             104 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     (  void *buf, size_t count, ompi_datatype_t *datatype,
count             114 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h     ( size_t count, ompi_request_t** requests,
count             216 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h         size_t count;
count             297 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.h         size_t count;
count             131 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
count             136 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
count             141 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
count             146 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
count             151 ompi/mca/crcp/crcp.h      ( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
count             156 ompi/mca/crcp/crcp.h      (  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
count             164 ompi/mca/crcp/crcp.h      ( size_t count, ompi_request_t** requests, ompi_crcp_base_pml_state_t* );
count             444 ompi/mca/fcoll/base/fcoll_base_coll_array.c                                  int count,
count             460 ompi/mca/fcoll/base/fcoll_base_coll_array.c                                 count,
count             482 ompi/mca/fcoll/base/fcoll_base_coll_array.c                                  count,
count             100 ompi/mca/fcoll/base/fcoll_base_coll_array.h                                                int count,
count              55 ompi/mca/fcoll/dynamic/fcoll_dynamic.h                                      int count,
count              62 ompi/mca/fcoll/dynamic/fcoll_dynamic.h                                       int count,
count              55 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                                  int count,
count             130 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c                                                 count,
count             141 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_read_all.c         max_data = count * datatype->super.size;
count              56 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                                   int count,
count             132 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c                                                   count,
count             143 ompi/mca/fcoll/dynamic/fcoll_dynamic_file_write_all.c         max_data = count * datatype->super.size;
count              57 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2.h                                      int count,
count              64 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2.h                                       int count,
count              55 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                                  int count,
count             130 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c                                                 count,
count             141 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_read_all.c         max_data = count * datatype->super.size;
count             120 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                       int count,
count             170 ompi/mca/fcoll/dynamic_gen2/fcoll_dynamic_gen2_file_write_all.c                                               count,
count             118 ompi/mca/fcoll/fcoll.h  int count,
count             125 ompi/mca/fcoll/fcoll.h  int count,
count             132 ompi/mca/fcoll/fcoll.h  int count,
count             139 ompi/mca/fcoll/fcoll.h  int count,
count              55 ompi/mca/fcoll/individual/fcoll_individual.h                                      int count,
count              62 ompi/mca/fcoll/individual/fcoll_individual.h                                       int count,
count              38 ompi/mca/fcoll/individual/fcoll_individual_file_read_all.c                                     int count,
count              42 ompi/mca/fcoll/individual/fcoll_individual_file_read_all.c     return mca_common_ompio_file_read( fh, buf, count, datatype, status);
count              35 ompi/mca/fcoll/individual/fcoll_individual_file_write_all.c                                          int count,
count              39 ompi/mca/fcoll/individual/fcoll_individual_file_write_all.c     return mca_common_ompio_file_write (fh, buf, count, datatype, status);
count              55 ompi/mca/fcoll/two_phase/fcoll_two_phase.h                                      int count,
count              62 ompi/mca/fcoll/two_phase/fcoll_two_phase.h                                       int count,
count              50 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     int count;
count              76 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				    int *count,
count             124 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				   int count,
count             155 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				                  count,
count             183 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	max_data = count * datatype->super.size;
count             265 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	flat_buf->count = 0;
count             269 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	if ( 0 < count ) {
count             270 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	    local_size = OMPIO_MAX(1,iov_count/count);
count             294 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	flat_buf->count = local_size;
count             302 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	       flat_buf->count);
count             303 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	for(i=0;i<flat_buf->count;i++){
count             550 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     int *curr_offlen_ptr=NULL, *count=NULL, *send_size=NULL, *recv_size=NULL;
count             566 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	if (others_req[i].count) {
count             574 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	for(j=0;j< others_req[i].count; j++){
count             614 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     count = (int *)calloc (fh->f_size,
count             616 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     if (NULL == count){
count             663 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	for (i=0; i<fh->f_size; i++) count[i] = send_size[i] = 0;
count             667 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	    if (others_req[i].count) {
count             669 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 		for (j=curr_offlen_ptr[i]; j<others_req[i].count;
count             688 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 			count[i]++;
count             697 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 			    if ((j+1 < others_req[i].count) &&
count             717 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	    if (count[i]) flag = 1;
count             779 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				send_size, start_pos, recv_size, count,
count             802 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     for (i=0; i<fh->f_size; i++) count[i] = send_size[i] = 0;
count             805 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				start_pos, recv_size, count,
count             816 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     free (count);
count             830 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 				   int *count, int *partial_send,
count             941 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 		k = start_pos[i] + count[i] - 1;
count             946 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 	    ompi_datatype_create_hindexed(count[i],
count            1024 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c 		if (flat_buf_idx < (flat_buf->count - 1)) flat_buf_idx++; \
count            1048 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c            if (flat_buf_idx < (flat_buf->count - 1)) flat_buf_idx++; \
count            1100 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_read_all.c     if ( flat_buf->count > 0 ) {
count              50 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     int count;
count              82 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				   OMPI_MPI_OFFSET_TYPE size, int *count,
count             124 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 			  int *count,
count             146 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c                                     int count,
count             185 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				                  count,
count             219 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	max_data = count * datatype->super.size;
count             309 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	flat_buf->count = 0;
count             313 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	if ( 0 < count ) {
count             314 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	    local_size = OMPIO_MAX(1,iov_count/count);
count             338 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	flat_buf->count = local_size;
count             351 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	printf("flat_buf_count : %d\n", flat_buf->count);
count             352 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	for(i=0;i<flat_buf->count;i++){
count             613 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     int *curr_offlen_ptr=NULL, *count=NULL, *send_size=NULL, *recv_size=NULL;
count             635 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	if (others_req[i].count) {
count             643 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	for(j=0;j< others_req[i].count; j++){
count             679 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     count = (int *) malloc(fh->f_size*sizeof(int));
count             681 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     if ( NULL == count ){
count             748 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	for (i=0; i< fh->f_size; i++) count[i] = recv_size[i] = 0;
count             753 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	    if(others_req[i].count){
count             755 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		for (j=curr_offlen_ptr[i]; j<others_req[i].count; j++) {
count             773 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 			count[i]++;
count             779 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 			       count[i]);
count             805 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				     count, partial_recv, sent_to_proc,
count             824 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	    if (count[i]) flag = 1;
count             891 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     for (i=0; i<fh->f_size; i++) count[i] = recv_size[i] = 0;
count             896 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				     count, partial_recv, sent_to_proc,
count             915 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     free (count);
count             935 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 				  OMPI_MPI_OFFSET_TYPE size, int *count,
count            1000 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		k = start_pos[i] + count[i] - 1;
count            1004 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	    ompi_datatype_create_hindexed(count[i],
count            1014 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     for (i=0;i<fh->f_size;i++) sum += count[i];
count            1032 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     two_phase_heap_merge(others_req, count, srt_off, srt_len, start_pos, fh->f_size,fh->f_rank,  nprocs_recv, sum);
count            1037 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c             k = start_pos[i] + count[i] - 1;
count            1244 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		if (flat_buf_idx < (flat_buf->count - 1)) flat_buf_idx++; \
count            1268 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 		if (flat_buf_idx < (flat_buf->count - 1)) flat_buf_idx++; \
count            1321 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c     if ( flat_buf->count > 0 ) {
count            1408 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 			   int *count,
count            1433 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	if (count[i]) {
count            1436 ompi/mca/fcoll/two_phase/fcoll_two_phase_file_write_all.c 	    a[j].nelem = count[i];
count             242 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	    others_req[i].count = count_others_req_per_proc[i];
count             252 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	    others_req[i].count = 0;
count             267 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	if (others_req[i].count){
count             269 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 				     others_req[i].count,
count             282 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 				     others_req[i].count,
count             298 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	if (my_req[i].count) {
count             300 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 				     my_req[i].count,
count             313 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 				     my_req[i].count,
count             446 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	my_req[i].count = 0;
count             461 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	l = my_req[proc].count;
count             466 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	my_req[proc].count++;
count             481 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	    l = my_req[proc].count;
count             487 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	    my_req[proc].count++;
count             497 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 		    my_req[i].count);
count             498 ompi/mca/fcoll/two_phase/fcoll_two_phase_support_fns.c 	    for (l=0; l < my_req[i].count; l++) {
count              58 ompi/mca/fcoll/vulcan/fcoll_vulcan.h                                     int count,
count              65 ompi/mca/fcoll/vulcan/fcoll_vulcan.h                                      int count,
count              54 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                                  int count,
count             129 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c                                                 count,
count             140 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_read_all.c         max_data = count * datatype->super.size;
count             123 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                                       int count,
count             185 ompi/mca/fcoll/vulcan/fcoll_vulcan_file_write_all.c                                               count,
count             168 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
count             172 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
count             176 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
count             180 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
count             185 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
count             189 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
count             194 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
count             198 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype,
count             202 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count, struct ompi_datatype_t *
count             205 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count, struct ompi_datatype_t *
count             208 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count, struct ompi_datatype_t *
count             211 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count, struct ompi_datatype_t *
count             215 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count,
count             218 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count,
count             222 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count,
count             225 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count,
count             236 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count,
count             239 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count,
count             242 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count,
count             245 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count,
count             248 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count,
count             251 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count,
count             260 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype);
count             265 ompi/mca/io/io.h      int count, struct ompi_datatype_t *datatype);
count             269 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count,
count             274 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count,
count             279 ompi/mca/io/io.h     (struct ompi_file_t *fh, void *buf, int count,
count             284 ompi/mca/io/io.h     (struct ompi_file_t *fh, const void *buf, int count,
count             182 ompi/mca/io/ompio/io_ompio.h                                int count,
count             188 ompi/mca/io/ompio/io_ompio.h                                    int count,
count             194 ompi/mca/io/ompio/io_ompio.h                                 int count,
count             200 ompi/mca/io/ompio/io_ompio.h                                     int count,
count             206 ompi/mca/io/ompio/io_ompio.h                                 int count,
count             212 ompi/mca/io/ompio/io_ompio.h                                  int count,
count             219 ompi/mca/io/ompio/io_ompio.h                             int count,
count             224 ompi/mca/io/ompio/io_ompio.h                                 int count,
count             229 ompi/mca/io/ompio/io_ompio.h 				int count,
count             235 ompi/mca/io/ompio/io_ompio.h 				    int count,
count             241 ompi/mca/io/ompio/io_ompio.h                              int count,
count             246 ompi/mca/io/ompio/io_ompio.h                                  int count,
count             251 ompi/mca/io/ompio/io_ompio.h 				  int count,
count             257 ompi/mca/io/ompio/io_ompio.h 				     int count,
count             262 ompi/mca/io/ompio/io_ompio.h                              int count,
count             267 ompi/mca/io/ompio/io_ompio.h                               int count,
count             282 ompi/mca/io/ompio/io_ompio.h                                    int count,
count             287 ompi/mca/io/ompio/io_ompio.h                                     int count,
count             292 ompi/mca/io/ompio/io_ompio.h                                     int count,
count             297 ompi/mca/io/ompio/io_ompio.h                                      int count,
count             302 ompi/mca/io/ompio/io_ompio.h                                     int count,
count             307 ompi/mca/io/ompio/io_ompio.h                                      int count,
count             320 ompi/mca/io/ompio/io_ompio.h                                          int count,
count             328 ompi/mca/io/ompio/io_ompio.h                                           int count,
count             335 ompi/mca/io/ompio/io_ompio.h                                       int count,
count             342 ompi/mca/io/ompio/io_ompio.h                                        int count,
count             349 ompi/mca/io/ompio/io_ompio.h                                           int count,
count             356 ompi/mca/io/ompio/io_ompio.h                                            int count,
count              56 ompi/mca/io/ompio/io_ompio_file_read.c 			    int count,
count              65 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_read(&data->ompio_fh,buf,count,datatype,status);
count              74 ompi/mca/io/ompio/io_ompio_file_read.c 			       int count,
count              83 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_read_at(&data->ompio_fh, offset,buf,count,datatype,status);
count              91 ompi/mca/io/ompio/io_ompio_file_read.c 			     int count,
count             100 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_iread(&data->ompio_fh,buf,count,datatype,request);
count             110 ompi/mca/io/ompio/io_ompio_file_read.c 				int count,
count             119 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_iread_at(&data->ompio_fh,offset,buf,count,datatype,request);
count             130 ompi/mca/io/ompio/io_ompio_file_read.c 				int count,
count             142 ompi/mca/io/ompio/io_ompio_file_read.c                                           count,
count             150 ompi/mca/io/ompio/io_ompio_file_read.c 	status->_ucount = count * size;
count             158 ompi/mca/io/ompio/io_ompio_file_read.c 				int count,
count             172 ompi/mca/io/ompio/io_ompio_file_read.c                                            count,
count             184 ompi/mca/io/ompio/io_ompio_file_read.c 				   int count,
count             193 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_read_at_all(&data->ompio_fh,offset,buf,count,datatype,status);
count             202 ompi/mca/io/ompio/io_ompio_file_read.c 				    int count,
count             211 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_iread_at_all ( &data->ompio_fh, offset, buf, count, datatype, request );
count             222 ompi/mca/io/ompio/io_ompio_file_read.c 				   int count,
count             241 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_read(fh,buf,count,datatype,status);
count             249 ompi/mca/io/ompio/io_ompio_file_read.c 				    int count,
count             268 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_iread(ompio_fh,buf,count,datatype,request);
count             276 ompi/mca/io/ompio/io_ompio_file_read.c 				    int count,
count             295 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_read_ordered(ompio_fh,buf,count,datatype,status);
count             302 ompi/mca/io/ompio/io_ompio_file_read.c 					  int count,
count             320 ompi/mca/io/ompio/io_ompio_file_read.c     ret = shared_fp_base_module->sharedfp_read_ordered_begin(ompio_fh,buf,count,datatype);
count             356 ompi/mca/io/ompio/io_ompio_file_read.c 				      int count,
count             370 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_io_ompio_file_iread_all ( fh, buf, count, datatype, &fp->f_split_coll_req );
count             396 ompi/mca/io/ompio/io_ompio_file_read.c 					 int count,
count             410 ompi/mca/io/ompio/io_ompio_file_read.c     ret = mca_common_ompio_file_iread_at_all ( fp, offset, buf, count, datatype, &fp->f_split_coll_req );
count              59 ompi/mca/io/ompio/io_ompio_file_write.c 			     int count,
count              70 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_write(fh,buf,count,datatype,status);
count              79 ompi/mca/io/ompio/io_ompio_file_write.c 				int count,
count              88 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_write_at (&data->ompio_fh, offset,buf,count,datatype,status);
count              96 ompi/mca/io/ompio/io_ompio_file_write.c 			      int count,
count             105 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_iwrite(&data->ompio_fh,buf,count,datatype,request);
count             115 ompi/mca/io/ompio/io_ompio_file_write.c 				 int count,
count             124 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_iwrite_at(&data->ompio_fh,offset,buf,count,datatype,request);
count             136 ompi/mca/io/ompio/io_ompio_file_write.c 				 int count,
count             148 ompi/mca/io/ompio/io_ompio_file_write.c                                            count,
count             156 ompi/mca/io/ompio/io_ompio_file_write.c 	status->_ucount = count * size;
count             165 ompi/mca/io/ompio/io_ompio_file_write.c 				    int count,
count             174 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_write_at_all(&data->ompio_fh,offset,buf,count,datatype,status);
count             182 ompi/mca/io/ompio/io_ompio_file_write.c 				  int count,
count             196 ompi/mca/io/ompio/io_ompio_file_write.c                                             count,
count             208 ompi/mca/io/ompio/io_ompio_file_write.c 				     int count,
count             217 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_iwrite_at_all ( &data->ompio_fh, offset, buf, count, datatype, request );
count             229 ompi/mca/io/ompio/io_ompio_file_write.c 				    int count,
count             248 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_write(fh,buf,count,datatype,status);
count             256 ompi/mca/io/ompio/io_ompio_file_write.c 				     int count,
count             275 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_iwrite(fh,buf,count,datatype,request);
count             283 ompi/mca/io/ompio/io_ompio_file_write.c 				     int count,
count             302 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_write_ordered(fh,buf,count,datatype,status);
count             310 ompi/mca/io/ompio/io_ompio_file_write.c 					   int count,
count             328 ompi/mca/io/ompio/io_ompio_file_write.c     ret = shared_fp_base_module->sharedfp_write_ordered_begin(fh,buf,count,datatype);
count             364 ompi/mca/io/ompio/io_ompio_file_write.c 				       int count,
count             378 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_io_ompio_file_iwrite_all ( fh, buf, count, datatype, &fp->f_split_coll_req );
count             405 ompi/mca/io/ompio/io_ompio_file_write.c 					  int count,
count             420 ompi/mca/io/ompio/io_ompio_file_write.c     ret = mca_common_ompio_file_iwrite_at_all ( fp, offset, buf, count, datatype, &fp->f_split_coll_req );
count              38 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h void ADIOI_GPFS_ReadContig(ADIO_File fd, void *buf, int count,
count              42 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h void ADIOI_GPFS_WriteContig(ADIO_File fd, const void *buf, int count,
count              49 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h void ADIOI_GPFS_WriteStrided(ADIO_File fd, const void *buf, int count,
count              53 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h void ADIOI_GPFS_ReadStrided(ADIO_File fd, void *buf, int count,
count              58 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h void ADIOI_GPFS_ReadStridedColl(ADIO_File fd, void *buf, int count,
count              63 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs.h void ADIOI_GPFS_WriteStridedColl(ADIO_File fd, const void *buf, int count,
count             543 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	my_req[i].count = 0;  /* will be incremented where needed
count             566 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	l = my_req[proc].count;
count             578 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	my_req[proc].count++;
count             592 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	    l = my_req[proc].count;
count             598 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	    my_req[proc].count++;
count             608 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 		    my_req[i].count);
count             609 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	    for (l=0; l < my_req[i].count; l++) {
count             705 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	    others_req[i].count = count_others_req_per_proc[i];
count             719 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_aggrs.c 	    others_req[i].count = 0;
count              45 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 				  int *count, int *start_pos, 
count              59 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c                                   int *count, int *start_pos,
count              91 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c void ADIOI_GPFS_ReadStridedColl(ADIO_File fd, void *buf, int count,
count             131 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c         ADIOI_IOStridedColl (fd, buf, count, ADIOI_READ, datatype, 
count             158 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	ADIOI_Calc_my_off_len(fd, count, datatype, file_ptr_type, offset,
count             186 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c         my_count_size = (ADIO_Offset) count  * (ADIO_Offset)buftype_size;
count             267 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 		ADIO_ReadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
count             270 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    else ADIO_ReadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
count             273 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	else ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type,
count             446 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	if (my_req[i].count) {
count             471 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	if (others_req[i].count) {
count             490 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     bufsize = size * count;
count             522 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     int *curr_offlen_ptr, *count, *send_size, *recv_size;
count             546 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	if (others_req[i].count) {
count             555 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	for (j=0; j<others_req[i].count; j++) {
count             582 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     count = (int *) ADIOI_Malloc(nprocs * sizeof(int));
count             667 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	for (i=0; i<nprocs; i++) count[i] = send_size[i] = 0;
count             672 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    DBG_FPRINTF(stderr, "rank %d, i %d, others_count %d\n", rank, i, others_req[i].count); 
count             674 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    if (others_req[i].count) {
count             676 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 		for (j=curr_offlen_ptr[i]; j<others_req[i].count;
count             695 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 			count[i]++;
count             705 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 			    if ((j+1 < others_req[i].count) && 
count             726 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    if (count[i]) flag = 1;
count             754 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 			    send_size, recv_size, count, 
count             764 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c                             send_size, recv_size, count,
count             794 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     for (i=0; i<nprocs; i++) count[i] = send_size[i] = 0;
count             803 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 			    send_size, recv_size, count, 
count             813 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c                             send_size, recv_size, count, 
count             826 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c     ADIOI_Free(count);
count             839 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 			 int *count, int *start_pos, int *partial_send, 
count             913 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 		k = start_pos[i] + count[i] - 1;
count             917 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 	    ADIOI_Type_create_hindexed_x(count[i],
count             977 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c             if (flat_buf_idx < (flat_buf->count - 1)) flat_buf_idx++; \
count            1003 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c             if (flat_buf_idx < (flat_buf->count - 1)) flat_buf_idx++; \
count            1133 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c                 int *count, int *start_pos, int *partial_send,
count            1183 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c 		k = start_pos[i] + count[i] - 1;
count            1188 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_rdcoll.c             for (j=0; j<count[i]; j++) {
count              53 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                          int *count, int *start_pos, int *partial_recv, 
count              70 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		int *count, int *start_pos, int *partial_recv,
count             104 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c static void ADIOI_Heap_merge(ADIOI_Access *others_req, int *count, 
count             109 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c void ADIOI_GPFS_WriteStridedColl(ADIO_File fd, const void *buf, int count,
count             166 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	ADIOI_Calc_my_off_len(fd, count, datatype, file_ptr_type, offset,
count             188 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c         my_count_size = (ADIO_Offset) count  * (ADIO_Offset)buftype_size;
count             270 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                 ADIO_WriteContig(fd, buf, count, datatype,
count             274 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c             else ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
count             277 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	else ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
count             455 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	if (my_req[i].count) {
count             477 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	if (others_req[i].count) {
count             499 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c       bufsize = size * count;
count             635 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     int *curr_offlen_ptr, *count, *send_size, req_len, *recv_size;
count             668 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	if (others_req[i].count) {
count             676 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	for (j=0; j < others_req[i].count; j++) {
count             722 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     count = (int *) ADIOI_Malloc(nprocs*sizeof(int));
count             800 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	for (i=0; i < nprocs; i++) count[i] = recv_size[i] = 0;
count             805 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	    if (others_req[i].count) {
count             807 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		for (j=curr_offlen_ptr[i]; j<others_req[i].count; j++) {
count             825 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 			count[i]++;
count             838 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 			    if ((j+1 < others_req[i].count) && 
count             867 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                             len_list, send_size, recv_size, off, size, count,
count             878 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                             len_list, send_size, recv_size, off, size, count,
count             893 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	    if (count[i]) flag = 1;
count             943 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     for (i=0; i<nprocs; i++) count[i] = recv_size[i] = 0;
count             951 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                             len_list, send_size, recv_size, off, size, count,
count             962 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                             len_list, send_size, recv_size, off, size, count,
count             976 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     ADIOI_Free(count);
count            1006 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 				  int *count, int *start_pos,
count            1049 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		k = start_pos[i] + count[i] - 1;
count            1053 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	    ADIOI_Type_create_hindexed_x(count[i],
count            1068 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     for (i=0; i<nprocs; i++) sum += count[i];
count            1073 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     ADIOI_Heap_merge(others_req, count, srt_off, srt_len, start_pos,
count            1079 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c             k = start_pos[i] + count[i] - 1;
count            1254 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c             if (flat_buf_idx < (flat_buf->count - 1)) flat_buf_idx++; \
count            1280 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c             if (flat_buf_idx < (flat_buf->count - 1)) flat_buf_idx++; \
count            1402 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c static void ADIOI_Heap_merge(ADIOI_Access *others_req, int *count, 
count            1419 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	if (count[i]) {
count            1422 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 	    a[j].nelem = count[i];
count            1530 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c 		int *count, int *start_pos, int *partial_recv,
count            1629 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     for (i=0; i<nprocs; i++) sum += count[i];
count            1633 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c     ADIOI_Heap_merge(others_req, count, srt_off, srt_len, start_pos,
count            1679 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                 k = start_pos[i] + count[i] - 1;
count            1685 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c             for (j=0; j<count[i]; j++) {
count            1695 ompi/mca/io/romio321/romio/adio/ad_gpfs/ad_gpfs_wrcoll.c                 k = start_pos[i] + count[i] - 1;
count              29 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_ReadContig(ADIO_File fd, void *buf, int count, 
count              33 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_WriteContig(ADIO_File fd, void *buf, int count, 
count              37 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_IwriteContig(ADIO_File fd, void *buf, int count, 
count              41 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_IreadContig(ADIO_File fd, void *buf, int count, 
count              55 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_WriteStrided(ADIO_File fd, void *buf, int count,
count              59 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_ReadStrided(ADIO_File fd, void *buf, int count,
count              63 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_WriteStridedColl(ADIO_File fd, void *buf, int count,
count              67 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_ReadStridedColl(ADIO_File fd, void *buf, int count,
count              71 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_IreadStrided(ADIO_File fd, void *buf, int count,
count              75 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp.h void ADIOI_GRIDFTP_IwriteStrided(ADIO_File fd, void *buf, int count,
count             103 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c void ADIOI_GRIDFTP_ReadContig(ADIO_File fd, void *buf, int count, 
count             134 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     len = ((globus_size_t)datatype_size)*((globus_size_t)count);
count             190 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c void ADIOI_GRIDFTP_ReadDiscontig(ADIO_File fd, void *buf, int count,
count             252 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     while ( boff < (count*btype_size) )
count             256 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    for (i=0;i<flat_file->count;i++)
count             259 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 		    if ( (boff+flat_file->blocklens[i]) < (count*btype_size) )
count             262 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 			blklen=(count*btype_size)-boff;
count             269 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 		    if ( boff>=(count*btype_size) )
count             274 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     if ( extent < count*btype_size )
count             277 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 		    myrank,nprocs,myname,extent,count*btype_size);
count             342 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     while ( boff < (count*btype_size) )
count             346 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    for (i=0;i<flat_file->count;i++)
count             348 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 		    if ( (boff+flat_file->blocklens[i]) < (count*btype_size) )
count             351 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 			blklen=(count*btype_size)-boff;
count             357 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 			    if ( boff>=(count*btype_size) )
count             378 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c void ADIOI_GRIDFTP_ReadStrided(ADIO_File fd, void *buf, int count,
count             417 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c     bufsize=count*btype_size;
count             423 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    ADIOI_GRIDFTP_ReadDiscontig(fd, buf, count, datatype,
count             437 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    MPI_Unpack(intermediate,bufsize,&posn,buf,count,datatype,fd->comm);
count             453 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    MPI_Unpack(intermediate,bufsize,&posn,buf,count,datatype,fd->comm);
count             460 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_read.c 	    ADIOI_GRIDFTP_ReadContig(fd, buf, count, datatype,
count             109 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c void ADIOI_GRIDFTP_WriteContig(ADIO_File fd, void *buf, int count, 
count             140 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     len = ((globus_size_t)datatype_size)*((globus_size_t)count);
count             203 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c void ADIOI_GRIDFTP_WriteDiscontig(ADIO_File fd, void *buf, int count,
count             254 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     while ( boff < (count*btype_size) )
count             258 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    for (i=0;i<flat_file->count;i++)
count             260 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 		    if ( (boff+flat_file->blocklens[i]) < (count*btype_size) )
count             263 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 			blklen=(count*btype_size)-boff;
count             266 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 		    if ( boff>=(count*btype_size) )
count             271 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     if ( extent < count*btype_size )
count             274 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 		    myrank,nprocs,myname,extent,count*btype_size);
count             284 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    myrank,nprocs,myname,count*btype_size,extent,(long long)start);
count             311 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     while ( boff < (count*btype_size) )
count             315 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    for (i=0;i<flat_file->count;i++)
count             317 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 		    if ( (boff+flat_file->blocklens[i]) < (count*btype_size) )
count             320 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 			blklen=(count*btype_size)-boff;
count             341 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 			    if ( boff>=(count*btype_size) )
count             373 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c void ADIOI_GRIDFTP_WriteStrided(ADIO_File fd, void *buf, int count,
count             392 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     ADIOI_GEN_WriteStrided(fd, buf, count, datatype, file_ptr_type, offset, 
count             408 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c     bufsize=count*btype_size;
count             418 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    ADIOI_GRIDFTP_WriteDiscontig(fd, buf, count, datatype,
count             433 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    MPI_Pack(buf,count,datatype,intermediate,bufsize,&posn,fd->comm);
count             452 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    MPI_Pack(buf,count,datatype,intermediate,bufsize,&posn,fd->comm);
count             465 ompi/mca/io/romio321/romio/adio/ad_gridftp/ad_gridftp_write.c 	    ADIOI_GRIDFTP_WriteContig(fd, buf, count, datatype,
count              22 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs.h void ADIOI_HFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              26 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs.h void ADIOI_HFS_WriteContig(ADIO_File fd, void *buf, int count, 
count              14 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c void ADIOI_HFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              24 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_read.c     len = datatype_size * count;
count              14 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c void ADIOI_HFS_WriteContig(ADIO_File fd, void *buf, int count, 
count              24 ompi/mca/io/romio321/romio/adio/ad_hfs/ad_hfs_write.c     len = datatype_size * count;
count              51 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h void ADIOI_LUSTRE_ReadContig(ADIO_File fd, void *buf, int count,
count              55 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h void ADIOI_LUSTRE_WriteContig(ADIO_File fd, const void *buf, int count,
count              59 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h void ADIOI_LUSTRE_WriteStrided(ADIO_File fd, const void *buf, int count,
count              63 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h void ADIOI_LUSTRE_WriteStridedColl(ADIO_File fd, const void *buf, int count,
count              67 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h void ADIOI_LUSTRE_ReadStridedColl(ADIO_File fd, void *buf, int count,
count              71 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre.h void ADIOI_LUSTRE_ReadStrided(ADIO_File fd, void *buf, int count,
count             222 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	my_req[i].count = 0;	/* will be incremented where needed later */
count             236 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	l = my_req[proc].count;
count             253 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	my_req[proc].count++;
count             261 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	    l = my_req[proc].count;
count             272 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	    my_req[proc].count++;
count             280 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 		            i, my_req[i].count);
count             281 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_aggregate.c 	    for (l = 0; l < my_req[i].count; l++) {
count             116 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static void ADIOI_LUSTRE_IOContig(ADIO_File fd, const void *buf, int count,
count             120 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c static void ADIOI_LUSTRE_IOContig(ADIO_File fd, const void *buf, int count,
count             130 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c     len = datatype_size * count;
count             189 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c void ADIOI_LUSTRE_WriteContig(ADIO_File fd, const void *buf, int count,
count             193 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c     ADIOI_LUSTRE_IOContig(fd, buf, count, datatype, file_ptr_type,
count             197 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c void ADIOI_LUSTRE_ReadContig(ADIO_File fd, void *buf, int count, 
count             201 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_rwcontig.c     ADIOI_LUSTRE_IOContig(fd, buf, count, datatype, file_ptr_type,
count              44 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 					 int size, int *count,
count              58 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c void ADIOI_Heap_merge(ADIOI_Access *others_req, int *count,
count              62 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c void ADIOI_LUSTRE_WriteStridedColl(ADIO_File fd, const void *buf, int count,
count             105 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	ADIOI_Calc_my_off_len(fd, count, datatype, file_ptr_type, offset,
count             157 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 		ADIO_WriteContig(fd, buf, count, datatype,
count             161 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 		ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
count             164 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	    ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
count             242 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	if (others_req[i].count) {
count             251 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	if (my_req[i].count) {
count             272 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	bufsize = size * count;
count             339 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	if (others_req[i].count) {
count             346 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	for (j = 0; j < others_req[i].count; j++) {
count             379 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c         for (j = 0; j < others_req[i].count; j ++) {
count             480 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c             if (my_req[i].count) {
count             482 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c                 for (j = send_curr_offlen_ptr[i]; j < my_req[i].count; j++) {
count             493 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	    if (others_req[i].count) {
count             495 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 		for (j = recv_curr_offlen_ptr[i]; j < others_req[i].count; j++) {
count             619 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 					 int size, int *count,
count             656 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c 	    ADIOI_Type_create_hindexed_x(count[i],
count             673 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c         *srt_num += count[i];
count             684 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c     ADIOI_Heap_merge(others_req, count, *srt_off, *srt_len, start_pos,
count             844 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c             if (flat_buf_idx < (flat_buf->count - 1)) flat_buf_idx++; \
count             870 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrcoll.c             if (flat_buf_idx < (flat_buf->count - 1)) flat_buf_idx++; \
count             147 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c void ADIOI_LUSTRE_WriteStrided(ADIO_File fd, const void *buf, int count,
count             177 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 				     count,
count             203 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c     ADIOI_Assert((buftype_size * count) == ((ADIO_Offset)(unsigned)buftype_size * (ADIO_Offset)count));
count             204 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c     bufsize = buftype_size * count;
count             228 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 	for (j = 0; j < count; j++) {
count             229 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 	    for (i = 0; i < flat_buf->count; i++) {
count             269 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c             for (i=0; i<flat_file->count; i++) {
count             295 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c 	    for (i = 0; i < flat_file->count; i++) {
count             339 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c                         if (st_index == flat_file->count) {
count             369 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c             j = (j+1) % flat_file->count;
count             372 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c                 j = (j+1) % flat_file->count;
count             421 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c                     j = (j+1) % flat_file->count;
count             424 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c                         j = (j+1) % flat_file->count;
count             463 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c                     j = (j+1) % flat_file->count;
count             466 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c                         j = (j+1) % flat_file->count;
count             483 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c                     k = (k + 1)%flat_buf->count;
count             486 ompi/mca/io/romio321/romio/adio/ad_lustre/ad_lustre_wrstr.c                         (ADIO_Offset)(buf_count/flat_buf->count) +
count              47 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              51 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_WriteContig(ADIO_File fd, const void *buf, int count,
count              55 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_IwriteContig(ADIO_File fd, void *buf, int count, 
count              59 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_IreadContig(ADIO_File fd, void *buf, int count, 
count              73 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_WriteStrided(ADIO_File fd, const void *buf, int count,
count              77 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs.h void ADIOI_NFS_ReadStrided(ADIO_File fd, void *buf, int count,
count              11 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iread.c void ADIOI_NFS_IreadContig(ADIO_File fd, void *buf, int count, 
count              21 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iread.c     len = count * typesize;
count              19 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c void ADIOI_NFS_IwriteContig(ADIO_File fd, void *buf, int count, 
count              28 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_iwrite.c     len = count * typesize;
count              11 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c void ADIOI_NFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              20 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c     len = datatype_size * count;
count             163 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c void ADIOI_NFS_ReadStrided(ADIO_File fd, void *buf, int count,
count             206 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c     bufsize = buftype_size * count;
count             253 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c         for (j=0; j<count; j++) 
count             254 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c             for (i=0; i<flat_buf->count; i++) {
count             293 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c            for (i=0; i<flat_file->count; i++) {
count             319 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c 	    for (i=0; i<flat_file->count; i++) {
count             351 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c                        if (st_index == flat_file->count) {
count             379 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c             j = (j+1) % flat_file->count;
count             382 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c                j = (j+1) % flat_file->count;
count             448 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c                     j = (j+1) % flat_file->count;
count             451 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c                         j = (j+1) % flat_file->count;
count             491 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c                     j = (j+1) % flat_file->count;
count             494 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c                         j = (j+1) % flat_file->count;
count             510 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c 		    k = (k + 1)%flat_buf->count;
count             512 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_read.c 		    i = buftype_extent*(buf_count/flat_buf->count) +
count              11 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c void ADIOI_NFS_WriteContig(ADIO_File fd, const void *buf, int count,
count              20 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     len = datatype_size * count;
count             267 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c void ADIOI_NFS_WriteStrided(ADIO_File fd, const void *buf, int count,
count             309 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c     bufsize = buftype_size * count;
count             338 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c         for (j=0; j<count; j++) 
count             339 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c             for (i=0; i<flat_buf->count; i++) {
count             394 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c             for (i=0; i<flat_file->count; i++) {
count             420 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c 	    for (i=0; i<flat_file->count; i++) {
count             451 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c                         if (st_index == flat_file->count) {
count             479 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c             j = (j+1) % flat_file->count;
count             482 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c                 j = (j+1) % flat_file->count;
count             553 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c                     j = (j+1) % flat_file->count;
count             556 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c                         j = (j+1) % flat_file->count;
count             596 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c                    j = (j+1) % flat_file->count;
count             599 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c                        j = (j+1) % flat_file->count;
count             616 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c 		    k = (k + 1)%flat_buf->count;
count             618 ompi/mca/io/romio321/romio/adio/ad_nfs/ad_nfs_write.c 		    i = buftype_extent*(buf_count/flat_buf->count) +
count              31 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h void ADIOI_NTFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              35 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h void ADIOI_NTFS_WriteContig(ADIO_File fd, void *buf, int count, 
count              39 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h void ADIOI_NTFS_IwriteContig(ADIO_File fd, void *buf, int count, 
count              43 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h void ADIOI_NTFS_IreadContig(ADIO_File fd, void *buf, int count, 
count              57 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs.h void ADIOI_NTFS_IwriteStrided(ADIO_File fd, void *buf, int count,
count               9 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iread.c void ADIOI_NTFS_IreadContig(ADIO_File fd, void *buf, int count, 
count              18 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iread.c     len = count * typesize;
count              77 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c int ADIOI_NTFS_aio_wait_fn(int count, void **array_of_states,
count              88 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c     lpHandles = (LPHANDLE) ADIOI_Calloc(count, sizeof(HANDLE));
count              97 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c     for(i=0; i<count; i++){
count             105 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c     if((retObject = WaitForMultipleObjects(count, lpHandles,
count             169 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c void ADIOI_NTFS_IwriteContig(ADIO_File fd, void *buf, int count, 
count             179 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_iwrite.c     len = count * typesize;
count               9 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c void ADIOI_NTFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              28 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_read.c     len = datatype_size * count;
count               9 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c void ADIOI_NTFS_WriteContig(ADIO_File fd, void *buf, int count, 
count              27 ompi/mca/io/romio321/romio/adio/ad_ntfs/ad_ntfs_write.c     len = datatype_size * count;
count              38 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs.h void ADIOI_PANFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              43 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs.h void ADIOI_PANFS_WriteContig(ADIO_File fd, const void *buf, int count,
count              14 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_read.c void ADIOI_PANFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              23 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_read.c     len = datatype_size * count;
count              14 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_write.c void ADIOI_PANFS_WriteContig(ADIO_File fd, const void *buf, int count,
count              23 ompi/mca/io/romio321/romio/adio/ad_panfs/ad_panfs_write.c     len = datatype_size * count;
count              33 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h void ADIOI_PFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              37 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h void ADIOI_PFS_WriteContig(ADIO_File fd, void *buf, int count, 
count              41 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h void ADIOI_PFS_IwriteContig(ADIO_File fd, void *buf, int count, 
count              45 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs.h void ADIOI_PFS_IreadContig(ADIO_File fd, void *buf, int count, 
count              10 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c void ADIOI_PFS_IreadContig(ADIO_File fd, void *buf, int count, 
count              27 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iread.c     len = count * typesize;
count              10 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c void ADIOI_PFS_IwriteContig(ADIO_File fd, void *buf, int count, 
count              26 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_iwrite.c     len = count * typesize;
count              10 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c void ADIOI_PFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              18 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_read.c     len = datatype_size * count;
count              10 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c void ADIOI_PFS_WriteContig(ADIO_File fd, void *buf, int count, 
count              19 ompi/mca/io/romio321/romio/adio/ad_pfs/ad_pfs_write.c     len = datatype_size * count;
count              22 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h void ADIOI_PIOFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              26 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h void ADIOI_PIOFS_WriteContig(ADIO_File fd, void *buf, int count, 
count              32 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs.h void ADIOI_PIOFS_WriteStrided(ADIO_File fd, void *buf, int count,
count              10 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c void ADIOI_PIOFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              20 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_read.c     len = datatype_size * count;
count              11 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c void ADIOI_PIOFS_WriteContig(ADIO_File fd, void *buf, int count, 
count              21 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c     len = datatype_size * count;
count              61 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c void ADIOI_PIOFS_WriteStrided(ADIO_File fd, void *buf, int count,
count             109 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c     bufsize = buftype_size * count;
count             128 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 	for (j=0; j<count; j++) 
count             129 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 	    for (i=0; i<flat_buf->count; i++) {
count             184 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c                 for (i=0; i<flat_file->count; i++) {
count             205 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 	    for (i=0; i<flat_file->count; i++) {
count             245 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 		    if (j < (flat_file->count - 1)) j++;
count             280 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c                     if (j < (flat_file->count - 1)) j++;
count             299 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 		    k = (k + 1)%flat_buf->count;
count             301 ompi/mca/io/romio321/romio/adio/ad_piofs/ad_piofs_write.c 		    indx = buftype_extent*(buf_count/flat_buf->count) +
count              30 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h void ADIOI_PVFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              34 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h void ADIOI_PVFS_WriteContig(ADIO_File fd, void *buf, int count, 
count              40 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h void ADIOI_PVFS_WriteStrided(ADIO_File fd, void *buf, int count,
count              44 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs.h void ADIOI_PVFS_ReadStrided(ADIO_File fd, void *buf, int count,
count              13 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c void ADIOI_PVFS_ReadStridedListIO(ADIO_File fd, void *buf, int count,
count              19 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c void ADIOI_PVFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              27 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     len = datatype_size * count;
count              86 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c void ADIOI_PVFS_ReadStrided(ADIO_File fd, void *buf, int count,
count              93 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	    ADIOI_PVFS_ReadStridedListIO(fd, buf, count, datatype, file_ptr_type,
count              99 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     ADIOI_GEN_ReadStrided(fd, buf, count, datatype, file_ptr_type,
count             104 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c void ADIOI_PVFS_ReadStridedListIO(ADIO_File fd, void *buf, int count,
count             166 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c     bufsize = buftype_size * count;
count             182 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	total_blks_to_read = count*flat_buf->count;
count             195 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	    for (i=0; i<flat_buf->count; i++) {
count             264 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	    for (i=0; i<flat_file->count; i++) {
count             285 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	for (i=0; i<flat_file->count; i++) {
count             326 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 	    if (j<(flat_file->count-1)) j++;
count             370 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 		if (j<(flat_file->count - 1)) j++;
count             402 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 		if (j<(flat_file->count - 1)) j++;
count             464 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 		k = (k + 1)%flat_buf->count;
count             492 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 		if (j < (flat_file->count - 1)) j++;
count             521 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 			k = (k + 1)%flat_buf->count;
count             536 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 							  flat_buf->count];
count             545 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 		k = (k + 1)%flat_buf->count;
count             552 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 							  flat_file->count];   
count             559 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 		if (j < flat_file->count - 1) j++;
count             623 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 		k = (k + 1)%flat_buf->count;
count             651 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 		if (j < (flat_file->count - 1)) j++;
count             680 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 			k = (k + 1)%flat_buf->count;
count             692 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 					 (buf_count/flat_buf->count) +
count             703 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 							  flat_buf->count];
count             715 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 		k = (k + 1)%flat_buf->count;
count             729 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 							  flat_file->count];   
count             737 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_read.c 		if (j < flat_file->count - 1) j++;
count              12 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c void ADIOI_PVFS_WriteStridedListIO(ADIO_File fd, void *buf, int count,
count              18 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c void ADIOI_PVFS_WriteContig(ADIO_File fd, void *buf, int count, 
count              27 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     len = datatype_size * count;
count              87 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c void ADIOI_PVFS_WriteStrided(ADIO_File fd, void *buf, int count,
count             112 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	    ADIOI_PVFS_WriteStridedListIO(fd, buf, count, datatype, 
count             146 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     bufsize = buftype_size * count;
count             187 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	for (j=0; j<count; j++) {
count             188 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	    for (i=0; i<flat_buf->count; i++) {
count             280 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c                 for (i=0; i<flat_file->count; i++) {
count             301 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	    for (i=0; i<flat_file->count; i++) {
count             353 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 		    if (j < (flat_file->count - 1)) j++;
count             400 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c                     if (j < (flat_file->count - 1)) j++;
count             419 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 		    k = (k + 1)%flat_buf->count;
count             421 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 		    indx = buftype_extent*(buf_count/flat_buf->count) +
count             457 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c void ADIOI_PVFS_WriteStridedListIO(ADIO_File fd, void *buf, int count,
count             530 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c     bufsize = buftype_size * count;
count             563 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	total_blks_to_write = count*flat_buf->count;
count             576 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	    for (i=0; i<flat_buf->count; i++) {
count             652 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	    for (i=0; i<flat_file->count; i++) {
count             673 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	for (i=0; i<flat_file->count; i++) {
count             715 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 	    if (j<(flat_file->count-1)) j++;
count             759 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c                 if (j<(flat_file->count - 1)) j++;
count             791 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c                 if (j<(flat_file->count - 1)) j++;
count             853 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 		k = (k + 1)%flat_buf->count;
count             881 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 		if (j < (flat_file->count - 1)) j++;
count             911 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 			k = (k + 1)%flat_buf->count;
count             926 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 							  flat_buf->count];
count             935 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 		k = (k + 1)%flat_buf->count;
count             942 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 							  flat_file->count];   
count             949 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 		if (j < flat_file->count - 1) j++;
count            1013 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 		k = (k + 1)%flat_buf->count;
count            1041 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 		if (j < (flat_file->count - 1)) j++;
count            1071 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 			k = (k + 1)%flat_buf->count;
count            1083 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 					 (buf_count/flat_buf->count) +
count            1095 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 							  flat_buf->count];
count            1107 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 		k = (k + 1)%flat_buf->count;
count            1121 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 							  flat_file->count];   
count            1129 ompi/mca/io/romio321/romio/adio/ad_pvfs/ad_pvfs_write.c 		if (j < flat_file->count - 1) j++;
count              22 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_ReadContig(ADIO_File fd, void *buf, int count, 
count              26 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_WriteContig(ADIO_File fd, const void *buf, int count,
count              32 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_WriteStrided(ADIO_File fd, const void *buf, int count,
count              36 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_ReadStrided(ADIO_File fd, void *buf, int count,
count              46 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_IReadContig(ADIO_File fd, void *buf, int count, 
count              50 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_IWriteContig(ADIO_File fd, const void *buf, int count,
count              54 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_AIO_contig(ADIO_File fd, void *buf, int count, 
count              58 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_OldWriteStrided(ADIO_File fd, const void *buf, int count,
count              62 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h void ADIOI_PVFS2_OldReadStrided(ADIO_File fd, void *buf, int count,
count              67 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h int ADIOI_PVFS2_WriteStridedListIO(ADIO_File fd, const void *buf, int count,
count              71 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2.h int ADIOI_PVFS2_WriteStridedDtypeIO(ADIO_File fd, const void *buf, int count,
count              23 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c int ADIOI_PVFS2_aio_wait_fn(int count, void ** array_of_states, 
count              26 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c void ADIOI_PVFS2_IReadContig(ADIO_File fd, void *buf, int count, 
count              31 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c     ADIOI_PVFS2_AIO_contig(fd, buf, count, datatype, file_ptr_type,
count              35 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c void ADIOI_PVFS2_IWriteContig(ADIO_File fd, const void *buf, int count,
count              40 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c     ADIOI_PVFS2_AIO_contig(fd, (void *)buf, count, datatype, file_ptr_type,
count              44 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c void ADIOI_PVFS2_AIO_contig(ADIO_File fd, void *buf, int count, 
count              61 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c     len = datatype_size * count;
count             181 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c int ADIOI_PVFS2_aio_wait_fn(int count, void ** array_of_states, 
count             192 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c     op_id_array = (PVFS_sys_op_id*)ADIOI_Calloc(count, sizeof(PVFS_sys_op_id));
count             193 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c     error_array = (int *)ADIOI_Calloc(count, sizeof(int));
count             194 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c     greq_count = count;
count             201 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c 	count = greq_count;
count             202 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c 	PVFS_sys_testsome(op_id_array, &count, NULL, error_array, INT_MAX);
count             203 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c 	completed_count += count;
count             204 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_aio.c 	for (i=0; i< count; i++) {
count              18 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h int ADIOI_PVFS2_Contig(ADIO_File fd, void *buf, int count,
count              24 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h int ADIOI_PVFS2_StridedListIO(ADIO_File fd, void *buf, int count,
count              61 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io.h int ADIOI_PVFS2_StridedDtypeIO(ADIO_File fd, void *buf, int count,
count              15 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c int ADIOI_PVFS2_StridedDtypeIO(ADIO_File fd, void *buf, int count,
count              91 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 		for (i = 0; i < flat_file_p->count; i++) 
count             114 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c 	    assert(i != flat_file_p->count);
count             143 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_dtype.c     ret = PVFS_Request_contiguous(count, tmp_mem_req, &mem_req);
count              16 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c int ADIOI_PVFS2_StridedListIO(ADIO_File fd, void *buf, int count,
count              74 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     io_size = buftype_size*count;
count              98 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	buftype_size = buftype_size*count;
count              99 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	buftype_extent = buftype_size*count;
count             102 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	flat_buf_p->count = 1;
count             121 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c         flat_file_p->count = 1;
count             141 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	    for (i = 0; i < flat_file_p->count; i++)
count             165 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	assert(i != flat_file_p->count);
count             174 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	for (i=0; i<flat_file_p->count; i++) {
count             196 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     for (i = 0; i < flat_buf_p->count; i++)
count             201 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c     for (i = 0; i < flat_file_p->count; i++)
count             400 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	    flat_buf_p->count;
count             412 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 	    flat_file_p->count;
count             489 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 		flat_buf_p->count;
count             493 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 		    flat_buf_p->count;
count             558 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 		flat_file_p->count;
count             562 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_io_list.c 		    flat_file_p->count;
count              14 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c void ADIOI_PVFS2_ReadContig(ADIO_File fd, void *buf, int count, 
count              29 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     len = datatype_size * count;
count              96 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c static int ADIOI_PVFS2_ReadStridedListIO(ADIO_File fd, void *buf, int count,
count             101 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     return ADIOI_PVFS2_StridedListIO(fd, buf, count,
count             107 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c static int ADIOI_PVFS2_ReadStridedDtypeIO(ADIO_File fd, void *buf, int count,
count             112 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     return ADIOI_PVFS2_StridedDtypeIO(fd, buf, count,
count             118 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c void ADIOI_PVFS2_ReadStrided(ADIO_File fd, void *buf, int count,
count             134 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 	ADIOI_GEN_ReadStrided(fd, buf, count, datatype, 
count             139 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c         ret = ADIOI_PVFS2_ReadStridedDtypeIO(fd, buf, count,
count             148 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c             ret = ADIOI_PVFS2_ReadStridedListIO(fd, buf, count,
count             155 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c 	ret = ADIOI_PVFS2_ReadStridedListIO(fd, buf, count, datatype,
count             161 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read.c     ADIOI_PVFS2_OldReadStrided(fd, buf, count, datatype, 
count              14 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c void ADIOI_PVFS2_OldReadStrided(ADIO_File fd, void *buf, int count,
count              68 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	if (flat_file->count == 1 && !buftype_is_contig)
count              86 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c     bufsize = buftype_size * count;
count             104 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	total_blks_to_read = count*flat_buf->count;
count             119 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	    for (i=0; i<flat_buf->count; i++) {
count             217 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	    for (i=0; i<flat_file->count; i++) {
count             238 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	for (i=0; i<flat_file->count; i++) {
count             275 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	if (j < (flat_file->count-1)) j++;
count             283 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	    if (j<(flat_file->count-1)) j++;
count             328 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 		if (j<(flat_file->count - 1)) j++;
count             411 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 		if (j<(flat_file->count - 1)) j++;
count             518 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 		k = (k + 1)%flat_buf->count;
count             546 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 		if (j < (flat_file->count - 1)) j++;
count             575 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 			k = (k + 1)%flat_buf->count;
count             590 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 							  flat_buf->count];
count             599 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 		k = (k + 1)%flat_buf->count;
count             606 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 							  flat_file->count];   
count             613 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 		if (j < flat_file->count - 1) j++;
count             650 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 	    ADIOI_GEN_ReadStrided_naive(fd, buf, count, datatype,
count             704 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 		k = (k + 1)%flat_buf->count;
count             732 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 		if (j < (flat_file->count - 1)) j++;
count             761 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 			k = (k + 1)%flat_buf->count;
count             773 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 					 (buf_count/flat_buf->count) +
count             784 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 							  flat_buf->count];
count             796 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 		k = (k + 1)%flat_buf->count;
count             810 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 							  flat_file->count];   
count             818 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_read_list_classic.c 		if (j < flat_file->count - 1) j++;
count              13 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c void ADIOI_PVFS2_WriteContig(ADIO_File fd, const void *buf, int count,
count              28 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     len = datatype_size * count;
count             108 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c int ADIOI_PVFS2_WriteStridedListIO(ADIO_File fd, const void *buf, int count,
count             113 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     return ADIOI_PVFS2_StridedListIO(fd, (void *)buf, count,
count             119 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c int ADIOI_PVFS2_WriteStridedDtypeIO(ADIO_File fd, const void *buf, int count,
count             124 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     return ADIOI_PVFS2_StridedDtypeIO(fd, (void *)buf, count,
count             131 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c void ADIOI_PVFS2_WriteStrided(ADIO_File fd, const void *buf, int count,
count             150 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c         ADIOI_GEN_WriteStrided_naive(fd, buf, count,
count             156 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c         ret = ADIOI_PVFS2_WriteStridedDtypeIO(fd, buf, count,
count             165 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c             ret = ADIOI_PVFS2_WriteStridedListIO(fd, buf, count,
count             173 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c 	ret = ADIOI_PVFS2_WriteStridedListIO(fd, buf, count, datatype, 
count             179 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write.c     ADIOI_PVFS2_OldWriteStrided(fd, buf, count, datatype,
count              14 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c void ADIOI_PVFS2_OldWriteStrided(ADIO_File fd, const void *buf, int count,
count              84 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	if (flat_file->count == 1 && !buftype_is_contig)
count             102 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c     bufsize = buftype_size * count;
count             122 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	total_blks_to_write = count*flat_buf->count;
count             135 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	    for (i=0; i<flat_buf->count; i++) {
count             258 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	    for (i=0; i<flat_file->count; i++) {
count             279 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	for (i=0; i<flat_file->count; i++) {
count             317 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	if (j < (flat_file->count -1)) j++;
count             325 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	    if (j<(flat_file->count-1)) j++;
count             370 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c                 if (j<(flat_file->count - 1)) j++;
count             454 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c                 if (j<(flat_file->count - 1)) j++;
count             564 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 		k = (k + 1)%flat_buf->count;
count             592 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 		if (j < (flat_file->count - 1)) j++;
count             622 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 			k = (k + 1)%flat_buf->count;
count             637 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 							  flat_buf->count];
count             646 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 		k = (k + 1)%flat_buf->count;
count             653 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 							  flat_file->count];   
count             660 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 		if (j < flat_file->count - 1) j++;
count             696 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 	    ADIOI_GEN_WriteStrided_naive(fd, buf, count, datatype,
count             751 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 		k = (k + 1)%flat_buf->count;
count             779 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 		if (j < (flat_file->count - 1)) j++;
count             809 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 			k = (k + 1)%flat_buf->count;
count             823 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 				  (buf_count/flat_buf->count) +
count             835 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 							  flat_buf->count];
count             847 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 		k = (k + 1)%flat_buf->count;
count             861 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 							  flat_file->count];   
count             869 ompi/mca/io/romio321/romio/adio/ad_pvfs2/ad_pvfs2_write_list_classic.c 		if (j < flat_file->count - 1) j++;
count              19 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_ReadContig(ADIO_File fd, void *buf, int count,
count              23 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_WriteContig(ADIO_File fd, const void *buf, int count,
count              27 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_IwriteContig(ADIO_File fd, const void *buf, int count,
count              31 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_IreadContig(ADIO_File fd, void *buf, int count, 
count              45 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_WriteStrided(ADIO_File fd, const void *buf, int count,
count              49 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_ReadStrided(ADIO_File fd, void *buf, int count,
count              53 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_WriteStridedColl(ADIO_File fd, const void *buf, int count,
count              57 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_ReadStridedColl(ADIO_File fd, void *buf, int count,
count              61 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_IreadStrided(ADIO_File fd, void *buf, int count,
count              65 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs.h void ADIOI_TESTFS_IwriteStrided(ADIO_File fd, const void *buf, int count,
count              15 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c void ADIOI_TESTFS_IreadContig(ADIO_File fd, void *buf, int count, 
count              34 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c     len = count * typesize;
count              41 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c void ADIOI_TESTFS_IreadStrided(ADIO_File fd, void *buf, int count,
count              58 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c     ADIOI_TESTFS_ReadStrided(fd, buf, count, datatype, file_ptr_type, 
count              60 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iread.c     MPIO_Completed_request_create(&fd, count*typesize, error_code, request);
count              18 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c void ADIOI_TESTFS_IwriteContig(ADIO_File fd, const void *buf, int count,
count              37 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c     len = count * typesize;
count              44 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c void ADIOI_TESTFS_IwriteStrided(ADIO_File fd, const void *buf, int count,
count              64 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c     ADIOI_TESTFS_WriteStrided(fd, buf, count, datatype, file_ptr_type, 
count              66 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_iwrite.c     MPIO_Completed_request_create(&fd, count*typesize, error_code, request);
count              11 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_rdcoll.c void ADIOI_TESTFS_ReadStridedColl(ADIO_File fd, void *buf, int count,
count              27 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_rdcoll.c     ADIOI_GEN_ReadStridedColl(fd, buf, count, datatype, file_ptr_type,
count              10 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c void ADIOI_TESTFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              28 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c 	fd->fp_ind += datatype_size * count;
count              32 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c 	fd->fp_sys_posn = offset + datatype_size * count;
count              37 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c 	    (long long) datatype_size * count);
count              40 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c     MPIR_Status_set_bytes(status, datatype, datatype_size * count);
count              44 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c void ADIOI_TESTFS_ReadStrided(ADIO_File fd, void *buf, int count,
count              60 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_read.c     ADIOI_GEN_ReadStrided(fd, buf, count, datatype, file_ptr_type, offset,
count              64 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_seek.c 	for (i=0; i<flat_file->count; i++) {
count              11 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_wrcoll.c void ADIOI_TESTFS_WriteStridedColl(ADIO_File fd, const void *buf, int count,
count              27 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_wrcoll.c     ADIOI_GEN_WriteStridedColl(fd, buf, count, datatype, file_ptr_type,
count              10 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c void ADIOI_TESTFS_WriteContig(ADIO_File fd, const void *buf, int count,
count              27 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c 	    (long long)datatype_size * (long long)count);
count              31 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c 	fd->fp_ind += datatype_size * count;
count              37 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c 	fd->fp_sys_posn = offset + datatype_size * count;
count              41 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c     MPIR_Status_set_bytes(status, datatype, datatype_size * count);
count              45 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c void ADIOI_TESTFS_WriteStrided(ADIO_File fd, const void *buf, int count,
count              61 ompi/mca/io/romio321/romio/adio/ad_testfs/ad_testfs_write.c     ADIOI_GEN_WriteStrided(fd, buf, count, datatype, file_ptr_type, offset, 
count              43 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h void ADIOI_UFS_IwriteContig(ADIO_File fd, void *buf, int count, 
count              47 ompi/mca/io/romio321/romio/adio/ad_ufs/ad_ufs.h void ADIOI_UFS_IreadContig(ADIO_File fd, void *buf, int count, 
count              26 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs.h void ADIOI_XFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              30 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs.h void ADIOI_XFS_WriteContig(ADIO_File fd, void *buf, int count, 
count              18 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c void ADIOI_XFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              28 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_read.c     len = datatype_size * count;
count              19 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c void ADIOI_XFS_WriteContig(ADIO_File fd, void *buf, int count, 
count              30 ompi/mca/io/romio321/romio/adio/ad_xfs/ad_xfs_write.c     len = datatype_size * count;
count              21 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h void ADIOI_ZOIDFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              25 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h void ADIOI_ZOIDFS_WriteContig(ADIO_File fd, void *buf, int count, 
count              31 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h void ADIOI_ZOIDFS_WriteStrided(ADIO_File fd, void *buf, int count,
count              35 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs.h void ADIOI_ZOIDFS_ReadStrided(ADIO_File fd, void *buf, int count,
count              16 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c static void ZOIDFS_IOContig(ADIO_File fd, void * buf, int count,
count              32 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c     file_len = mem_len = datatype_size * count;
count              75 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c void ADIOI_ZOIDFS_ReadContig(ADIO_File fd, void *buf, int count, 
count              80 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c     ZOIDFS_IOContig(fd, buf, count, datatype, file_ptr_type, 
count              84 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c void ADIOI_ZOIDFS_WriteContig(ADIO_File fd, void *buf, int count,
count              89 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_io.c     ZOIDFS_IOContig(fd, buf, count, datatype, file_ptr_type,
count              16 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c void ADIOI_ZOIDFS_ReadStrided(ADIO_File fd, void *buf, int count,
count              70 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	if (flat_file->count == 1 && !buftype_is_contig)
count              88 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c     bufsize = buftype_size * count;
count             106 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	total_blks_to_read = count*flat_buf->count;
count             121 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	    for (i=0; i<flat_buf->count; i++) {
count             212 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	    for (i=0; i<flat_file->count; i++) {
count             233 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	for (i=0; i<flat_file->count; i++) {
count             271 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	if (j < (flat_file->count-1)) j++;
count             279 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	    if (j<(flat_file->count-1)) j++;
count             324 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 		if (j<(flat_file->count - 1)) j++;
count             377 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 		if (j<(flat_file->count - 1)) j++;
count             459 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 		k = (k + 1)%flat_buf->count;
count             487 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 		if (j < (flat_file->count - 1)) j++;
count             516 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 			k = (k + 1)%flat_buf->count;
count             531 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 							  flat_buf->count];
count             540 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 		k = (k + 1)%flat_buf->count;
count             547 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 							  flat_file->count];   
count             554 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 		if (j < flat_file->count - 1) j++;
count             591 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 	    ADIOI_GEN_ReadStrided_naive(fd, buf, count, datatype,
count             645 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 		k = (k + 1)%flat_buf->count;
count             673 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 		if (j < (flat_file->count - 1)) j++;
count             702 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 			k = (k + 1)%flat_buf->count;
count             714 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 			buftype_extent* (buf_count/flat_buf->count) +
count             725 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 							  flat_buf->count];
count             737 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 		k = (k + 1)%flat_buf->count;
count             751 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 							  flat_file->count];   
count             759 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_read_list.c 		if (j < flat_file->count - 1) j++;
count              16 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c void ADIOI_ZOIDFS_WriteStrided(ADIO_File fd, void *buf, int count,
count              84 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	if (flat_file->count == 1 && !buftype_is_contig)
count             102 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c     bufsize = buftype_size * count;
count             122 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	total_blks_to_write = count*flat_buf->count;
count             135 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	    for (i=0; i<flat_buf->count; i++) {
count             238 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	    for (i=0; i<flat_file->count; i++) {
count             259 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	for (i=0; i<flat_file->count; i++) {
count             298 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	if (j < (flat_file->count -1)) j++;
count             306 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	    if (j<(flat_file->count-1)) j++;
count             351 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c                 if (j<(flat_file->count - 1)) j++;
count             406 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c                 if (j<(flat_file->count - 1)) j++;
count             490 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 		k = (k + 1)%flat_buf->count;
count             518 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 		if (j < (flat_file->count - 1)) j++;
count             548 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 			k = (k + 1)%flat_buf->count;
count             563 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 							  flat_buf->count];
count             572 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 		k = (k + 1)%flat_buf->count;
count             579 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 							  flat_file->count];   
count             586 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 		if (j < flat_file->count - 1) j++;
count             622 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 	    ADIOI_GEN_WriteStrided_naive(fd, buf, count, datatype,
count             677 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 		k = (k + 1)%flat_buf->count;
count             705 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 		if (j < (flat_file->count - 1)) j++;
count             735 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 			k = (k + 1)%flat_buf->count;
count             747 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 			buftype_extent* (buf_count/flat_buf->count) +
count             759 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 							  flat_buf->count];
count             771 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 		k = (k + 1)%flat_buf->count;
count             785 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 							  flat_file->count];   
count             793 ompi/mca/io/romio321/romio/adio/ad_zoidfs/ad_zoidfs_write_list.c 		if (j < flat_file->count - 1) j++;
count             342 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	my_req[i].count = 0;  /* will be incremented where needed
count             365 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	l = my_req[proc].count;
count             377 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	my_req[proc].count++;
count             391 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	    l = my_req[proc].count;
count             397 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	    my_req[proc].count++;
count             405 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 		    my_req[i].count);
count             406 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	    for (l=0; l < my_req[i].count; l++) {
count             461 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	    others_req[i].count = count_others_req_per_proc[i];
count             470 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	else others_req[i].count = 0;
count             481 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	if (others_req[i].count) {
count             482 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	    MPI_Irecv(others_req[i].offsets, others_req[i].count, 
count             485 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	    MPI_Irecv(others_req[i].lens, others_req[i].count, 
count             492 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	if (my_req[i].count) {
count             493 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	    MPI_Isend(my_req[i].offsets, my_req[i].count, 
count             496 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c 	    MPI_Isend(my_req[i].lens, my_req[i].count, 
count             576 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c             others_req[i].count = count_others_req_per_proc[i];
count             585 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c         else others_req[i].count = 0;
count             598 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c         if (others_req[i].count) {
count             599 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c             MPI_Irecv(others_req[i].offsets, others_req[i].count,
count             602 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c             MPI_Irecv(others_req[i].lens, others_req[i].count,
count             609 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c         if (my_req[i].count) {
count             610 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c             MPI_Isend(my_req[i].offsets, my_req[i].count,
count             613 ompi/mca/io/romio321/romio/adio/common/ad_aggregate.c             MPI_Isend(my_req[i].lens, my_req[i].count,
count             240 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     int count=1, blocklens[1];
count             249 ompi/mca/io/romio321/romio/adio/common/ad_aggregate_new.c     MPI_Type_create_struct (count, blocklens, indices, old_types, &inttype);
count             132 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	if (tmp_flat_type_p->count == 1)
count             146 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    if (tmp_state_p->idx == (tmp_flat_type_p->count - 1))
count             149 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    tmp_flat_type_p->indices[tmp_flat_type_p->count-1] -
count             150 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    tmp_flat_type_p->blocklens[tmp_flat_type_p->count-1] +
count             178 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		    (tmp_state_p->idx + 1) % tmp_flat_type_p->count;
count             243 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    tmp_state_p->idx = (tmp_state_p->idx + 1) % tmp_flat_type_p->count;
count             306 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c     for (i = 0; i < fr_node_p->count; i++)
count             396 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 	    if (tmp_flat_type_p->count > 1) {
count            1392 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		if (my_mem_view_state_p->flat_type_p->count > 1) {
count            1907 ompi/mca/io/romio321/romio/adio/common/ad_coll_build_req_new.c 		if (my_mem_view_state_p->flat_type_p->count > 1) {
count              27 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c     int count;
count              46 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    (int)flatlist_node_p->count);
count              47 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c     for (i = 0; i < flatlist_node_p->count; i++)
count              98 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c     flat_node_p->count = 1;
count             110 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 			   ADIO_File fd, int count,
count             150 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	flat_mem_p->blocklens[0] = memtype_sz*count;
count             160 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	flat_file_p->blocklens[0] = memtype_sz*count;
count             161 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	filetype_extent = memtype_sz*count;
count             173 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c     disp_off_sz_ext_typesz[3] = memtype_sz*count;
count             197 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    send_count_arr[i].count    = flat_file_p->count;
count             218 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	memtype_sz *= count;
count             267 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    send_count_arr[tmp_agg_idx].count    = flat_file_p->count;
count             310 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    fprintf(stderr, "[%d]=%d ", i, send_count_arr[i].count);
count             316 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    fprintf(stderr, "[%d]=%d ", i, recv_count_arr[i].count);
count             323 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    fprintf(stderr, "[%d]=%d ", i, send_count_arr[i].count);
count             330 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	        fprintf(stderr, "[%d]=%d ", i, recv_count_arr[i].count);
count             339 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    if (send_count_arr[i].count > 0)
count             346 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    if (send_count_arr[i].count > 0)
count             351 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    if (recv_count_arr[i].count > 0)
count             360 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 		client_file_view_state_arr[i].flat_type_p->count = 
count             361 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 		    recv_count_arr[i].count;
count             363 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 		    (ADIO_Offset *) ADIOI_Calloc(recv_count_arr[i].count, 
count             366 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 		    (ADIO_Offset *) ADIOI_Calloc(recv_count_arr[i].count, 
count             390 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    if (recv_count_arr[i].count > 0) {
count             392 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 			  recv_count_arr[i].count, ADIO_OFFSET, i, 
count             396 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 			  recv_count_arr[i].count, ADIO_OFFSET, i,
count             406 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    if (send_count_arr[i].count > 0) {
count             408 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 		      send_count_arr[i].count, ADIO_OFFSET, i,
count             412 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 		      send_count_arr[i].count, ADIO_OFFSET, i,
count             420 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 	    if (send_count_arr[i].count > 0) {
count             422 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 		      send_count_arr[i].count, ADIO_OFFSET,
count             427 ompi/mca/io/romio321/romio/adio/common/ad_coll_exch_new.c 		      send_count_arr[i].count, ADIO_OFFSET,
count             216 ompi/mca/io/romio321/romio/adio/common/ad_darray.c     int blksize, i, blklens[3], st_index, end_index, local_size, rem, count;
count             239 ompi/mca/io/romio321/romio/adio/common/ad_darray.c     count = local_size/blksize;
count             247 ompi/mca/io/romio321/romio/adio/common/ad_darray.c     MPI_Type_create_hvector(count, blksize, stride, type_old, type_new);
count             256 ompi/mca/io/romio321/romio/adio/common/ad_darray.c 	disps[1] = (MPI_Aint)count*stride;
count              44 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c void ADIOI_IOStridedColl (ADIO_File fd, void *buf, int count, int rdwr,
count             125 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	ADIOI_Calc_bounds (fd, count, datatype, file_ptr_type, offset,
count             166 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    ADIO_ReadContig(fd, buf, count, datatype,
count             170 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    ADIO_WriteContig(fd, buf, count, datatype,
count             176 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    ADIO_ReadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
count             179 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		    ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
count             185 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type,
count             188 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
count             196 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     bufextent = extent * count;
count             199 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     bufsize = size * (MPI_Count)count;
count             229 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     ADIOI_Exch_file_views (myrank, nprocs, file_ptr_type, fd, count,
count             699 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c void ADIOI_Calc_bounds (ADIO_File fd, int count, MPI_Datatype buftype,
count             717 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     if (!count) {
count             733 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c     total_io = buftype_size * count;
count             766 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		for (i=0; i<flat_file->count; i++) {
count             781 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		for (i=flat_file->count - 1; i>=0; i--) {
count             791 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		for (i=0; i<flat_file->count; i++) {
count             811 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    for (i=0; i<flat_file->count; i++) {
count             832 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		for (i=flat_file->count-1; i>=0; i--) {
count             847 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 		for (i=0; i<flat_file->count; i++) {
count             875 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c void ADIOI_IOFiletype(ADIO_File fd, void *buf, int count,
count             946 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    ADIO_ReadContig(fd, buf, count, datatype, file_ptr_type, offset,
count             949 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    ADIO_WriteContig(fd, buf, count, datatype, file_ptr_type, offset,
count             955 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type, 0,
count             958 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c 	    ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type, 0,
count              38 ompi/mca/io/romio321/romio/adio/common/ad_iread.c void ADIOI_GEN_IreadContig(ADIO_File fd, void *buf, int count, 
count              48 ompi/mca/io/romio321/romio/adio/common/ad_iread.c     ADIOI_Assert((count * typesize) == ((ADIO_Offset)(unsigned)count * (ADIO_Offset)typesize));
count              49 ompi/mca/io/romio321/romio/adio/common/ad_iread.c     len = count * typesize;
count              71 ompi/mca/io/romio321/romio/adio/common/ad_iread.c void ADIOI_GEN_IreadStrided(ADIO_File fd, void *buf, int count, 
count              83 ompi/mca/io/romio321/romio/adio/common/ad_iread.c     ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type, 
count              88 ompi/mca/io/romio321/romio/adio/common/ad_iread.c 	nbytes = (MPI_Offset)count*(MPI_Offset)typesize;
count              30 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     int count;
count             100 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     int *count;
count             133 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     int *count;
count             196 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c static int ADIOI_GEN_irc_wait_fn(int count, void **array_of_states,
count             201 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c void ADIOI_GEN_IreadStridedColl(ADIO_File fd, void *buf, int count,
count             249 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     vars->count = count;
count             271 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         ADIOI_Calc_my_off_len(fd, count, datatype, file_ptr_type, offset,
count             334 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     int count, file_ptr_type;
count             347 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         count = vars->count;
count             371 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                 ADIO_ReadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
count             374 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             else ADIO_ReadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
count             378 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type,
count             386 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                 ADIO_IreadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
count             389 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             else ADIO_IreadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
count             393 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             ADIO_IreadStrided(fd, buf, count, datatype, file_ptr_type,
count             483 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         if (my_req[i].count) {
count             529 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         if (others_req[i].count) {
count             560 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     nbc_req->nbytes = size * vars->count;
count             610 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         if (others_req[i].count) {
count             619 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         for (j = 0; j < others_req[i].count; j++) {
count             650 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     vars->count = (int *)ADIOI_Malloc(nprocs * sizeof(int));
count             699 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     int *curr_offlen_ptr, *count, *send_size;
count             718 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     count = vars->count;
count             768 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     for (i = 0; i < nprocs; i++) count[i] = send_size[i] = 0;
count             774 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                     vars->myrank, i, others_req[i].count);
count             776 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         if (others_req[i].count) {
count             778 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             for (j = curr_offlen_ptr[i]; j < others_req[i].count; j++) {
count             794 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                     count[i]++;
count             804 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                         if ((j+1 < others_req[i].count) &&
count             825 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c         if (count[i]) flag = 1;
count             838 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     red_vars->count = vars->count;
count             914 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     int *count = vars->count;
count             918 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     for (i = 0; i < nprocs; i++) count[i] = send_size[i] = 0;
count             947 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     red_vars->count = vars->count;
count             983 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     ADIOI_Free(vars->count);
count            1020 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     int *count = vars->count;
count            1091 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c                 k = start_pos[i] + count[i] - 1;
count            1095 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c             ADIOI_Type_create_hindexed_x(count[i],
count            1310 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c static int ADIOI_GEN_irc_wait_fn(int count, void **array_of_states,
count            1320 ompi/mca/io/romio321/romio/adio/common/ad_iread_coll.c     for (i = 0; i < count ; i++) {
count              14 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c void ADIOI_FAKE_IreadContig(ADIO_File fd, void *buf, int count, 
count              24 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c     len = (MPI_Offset)count * (MPI_Offset)typesize;
count              42 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c void ADIOI_FAKE_IreadStrided(ADIO_File fd, void *buf, int count, 
count              54 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c     ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type, 
count              58 ompi/mca/io/romio321/romio/adio/common/ad_iread_fake.c 	nbytes = (MPI_Offset)count*(MPI_Offset)typesize;
count              47 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c void ADIOI_GEN_IwriteContig(ADIO_File fd, const void *buf, int count,
count              57 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c     len = count * typesize;
count              58 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c     ADIOI_Assert(len == (int)((ADIO_Offset)count * (ADIO_Offset)typesize)); /* the count is an int parm */
count             187 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c void ADIOI_GEN_IwriteStrided(ADIO_File fd, const void *buf, int count,
count             199 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c     ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type, 
count             204 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 	nbytes = (MPI_Offset)count * (MPI_Offset)typesize;
count             243 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c int ADIOI_GEN_aio_wait_fn(int count, void ** array_of_states, 
count             258 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 	cblist = (const struct aiocb**) ADIOI_Calloc(count, sizeof(struct aiocb*));
count             266 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 	for (i=0; i< count; i++)
count             271 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 	while(nr_complete < count) {
count             273 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 		err = aio_suspend(cblist, count, aio_timer_p);
count             278 ompi/mca/io/romio321/romio/adio/common/ad_iwrite.c 		for (i=0; i< count; i++)
count              28 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     int count;
count             104 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     int *count;
count             139 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     int *count;
count             187 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c void ADIOI_Heap_merge(ADIOI_Access *others_req, int *count,
count             219 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c static int ADIOI_GEN_iwc_wait_fn(int count, void **array_of_states,
count             224 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c void ADIOI_GEN_IwriteStridedColl(ADIO_File fd, const void *buf, int count,
count             244 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         ADIOI_IOIstridedColl(fd, (char *) buf, count, ADIOI_WRITE, datatype,
count             272 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     vars->count = count;
count             296 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         ADIOI_Calc_my_off_len(fd, count, datatype, file_ptr_type, offset,
count             352 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     int count, file_ptr_type;
count             365 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         count = vars->count;
count             389 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                 ADIO_WriteContig(fd, buf, count, datatype,
count             393 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             else ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
count             397 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
count             405 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                 ADIO_IwriteContig(fd, buf, count, datatype,
count             409 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             else ADIO_IwriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
count             413 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             ADIO_IwriteStrided(fd, buf, count, datatype, file_ptr_type,
count             478 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         if (my_req[i].count) {
count             575 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         if (others_req[i].count) {
count             608 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     nbc_req->nbytes = size * vars->count;
count             660 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         if (others_req[i].count) {
count             668 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         for (j = 0; j < others_req[i].count; j++) {
count             693 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     vars->count = (int *)ADIOI_Malloc(nprocs*sizeof(int));
count             757 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     int *curr_offlen_ptr, *count, req_len, *recv_size;
count             776 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     count = vars->count;
count             798 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     for (i = 0; i < nprocs; i++) count[i] = recv_size[i] = 0;
count             805 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         if (others_req[i].count) {
count             807 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             for (j = curr_offlen_ptr[i]; j < others_req[i].count; j++) {
count             825 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                     count[i]++;
count             838 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                         if ((j+1 < others_req[i].count) &&
count             876 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     wed_vars->count = vars->count;
count             909 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     int *count = vars->count;
count             914 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         if (count[i]) flag = 1;
count             955 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     int *count = vars->count;
count             959 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     for (i = 0; i < nprocs; i++) count[i] = recv_size[i] = 0;
count             995 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     wed_vars->count = vars->count;
count            1036 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     ADIOI_Free(vars->count);
count            1078 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     int *count = vars->count;
count            1107 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c                 k = start_pos[i] + count[i] - 1;
count            1111 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             ADIOI_Type_create_hindexed_x(count[i],
count            1126 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     for (i = 0; i < nprocs; i++) sum += count[i];
count            1133 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c         ADIOI_Heap_merge(others_req, count, srt_off, srt_len, start_pos,
count            1140 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c             k = start_pos[i] + count[i] - 1;
count            1535 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c static int ADIOI_GEN_iwc_wait_fn(int count, void **array_of_states,
count            1545 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_coll.c     for (i = 0; i < count ; i++) {
count              15 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c void ADIOI_FAKE_IwriteContig(ADIO_File fd, const void *buf, int count,
count              26 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c     len = (MPI_Offset)count * (MPI_Offset)typesize;
count              36 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c 	nbytes = (MPI_Offset)count*(MPI_Offset)typesize;
count              46 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c void ADIOI_FAKE_IwriteStrided(ADIO_File fd, const void *buf, int count,
count              58 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c     ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type, 
count              62 ompi/mca/io/romio321/romio/adio/common/ad_iwrite_fake.c 	nbytes = (MPI_Offset)count * (MPI_Offset)typesize;
count              23 ompi/mca/io/romio321/romio/adio/common/ad_read.c void ADIOI_GEN_ReadContig(ADIO_File fd, void *buf, int count, 
count              42 ompi/mca/io/romio321/romio/adio/common/ad_read.c     len = datatype_size * (ADIO_Offset)count;
count              31 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 				  int *count, int *start_pos, 
count              55 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c void ADIOI_GEN_ReadStridedColl(ADIO_File fd, void *buf, int count,
count              88 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c         ADIOI_IOStridedColl (fd, buf, count, ADIOI_READ, datatype, 
count             109 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	ADIOI_Calc_my_off_len(fd, count, datatype, file_ptr_type, offset,
count             160 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 		ADIO_ReadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
count             163 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	    else ADIO_ReadContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
count             166 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	else ADIO_ReadStrided(fd, buf, count, datatype, file_ptr_type,
count             229 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	if (my_req[i].count) {
count             249 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	if (others_req[i].count) {
count             267 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     bufsize = size * count;
count             361 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c             DBG_FPRINTF(stderr, "flattened %3lld : ", flat_file->count );
count             362 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c             for (ii=0; ii<flat_file->count; ii++) {
count             376 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c             for (i=0; i<flat_file->count; i++) {
count             402 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	    for (i=0; i<flat_file->count; i++) {
count             428 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	    j = (j + 1) % flat_file->count;
count             472 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 		j = (j+1) % flat_file->count;
count             475 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 			j = (j+1) % flat_file->count;
count             519 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     int *curr_offlen_ptr, *count, *send_size, *recv_size;
count             541 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	if (others_req[i].count) {
count             550 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	for (j=0; j<others_req[i].count; j++) {
count             577 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     count = (int *) ADIOI_Malloc(nprocs * sizeof(int));
count             655 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	for (i=0; i<nprocs; i++) count[i] = send_size[i] = 0;
count             660 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	    DBG_FPRINTF(stderr, "rank %d, i %d, others_count %d\n", rank, i, others_req[i].count); 
count             662 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	    if (others_req[i].count) {
count             664 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 		for (j=curr_offlen_ptr[i]; j<others_req[i].count;
count             683 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 			count[i]++;
count             693 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 			    if ((j+1 < others_req[i].count) && 
count             714 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	    if (count[i]) flag = 1;
count             726 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 			    send_size, recv_size, count, 
count             751 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     for (i=0; i<nprocs; i++) count[i] = send_size[i] = 0;
count             755 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 			    send_size, recv_size, count, 
count             764 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c     ADIOI_Free(count);
count             775 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 			 int *count, int *start_pos, int *partial_send, 
count             849 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 		k = start_pos[i] + count[i] - 1;
count             853 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c 	    ADIOI_Type_create_hindexed_x(count[i],
count             913 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c             if (flat_buf_idx < (flat_buf->count - 1)) flat_buf_idx++; \
count             939 ompi/mca/io/romio321/romio/adio/common/ad_read_coll.c             if (flat_buf_idx < (flat_buf->count - 1)) flat_buf_idx++; \
count              42 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c void ADIOI_GEN_ReadStrided(ADIO_File fd, void *buf, int count,
count              74 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 				    count,
count             102 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c     ADIOI_Assert((buftype_size * count) == ((ADIO_Offset)(MPI_Count)buftype_size * (ADIO_Offset)count));
count             103 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c     bufsize = buftype_size * count;
count             137 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c         for (j=0; j<count; j++) 
count             139 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c               for (i=0; i<flat_buf->count; i++) {
count             171 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c             for (i=0; i<flat_file->count; i++) {
count             197 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 	    for (i=0; i<flat_file->count; i++) {
count             220 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c             ADIO_ReadContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
count             230 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 			if (st_index == flat_file->count) {
count             259 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 	    j = (j+1) % flat_file->count;
count             262 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 		j = (j+1) % flat_file->count;
count             307 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c                     j = (j+1) % flat_file->count;
count             310 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c                         j = (j+1) % flat_file->count;
count             349 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c                     j = (j+1) % flat_file->count;
count             352 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c                         j = (j+1) % flat_file->count;
count             368 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 		    k = (k + 1)%flat_buf->count;
count             370 ompi/mca/io/romio321/romio/adio/common/ad_read_str.c 		    i_offset = ((ADIO_Offset)buftype_extent*(ADIO_Offset)(buf_count/flat_buf->count) +
count              11 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c void ADIOI_GEN_ReadStrided_naive(ADIO_File fd, void *buf, int count,
count              51 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c     ADIOI_Assert((buftype_size * count) == ((ADIO_Offset)buftype_size * (ADIO_Offset)count));
count              52 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c     bufsize = buftype_size * count;
count              77 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c         for (b_count=0; b_count < count; b_count++) {
count              78 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c             for (b_index=0; b_index < flat_buf->count; b_index++) {
count             141 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c 		for (f_index=0; f_index < flat_file->count; f_index++) {
count             165 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c 	    for (f_index=0; f_index < flat_file->count; f_index++) {
count             200 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c 	    if (f_index < (flat_file->count - 1)) f_index++;
count             274 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c 		    if (f_index < (flat_file->count - 1)) f_index++;
count             325 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c 		    if (f_index < (flat_file->count - 1)) f_index++;
count             344 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c 		    b_index = (b_index + 1)%flat_buf->count;
count             346 ompi/mca/io/romio321/romio/adio/common/ad_read_str_naive.c 		    i_offset = buftype_extent*(buf_count/flat_buf->count) +
count              59 ompi/mca/io/romio321/romio/adio/common/ad_seek.c 	for (i=0; i<flat_file->count; i++) {
count              69 ompi/mca/io/romio321/romio/adio/common/ad_set_view.c 	    for (i=0; i<flat_file->count; i++) {
count              25 ompi/mca/io/romio321/romio/adio/common/ad_write.c void ADIOI_GEN_WriteContig(ADIO_File fd, const void *buf, int count,
count              45 ompi/mca/io/romio321/romio/adio/common/ad_write.c     len = (ADIO_Offset)datatype_size * (ADIO_Offset)count;
count              28 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c                          int *count, int *start_pos, int *partial_recv, 
count              49 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c void ADIOI_Heap_merge(ADIOI_Access *others_req, int *count, 
count              54 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c void ADIOI_GEN_WriteStridedColl(ADIO_File fd, const void *buf, int count,
count              86 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	ADIOI_IOStridedColl (fd, (char *) buf, count, ADIOI_WRITE, datatype,
count             108 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	ADIOI_Calc_my_off_len(fd, count, datatype, file_ptr_type, offset,
count             152 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c                 ADIO_WriteContig(fd, buf, count, datatype,
count             156 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c             else ADIO_WriteContig(fd, buf, count, datatype, ADIO_INDIVIDUAL,
count             159 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	else ADIO_WriteStrided(fd, buf, count, datatype, file_ptr_type,
count             199 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	if (my_req[i].count) {
count             256 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	if (others_req[i].count) {
count             277 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c       bufsize = size * count;
count             319 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     int *curr_offlen_ptr, *count, *send_size, req_len, *recv_size;
count             344 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	if (others_req[i].count) {
count             352 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	for (j=0; j < others_req[i].count; j++) {
count             374 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     count = (int *) ADIOI_Malloc(nprocs*sizeof(int));
count             442 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	for (i=0; i < nprocs; i++) count[i] = recv_size[i] = 0;
count             447 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    if (others_req[i].count) {
count             449 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 		for (j=curr_offlen_ptr[i]; j<others_req[i].count; j++) {
count             467 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 			count[i]++;
count             480 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 			    if ((j+1 < others_req[i].count) && 
count             504 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c                             len_list, send_size, recv_size, off, size, count, 
count             516 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    if (count[i]) flag = 1;
count             529 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     for (i=0; i<nprocs; i++) count[i] = recv_size[i] = 0;
count             534 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c                             len_list, send_size, recv_size, off, (int)size, count,
count             546 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     ADIOI_Free(count);
count             565 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 				  int *count, int *start_pos,
count             608 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 		k = start_pos[i] + count[i] - 1;
count             612 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    ADIOI_Type_create_hindexed_x(count[i],
count             627 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c     for (i=0; i<nprocs; i++) sum += count[i];
count             634 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c         ADIOI_Heap_merge(others_req, count, srt_off, srt_len, start_pos,
count             641 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c             k = start_pos[i] + count[i] - 1;
count             816 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c             if (flat_buf_idx < (flat_buf->count - 1)) flat_buf_idx++; \
count             842 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c             if (flat_buf_idx < (flat_buf->count - 1)) flat_buf_idx++; \
count             969 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c void ADIOI_Heap_merge(ADIOI_Access *others_req, int *count, 
count             986 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	if (count[i]) {
count             989 ompi/mca/io/romio321/romio/adio/common/ad_write_coll.c 	    a[j].nelem = count[i];
count              15 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c void ADIOI_NOLOCK_WriteStrided(ADIO_File fd, const void *buf, int count,
count              79 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c     ADIOI_Assert((buftype_size * count) == ((ADIO_Offset)(unsigned)buftype_size * (ADIO_Offset)count));
count              80 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c     bufsize = buftype_size * count;
count             107 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 	for (j=0; j<count; j++) {
count             109 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 	    for (i=0; i<flat_buf->count; i++) {
count             219 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c                 for (i=0; i<flat_file->count; i++) {
count             241 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 	    for (i=0; i<flat_file->count; i++) {
count             298 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 		    if (j < (flat_file->count - 1)) j++;
count             352 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c                     if (j < (flat_file->count - 1)) j++;
count             371 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 		    k = (k + 1)%flat_buf->count;
count             373 ompi/mca/io/romio321/romio/adio/common/ad_write_nolock.c 		    indx = buftype_extent*(buf_count/flat_buf->count) +
count             111 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c void ADIOI_GEN_WriteStrided(ADIO_File fd, const void *buf, int count,
count             143 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 				    count,
count             172 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c     ADIOI_Assert((buftype_size * count) == ((MPI_Count)buftype_size * (ADIO_Offset)count));
count             173 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c     bufsize = buftype_size * count;
count             198 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c         for (j=0; j<count; j++) 
count             200 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c               for (i=0; i<flat_buf->count; i++) {
count             236 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c             for (i=0; i<flat_file->count; i++) {
count             262 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 	    for (i=0; i<flat_file->count; i++) {
count             290 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c             ADIO_WriteContig(fd, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
count             300 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c                         if (st_index == flat_file->count) {
count             329 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c             j = (j+1) % flat_file->count;
count             332 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c                 j = (j+1) % flat_file->count;
count             380 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c                     j = (j+1) % flat_file->count;
count             383 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c                         j = (j+1) % flat_file->count;
count             423 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c  		    j = (j+1) % flat_file->count;
count             426 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c  			j = (j+1) % flat_file->count;
count             443 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 		    k = (k + 1)%flat_buf->count;
count             445 ompi/mca/io/romio321/romio/adio/common/ad_write_str.c 		    i_offset = (ADIO_Offset)buftype_extent*(ADIO_Offset)(buf_count/flat_buf->count) +
count              11 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c void ADIOI_GEN_WriteStrided_naive(ADIO_File fd, const void *buf, int count,
count              52 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c     ADIOI_Assert((buftype_size * count) == ((ADIO_Offset)(unsigned)buftype_size * (ADIO_Offset)count));
count              53 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c     bufsize = buftype_size * count;
count              78 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c         for (b_count=0; b_count < count; b_count++) {
count              79 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c             for (b_index=0; b_index < flat_buf->count; b_index++) {
count             141 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c 		for (f_index=0; f_index < flat_file->count; f_index++) {
count             165 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c 	    for (f_index=0; f_index < flat_file->count; f_index++) {
count             200 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c 	    if (f_index < (flat_file->count - 1)) f_index++;
count             274 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c 		    if (f_index < (flat_file->count - 1)) f_index++;
count             325 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c 		    if (f_index < (flat_file->count - 1)) f_index++;
count             344 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c 		    b_index = (b_index + 1)%flat_buf->count;
count             346 ompi/mca/io/romio321/romio/adio/common/ad_write_str_naive.c 		    i_offset = (ADIO_Offset)buftype_extent*(ADIO_Offset)(buf_count/flat_buf->count) +
count              39 ompi/mca/io/romio321/romio/adio/common/byte_offset.c 	for (i=0; i<flat_file->count; i++) {
count              56 ompi/mca/io/romio321/romio/adio/common/eof_offset.c 	    for (i=0; i<flat_file->count; i++) {
count             147 ompi/mca/io/romio321/romio/adio/common/flatten.c     flat->count = ADIOI_Count_contiguous_blocks(datatype, &curr_index);
count             149 ompi/mca/io/romio321/romio/adio/common/flatten.c     DBG_FPRINTF(stderr,"ADIOI_Flatten_datatype:: count %llX, cur_idx = %#llX\n",flat->count,curr_index);
count             153 ompi/mca/io/romio321/romio/adio/common/flatten.c     if (flat->count) {
count             154 ompi/mca/io/romio321/romio/adio/common/flatten.c 	flat->blocklens = (ADIO_Offset *) ADIOI_Malloc(flat->count * sizeof(ADIO_Offset));
count             155 ompi/mca/io/romio321/romio/adio/common/flatten.c 	flat->indices = (ADIO_Offset *) ADIOI_Malloc(flat->count * sizeof(ADIO_Offset));
count             160 ompi/mca/io/romio321/romio/adio/common/flatten.c     flatten_idx = (MPI_Aint) flat->count;
count             177 ompi/mca/io/romio321/romio/adio/common/flatten.c 	for (i=0; i<flat->count; i++) 
count             509 ompi/mca/io/romio321/romio/adio/common/flatten.c 		    flat->count--; /* don't count/consider any zero-length blocklens */
count             533 ompi/mca/io/romio321/romio/adio/common/flatten.c 			flat->count --;
count             554 ompi/mca/io/romio321/romio/adio/common/flatten.c 			flat->count--;
count             567 ompi/mca/io/romio321/romio/adio/common/flatten.c 			    flat->count --;
count             698 ompi/mca/io/romio321/romio/adio/common/flatten.c 		    flat->count--;
count             722 ompi/mca/io/romio321/romio/adio/common/flatten.c 			flat->count--;
count             740 ompi/mca/io/romio321/romio/adio/common/flatten.c 			flat->count--;
count             846 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    flat->count--;
count             885 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    flat->count--;
count             935 ompi/mca/io/romio321/romio/adio/common/flatten.c     MPI_Count count=0, prev_index, num, basic_num;
count             959 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count = ADIOI_Count_contiguous_blocks(types[0], curr_index);
count             961 ompi/mca/io/romio321/romio/adio/common/flatten.c 		count = 1;
count             979 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count = ADIOI_Count_contiguous_blocks(stype, curr_index);
count            1004 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count = ADIOI_Count_contiguous_blocks(dtype, curr_index);
count            1020 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count = ADIOI_Count_contiguous_blocks(types[0], curr_index);
count            1021 ompi/mca/io/romio321/romio/adio/common/flatten.c 	else count = 1;
count            1029 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count *= top_count;
count            1044 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count = ADIOI_Count_contiguous_blocks(types[0], curr_index);
count            1045 ompi/mca/io/romio321/romio/adio/common/flatten.c 	else count = 1;
count            1049 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count = top_count;
count            1050 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    *curr_index += count;
count            1058 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count *= ints[1] * top_count;
count            1079 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count = ADIOI_Count_contiguous_blocks(types[0], curr_index);
count            1080 ompi/mca/io/romio321/romio/adio/common/flatten.c 	else count = 1;
count            1084 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count = top_count;
count            1085 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    *curr_index += count;
count            1094 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count *= ints[1];
count            1098 ompi/mca/io/romio321/romio/adio/common/flatten.c 		count += ints[1+i] * basic_num;
count            1115 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count = ADIOI_Count_contiguous_blocks(types[0], curr_index);
count            1116 ompi/mca/io/romio321/romio/adio/common/flatten.c 	else count = 1;
count            1120 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count = top_count;
count            1121 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    *curr_index += count;
count            1130 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count *= ints[1];
count            1133 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    *curr_index += (top_count-1) * count;
count            1134 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count *= top_count;
count            1141 ompi/mca/io/romio321/romio/adio/common/flatten.c 	count = 0;
count            1149 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count += ADIOI_Count_contiguous_blocks(types[n], curr_index);
count            1153 ompi/mca/io/romio321/romio/adio/common/flatten.c 		count++;
count            1161 ompi/mca/io/romio321/romio/adio/common/flatten.c 		count += (ints[1+n]-1)*num;
count            1172 ompi/mca/io/romio321/romio/adio/common/flatten.c 	count += 2;
count            1180 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count += ADIOI_Count_contiguous_blocks(types[0], curr_index);
count            1184 ompi/mca/io/romio321/romio/adio/common/flatten.c 	    count++;
count            1208 ompi/mca/io/romio321/romio/adio/common/flatten.c     return count;
count            1235 ompi/mca/io/romio321/romio/adio/common/flatten.c     for (i=0; i < (flat_type->count - 1); i++) {
count            1242 ompi/mca/io/romio321/romio/adio/common/flatten.c     if (opt_blocks == flat_type->count) return;
count            1251 ompi/mca/io/romio321/romio/adio/common/flatten.c     for (i=0; i < (flat_type->count - 1); i++) {
count            1261 ompi/mca/io/romio321/romio/adio/common/flatten.c     flat_type->count = opt_blocks;
count              43 ompi/mca/io/romio321/romio/adio/common/get_fp_posn.c 	    for (i=0; i<flat_file->count; i++) {
count             140 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           if (currentFlatBufIndice == flatBuf->count) {
count             165 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c         if (currentFlatBufIndice == flatBuf->count) {
count             262 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       printf("flatBuf->count is %d bufTypeExtent is %d\n", flatBuf->count,bufTypeExtent);
count             263 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       for (i=0;i<flatBuf->count;i++)
count             455 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             if (currentFlatBufIndice == flatBuf->count) {
count             465 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               currentFlatBufIndice = flatBuf->count-1;
count             493 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           if (tmpCurrentFlatBufIndice == flatBuf->count) {
count            1294 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       printf("flatBuf->count is %d bufTypeExtent is %d\n", flatBuf->count,bufTypeExtent);
count            1295 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c       for (i=0;i<flatBuf->count;i++)
count            1486 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c             if (currentFlatBufIndice == flatBuf->count) {
count            1496 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c               currentFlatBufIndice = flatBuf->count-1;
count            1524 ompi/mca/io/romio321/romio/adio/common/onesided_aggregation.c           if (tmpCurrentFlatBufIndice == flatBuf->count) {
count              15 ompi/mca/io/romio321/romio/adio/common/utils.c static int type_create_contiguous_x(MPI_Count count,
count              31 ompi/mca/io/romio321/romio/adio/common/utils.c     ADIOI_Assert(count/INT_MAX == (int)(count/INT_MAX));
count              32 ompi/mca/io/romio321/romio/adio/common/utils.c     int c = (int)(count/INT_MAX); /* OK to cast until 'count' is 256 bits */
count              33 ompi/mca/io/romio321/romio/adio/common/utils.c     int r = count%INT_MAX;
count              57 ompi/mca/io/romio321/romio/adio/common/utils.c int ADIOI_Type_create_hindexed_x(int count,
count              68 ompi/mca/io/romio321/romio/adio/common/utils.c     types = ADIOI_Malloc(count*sizeof(MPI_Datatype));
count              69 ompi/mca/io/romio321/romio/adio/common/utils.c     blocklens = ADIOI_Malloc(count*sizeof(int));
count              81 ompi/mca/io/romio321/romio/adio/common/utils.c     for(i=0; i<count; i++) {
count              94 ompi/mca/io/romio321/romio/adio/common/utils.c 	ret = MPI_Type_create_struct(count, blocklens, array_of_displacements,
count              97 ompi/mca/io/romio321/romio/adio/common/utils.c 	ret = MPI_Type_create_hindexed(count, blocklens,
count             100 ompi/mca/io/romio321/romio/adio/common/utils.c     for (i=0; i< count; i++)
count             115 ompi/mca/io/romio321/romio/adio/common/utils.c ssize_t pread(int fd, void *buf, size_t count, off_t offset);
count             116 ompi/mca/io/romio321/romio/adio/common/utils.c ssize_t pwrite(int fd, const void *buf, size_t count, off_t offset);
count             118 ompi/mca/io/romio321/romio/adio/common/utils.c ssize_t pread(int fd, void *buf, size_t count, off_t offset) {
count             127 ompi/mca/io/romio321/romio/adio/common/utils.c     read_ret = read(fd, buf, count);
count             137 ompi/mca/io/romio321/romio/adio/common/utils.c ssize_t pwrite(int fd, const void *buf, size_t count, off_t offset) {
count             146 ompi/mca/io/romio321/romio/adio/common/utils.c     write_ret = write(fd, buf, count);
count             359 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_ReadContig(ADIO_File fd, void *buf, int count, MPI_Datatype datatype,
count             362 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_WriteContig(ADIO_File fd, void *buf, int count, 
count             366 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_IwriteContig(ADIO_File fd, void *buf, int count, 
count             370 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_IreadContig(ADIO_File fd, void *buf, int count, 
count             388 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_ReadStrided(ADIO_File fd, void *buf, int count,
count             392 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_WriteStrided(ADIO_File fd, const void *buf, int count,
count             396 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_ReadStridedColl(ADIO_File fd, void *buf, int count,
count             400 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_WriteStridedColl(ADIO_File fd, void *buf, int count,
count             404 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_IreadStrided(ADIO_File fd, void *buf, int count,
count             408 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_IwriteStrided(ADIO_File fd, void *buf, int count,
count             412 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_IreadStridedColl(ADIO_File fd, void *buf, int count,
count             416 ompi/mca/io/romio321/romio/adio/include/adio.h void ADIO_IwriteStridedColl(ADIO_File fd, void *buf, int count,
count             114 ompi/mca/io/romio321/romio/adio/include/adioi.h     MPI_Count count;                   /* no. of contiguous blocks */
count             160 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_ReadContig) (ADIO_File fd, void *buf, int count,
count             163 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_WriteContig) (ADIO_File fd, const void *buf, int count,
count             166 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_ReadStridedColl) (ADIO_File fd, void *buf, int count,
count             169 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_WriteStridedColl) (ADIO_File fd, const void *buf, int count,
count             178 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_ReadStrided) (ADIO_File fd, void *buf, int count,
count             181 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_WriteStrided) (ADIO_File fd, const void *buf, int count,
count             185 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_IreadContig) (ADIO_File fd, void *buf, int count, 
count             188 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_IwriteContig) (ADIO_File fd, const void *buf, int count,
count             199 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_IreadStrided) (ADIO_File fd, void *buf, int count,
count             202 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_IwriteStrided) (ADIO_File fd, const void *buf, int count,
count             210 ompi/mca/io/romio321/romio/adio/include/adioi.h     void (*ADIOI_xxx_IreadStridedColl) (ADIO_File fd, void *buf, int count,
count             214 ompi/mca/io/romio321/romio/adio/include/adioi.h            int count, MPI_Datatype datatype, int file_ptr_type,
count             251 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadContig(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
count             252 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_ReadContig))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
count             254 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteContig(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
count             255 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_WriteContig))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
count             263 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IreadContig(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
count             264 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IreadContig))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
count             266 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IwriteContig(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
count             267 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IwriteContig))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
count             288 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadStrided(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
count             289 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_ReadStrided))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
count             291 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteStrided(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
count             292 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_WriteStrided))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
count             294 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_ReadStridedColl(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
count             295 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_ReadStridedColl))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
count             297 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_WriteStridedColl(fd,buf,count,datatype,file_ptr_type,offset,status,error_code) \
count             298 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_WriteStridedColl))(fd,buf,count,datatype,file_ptr_type,offset,status,error_code)
count             300 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IreadStrided(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
count             301 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IreadStrided))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
count             303 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IwriteStrided(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
count             304 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IwriteStrided))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
count             306 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IreadStridedColl(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
count             307 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IreadStridedColl))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
count             309 ompi/mca/io/romio321/romio/adio/include/adioi.h #define ADIO_IwriteStridedColl(fd,buf,count,datatype,file_ptr_type,offset,request,error_code) \
count             310 ompi/mca/io/romio321/romio/adio/include/adioi.h         (*(fd->fns->ADIOI_xxx_IwriteStridedColl))(fd,buf,count,datatype,file_ptr_type,offset,request,error_code)
count             336 ompi/mca/io/romio321/romio/adio/include/adioi.h     int count;             /* size of above arrays */
count             344 ompi/mca/io/romio321/romio/adio/include/adioi.h     int count;            /* size of above arrays */
count             388 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_ReadContig(ADIO_File fd, void *buf, int count, 
count             394 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_IreadContig(ADIO_File fd, void *buf, int count, 
count             398 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_WriteContig(ADIO_File fd, const void *buf, int count,
count             402 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_IwriteContig(ADIO_File fd, const void *buf, int count,
count             406 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_ReadStrided(ADIO_File fd, void *buf, int count,
count             410 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_IreadStrided(ADIO_File fd, void *buf, int count,
count             414 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_IwriteStrided(ADIO_File fd, const void *buf, int count,
count             423 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_GEN_aio_wait_fn(int count, void **array_of_states, double timeout, 
count             429 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_ReadStrided_naive(ADIO_File fd, void *buf, int count,
count             433 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_WriteStrided(ADIO_File fd, const void *buf, int count,
count             437 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_WriteStrided_naive(ADIO_File fd, const void *buf, int count,
count             441 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_NOLOCK_WriteStrided(ADIO_File fd, const void *buf, int count,
count             445 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_ReadStridedColl(ADIO_File fd, void *buf, int count,
count             450 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_IreadStridedColl(ADIO_File fd, void *buf, int count,
count             457 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_WriteStridedColl(ADIO_File fd, const void *buf, int count,
count             462 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_GEN_IwriteStridedColl(ADIO_File fd, const void *buf, int count,
count             644 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_Calc_bounds (ADIO_File fd, int count, MPI_Datatype buftype,
count             650 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_IOFiletype(ADIO_File fd, void *buf, int count,
count             655 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_IOStridedColl(ADIO_File fd, void *buf, int count, int rdwr,
count             662 ompi/mca/io/romio321/romio/adio/include/adioi.h 			   ADIO_File fd, int count,
count             754 ompi/mca/io/romio321/romio/adio/include/adioi.h int ADIOI_Type_create_hindexed_x(int count,
count             763 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_FAKE_IreadContig(ADIO_File fd, void *buf, int count, 
count             767 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_FAKE_IreadStrided(ADIO_File fd, void *buf, int count, 
count             771 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_FAKE_IwriteContig(ADIO_File fd, const void *buf, int count,
count             775 ompi/mca/io/romio321/romio/adio/include/adioi.h void ADIOI_FAKE_IwriteStrided(ADIO_File fd, const void *buf, int count,
count             788 ompi/mca/io/romio321/romio/adio/include/adioi.h 		    int count,
count             796 ompi/mca/io/romio321/romio/adio/include/adioi.h 		     int count,
count             804 ompi/mca/io/romio321/romio/adio/include/adioi.h 			int count,
count             812 ompi/mca/io/romio321/romio/adio/include/adioi.h 			 int count,
count             820 ompi/mca/io/romio321/romio/adio/include/adioi.h 			      int count,
count             827 ompi/mca/io/romio321/romio/adio/include/adioi.h 			       int count,
count             842 ompi/mca/io/romio321/romio/adio/include/adioi.h 		      int count,
count             850 ompi/mca/io/romio321/romio/adio/include/adioi.h 		     int count,
count             858 ompi/mca/io/romio321/romio/adio/include/adioi.h             int count,
count             866 ompi/mca/io/romio321/romio/adio/include/adioi.h             int count,
count            1099 ompi/mca/io/romio321/romio/adio/include/adioi.h ssize_t pread(int fd, void *buf, size_t count, off_t offset);
count            1100 ompi/mca/io/romio321/romio/adio/include/adioi.h ssize_t pwrite(int fd, const void *buf, size_t count, off_t offset);
count              39 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_CHECK_COUNT(fh, count, myname, error_code)         \
count              40 ompi/mca/io/romio321/romio/adio/include/adioi_error.h if (count < 0) {						\
count              50 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_CHECK_COUNT_SIZE(fh, count, datatype_size, myname, error_code)         \
count              51 ompi/mca/io/romio321/romio/adio/include/adioi_error.h if (count*datatype_size != (ADIO_Offset)(unsigned)count*(ADIO_Offset)datatype_size) {	\
count             113 ompi/mca/io/romio321/romio/adio/include/adioi_error.h #define MPIO_CHECK_INTEGRAL_ETYPE(fh, count, dtype_size, myname, error_code) \
count             114 ompi/mca/io/romio321/romio/adio/include/adioi_error.h if ((count*dtype_size) % fh->etype_size != 0) {				     \
count              12 ompi/mca/io/romio321/romio/adio/include/mpiu_external32.h 	        int count, void *filebuf);
count              14 ompi/mca/io/romio321/romio/adio/include/mpiu_external32.h 	        int count, void *filebuf);
count              20 ompi/mca/io/romio321/romio/adio/include/mpiu_external32.h int MPIU_external32_buffer_setup(const void * buf, int count, MPI_Datatype type, void **newbuf);
count              95 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c 			MPI_Fint *count,MPI_Fint *datatype,
count              99 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c                       MPI_Fint *count,MPI_Fint *datatype,
count             109 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c     *ierr = MPI_File_iread_at(fh_c,*offset,buf,*count,datatype_c,&req_c);
count             116 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c 			MPI_Fint *count,MPI_Datatype *datatype,
count             120 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c                       MPI_Fint *count,MPI_Datatype *datatype,
count             127 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_atf.c     *ierr = MPI_File_iread_at(fh_c,*offset,buf,*count,*datatype,&req_c);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c void mpi_file_iread_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              97 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c void mpi_file_iread_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             106 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c     *ierr = MPI_File_iread_shared(fh_c,buf,*count,datatype_c,&req_c);
count             111 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c FORTRAN_API void FORT_CALL mpi_file_iread_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             114 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c FORTRAN_API void FORT_CALL mpi_file_iread_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             121 ompi/mca/io/romio321/romio/mpi-io/fortran/iread_shf.c     *ierr = MPI_File_iread_shared(fh_c,buf,*count,*datatype,&req_c);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c void mpi_file_iread_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              97 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c void mpi_file_iread_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             106 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c     *ierr = MPI_File_iread(fh_c,buf,*count,datatype_c,&req_c);
count             111 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c FORTRAN_API void FORT_CALL mpi_file_iread_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             114 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c FORTRAN_API void FORT_CALL mpi_file_iread_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             121 ompi/mca/io/romio321/romio/mpi-io/fortran/ireadf.c     *ierr = MPI_File_iread(fh_c,buf,*count,*datatype,&req_c);
count              95 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c                        MPI_Fint *count,MPI_Fint *datatype,
count              99 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c                        MPI_Fint *count,MPI_Fint *datatype,
count             109 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c     *ierr = MPI_File_iwrite_at(fh_c,*offset,buf,*count,datatype_c,&req_c);
count             115 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c                        MPI_Fint *count,MPI_Datatype *datatype,
count             119 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c                        MPI_Fint *count,MPI_Datatype *datatype,
count             126 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_atf.c     *ierr = MPI_File_iwrite_at(fh_c,*offset,buf,*count,*datatype,&req_c);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c void mpi_file_iwrite_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              96 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c void mpi_file_iwrite_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             106 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c     *ierr = MPI_File_iwrite_shared(fh_c,buf,*count,datatype_c,&req_c);
count             111 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c FORTRAN_API void FORT_CALL mpi_file_iwrite_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             114 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c FORTRAN_API void FORT_CALL mpi_file_iwrite_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             121 ompi/mca/io/romio321/romio/mpi-io/fortran/iwrite_shf.c     *ierr = MPI_File_iwrite_shared(fh_c,buf,*count,*datatype,&req_c);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c void mpi_file_iwrite_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              97 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c void mpi_file_iwrite_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             107 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c     *ierr = MPI_File_iwrite(fh_c,buf,*count,datatype_c,&req_c);
count             112 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c FORTRAN_API void FORT_CALL mpi_file_iwrite_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             115 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c FORTRAN_API void FORT_CALL mpi_file_iwrite_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             122 ompi/mca/io/romio321/romio/mpi-io/fortran/iwritef.c     *ierr = MPI_File_iwrite(fh_c,buf,*count,*datatype,&req_c);
count              95 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c 			 MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr );
count              98 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c                          MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr )
count             106 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c     *ierr = MPI_File_read_at_all_begin(fh_c,*offset,buf,*count,datatype_c);
count             111 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c 			 MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr );
count             114 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c                          MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr )
count             119 ompi/mca/io/romio321/romio/mpi-io/fortran/rd_atallbf.c     *ierr = MPI_File_read_at_all_begin(fh_c,*offset,buf,*count,(MPI_Datatype) *datatype);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c void mpi_file_read_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c void mpi_file_read_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c     *ierr = MPI_File_read_all_begin(fh_c,buf,*count,datatype_c);
count             110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c FORTRAN_API void FORT_CALL mpi_file_read_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c FORTRAN_API void FORT_CALL mpi_file_read_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allbf.c     *ierr = MPI_File_read_all_begin(fh_c,buf,*count,(MPI_Datatype) *datatype);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c void mpi_file_read_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c void mpi_file_read_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c     *ierr = MPI_File_read_all(fh_c,buf,*count,datatype_c,status);
count             110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c FORTRAN_API void FORT_CALL mpi_file_read_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c FORTRAN_API void FORT_CALL mpi_file_read_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_allf.c     *ierr = MPI_File_read_all(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
count              95 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c                            MPI_Fint *count,MPI_Fint *datatype,
count              99 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c                          MPI_Fint *count,MPI_Fint *datatype,
count             108 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c     *ierr = MPI_File_read_at_all(fh_c,*offset,buf,*count,datatype_c,status);
count             113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c                          MPI_Fint *count,MPI_Fint *datatype,
count             117 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c                          MPI_Fint *count,MPI_Fint *datatype,
count             123 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atallf.c     *ierr = MPI_File_read_at_all(fh_c,*offset,buf,*count,(MPI_Datatype)*datatype,status);
count              95 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c        MPI_Fint *count,MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
count              98 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c       MPI_Fint *count,MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
count             106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c     *ierr = MPI_File_read_at(fh_c,*offset,buf,*count,datatype_c,status);
count             111 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c        MPI_Fint *count,MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr );
count             114 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c       MPI_Fint *count,MPI_Fint *datatype,MPI_Status *status, MPI_Fint *ierr )
count             119 ompi/mca/io/romio321/romio/mpi-io/fortran/read_atf.c     *ierr = MPI_File_read_at(fh_c,*offset,buf,*count,(MPI_Datatype)*datatype,status);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c void mpi_file_read_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c void mpi_file_read_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c     *ierr = MPI_File_read_ordered_begin(fh_c,buf,*count,datatype_c);
count             110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordbf.c     *ierr = MPI_File_read_ordered_begin(fh_c,buf,*count,(MPI_Datatype)*datatype);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c void mpi_file_read_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              97 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c void mpi_file_read_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             106 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c     *ierr = MPI_File_read_ordered(fh_c,buf,*count,datatype_c,status);
count             110 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             113 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c FORTRAN_API void FORT_CALL mpi_file_read_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             118 ompi/mca/io/romio321/romio/mpi-io/fortran/read_ordf.c     *ierr = MPI_File_read_ordered(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c void mpi_file_read_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              96 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c void mpi_file_read_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             105 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c     *ierr = MPI_File_read_shared(fh_c,buf,*count,datatype_c,status);
count             109 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c FORTRAN_API void FORT_CALL mpi_file_read_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             111 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c FORTRAN_API void FORT_CALL mpi_file_read_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             117 ompi/mca/io/romio321/romio/mpi-io/fortran/read_shf.c     *ierr = MPI_File_read_shared(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c void mpi_file_read_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              97 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c void mpi_file_read_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             106 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c     *ierr = MPI_File_read(fh_c,buf,*count,datatype_c,status);
count             110 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c FORTRAN_API void FORT_CALL mpi_file_read_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             113 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c FORTRAN_API void FORT_CALL mpi_file_read_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             119 ompi/mca/io/romio321/romio/mpi-io/fortran/readf.c     *ierr = MPI_File_read(fh_c,buf,*count,(MPI_Datatype)*datatype,status);
count              96 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c 				  MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr );
count              99 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c                           MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr )
count             107 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c     *ierr = MPI_File_write_at_all_begin(fh_c,*offset,buf,*count,datatype_c);
count             112 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c 				  MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr );
count             115 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c                           MPI_Fint *count,MPI_Fint *datatype, MPI_Fint *ierr )
count             120 ompi/mca/io/romio321/romio/mpi-io/fortran/wr_atallbf.c     *ierr = MPI_File_write_at_all_begin(fh_c,*offset,buf,*count,(MPI_Datatype)*datatype);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c void mpi_file_write_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              96 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c void mpi_file_write_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             104 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c     *ierr = MPI_File_write_all_begin(fh_c,buf,*count,datatype_c);
count             108 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c FORTRAN_API void FORT_CALL mpi_file_write_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             110 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c FORTRAN_API void FORT_CALL mpi_file_write_all_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             115 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allbf.c     *ierr = MPI_File_write_all_begin(fh_c,buf,*count,(MPI_Datatype)*datatype);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c void mpi_file_write_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              97 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c void mpi_file_write_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             105 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c     *ierr = MPI_File_write_all(fh_c,buf,*count,datatype_c,status);
count             109 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c FORTRAN_API void FORT_CALL mpi_file_write_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             112 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c FORTRAN_API void FORT_CALL mpi_file_write_all_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_allf.c     *ierr = MPI_File_write_all(fh_c,buf,*count,*datatype,status);
count              95 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c                           MPI_Fint *count,MPI_Fint *datatype,
count              99 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c                           MPI_Fint *count,MPI_Fint *datatype,
count             108 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c     *ierr = MPI_File_write_at_all(fh_c,*offset,buf,*count,datatype_c,status);
count             113 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c                           MPI_Fint *count,MPI_Fint *datatype,
count             117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c                           MPI_Fint *count,MPI_Fint *datatype,
count             123 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atallf.c     *ierr = MPI_File_write_at_all(fh_c,*offset,buf,*count,*datatype,status);
count              95 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c                       MPI_Fint *count,MPI_Fint *datatype,
count              99 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c                       MPI_Fint *count,MPI_Fint *datatype,
count             108 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c     *ierr = MPI_File_write_at(fh_c,*offset,buf,*count,datatype_c,status);
count             113 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c                       MPI_Fint *count,MPI_Fint *datatype,
count             117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c                       MPI_Fint *count,MPI_Fint *datatype,
count             123 ompi/mca/io/romio321/romio/mpi-io/fortran/write_atf.c     *ierr = MPI_File_write_at(fh_c,*offset,buf,*count,*datatype,status);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c void mpi_file_write_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              97 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c void mpi_file_write_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             105 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c     *ierr = MPI_File_write_ordered_begin(fh_c,buf,*count,datatype_c);
count             109 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             112 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_begin_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordbf.c     *ierr = MPI_File_write_ordered_begin(fh_c,buf,*count,*datatype);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c void mpi_file_write_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              97 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c void mpi_file_write_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             105 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c     *ierr = MPI_File_write_ordered(fh_c,buf,*count,datatype_c,status);
count             109 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             112 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c FORTRAN_API void FORT_CALL mpi_file_write_ordered_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             117 ompi/mca/io/romio321/romio/mpi-io/fortran/write_ordf.c     *ierr = MPI_File_write_ordered(fh_c,buf,*count,*datatype,status);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c void mpi_file_write_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              97 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c void mpi_file_write_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             106 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c     *ierr = MPI_File_write_shared(fh_c, buf,*count,datatype_c,status);
count             110 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c FORTRAN_API void FORT_CALL mpi_file_write_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             113 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c FORTRAN_API void FORT_CALL mpi_file_write_shared_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             119 ompi/mca/io/romio321/romio/mpi-io/fortran/write_shf.c     *ierr = MPI_File_write_shared(fh_c, buf,*count,*datatype,status);
count              94 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c void mpi_file_write_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count              97 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c void mpi_file_write_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             106 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c     *ierr = MPI_File_write(fh_c, buf,*count,datatype_c,status);
count             110 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c FORTRAN_API void FORT_CALL mpi_file_write_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             113 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c FORTRAN_API void FORT_CALL mpi_file_write_(MPI_Fint *fh,void *buf,MPI_Fint *count,
count             119 ompi/mca/io/romio321/romio/mpi-io/fortran/writef.c     *ierr = MPI_File_write(fh_c, buf,*count,*datatype,status);
count              21 ompi/mca/io/romio321/romio/mpi-io/glue/large_count.c 	MPI_Count count)
count              23 ompi/mca/io/romio321/romio/mpi-io/glue/large_count.c     int count_int = (int) count;
count              31 ompi/mca/io/romio321/romio/mpi-io/iotestall.c int MPIO_Testall(int count, MPIO_Request requests[], int *flag,
count              38 ompi/mca/io/romio321/romio/mpi-io/iotestall.c     if (count == 1)  {
count              49 ompi/mca/io/romio321/romio/mpi-io/iotestall.c     for (i=0; i<count; i++) {
count              31 ompi/mca/io/romio321/romio/mpi-io/iotestany.c int MPIO_Testany(int count, MPIO_Request requests[], int *index, 
count              39 ompi/mca/io/romio321/romio/mpi-io/iotestany.c     if (count == 1) {
count              46 ompi/mca/io/romio321/romio/mpi-io/iotestany.c     for (i=0; i<count; i++) {
count              51 ompi/mca/io/romio321/romio/mpi-io/iotestany.c     if (i == count) {
count              67 ompi/mca/io/romio321/romio/mpi-io/iotestany.c     for (i=0; i<count; i++) {
count              31 ompi/mca/io/romio321/romio/mpi-io/iotestsome.c int MPIO_Testsome(int count, MPIO_Request requests[], int *outcount,
count              40 ompi/mca/io/romio321/romio/mpi-io/iotestsome.c     if (count == 1) {
count              55 ompi/mca/io/romio321/romio/mpi-io/iotestsome.c     for (i=0; i<count; i++) {
count              60 ompi/mca/io/romio321/romio/mpi-io/iotestsome.c     if (i == count) {
count              68 ompi/mca/io/romio321/romio/mpi-io/iotestsome.c     for (i=0; i<count; i++) {
count              31 ompi/mca/io/romio321/romio/mpi-io/iowaitall.c int MPIO_Waitall( int count, MPIO_Request requests[], MPI_Status statuses[] )
count              38 ompi/mca/io/romio321/romio/mpi-io/iowaitall.c     if (count == 1)  {
count              46 ompi/mca/io/romio321/romio/mpi-io/iowaitall.c 	for (i=0; i<count; i++) {
count              31 ompi/mca/io/romio321/romio/mpi-io/iowaitany.c int MPIO_Waitany(int count, MPIO_Request requests[], int *index, 
count              39 ompi/mca/io/romio321/romio/mpi-io/iowaitany.c     if (count == 1) {
count              46 ompi/mca/io/romio321/romio/mpi-io/iowaitany.c     for (i=0; i<count; i++) {
count              51 ompi/mca/io/romio321/romio/mpi-io/iowaitany.c     if (i == count) {
count              69 ompi/mca/io/romio321/romio/mpi-io/iowaitany.c 	for (i=0; i<count; i++) {
count              31 ompi/mca/io/romio321/romio/mpi-io/iowaitsome.c int MPIO_Waitsome(int count, MPIO_Request requests[], int *outcount,
count              39 ompi/mca/io/romio321/romio/mpi-io/iowaitsome.c     if (count == 1) {
count              49 ompi/mca/io/romio321/romio/mpi-io/iowaitsome.c     for (i=0; i<count; i++) {
count              54 ompi/mca/io/romio321/romio/mpi-io/iowaitsome.c     if (i == count) {
count              63 ompi/mca/io/romio321/romio/mpi-io/iowaitsome.c 	for (i=0; i<count; i++) {
count              20 ompi/mca/io/romio321/romio/mpi-io/iread.c int MPI_File_iread(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPIO_Request *request)
count              47 ompi/mca/io/romio321/romio/mpi-io/iread.c int MPI_File_iread(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Request *request)
count              55 ompi/mca/io/romio321/romio/mpi-io/iread.c 		  count);
count              60 ompi/mca/io/romio321/romio/mpi-io/iread.c 				  buf, count, datatype, myname, request);
count              68 ompi/mca/io/romio321/romio/mpi-io/iread.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              76 ompi/mca/io/romio321/romio/mpi-io/iread.c int MPIOI_File_iread(MPI_File fh, MPI_Offset offset, int file_ptr_type, void *buf, int count,
count              92 ompi/mca/io/romio321/romio/mpi-io/iread.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count             107 ompi/mca/io/romio321/romio/mpi-io/iread.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count             110 ompi/mca/io/romio321/romio/mpi-io/iread.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count             120 ompi/mca/io/romio321/romio/mpi-io/iread.c 	bufsize = datatype_size * count;
count             130 ompi/mca/io/romio321/romio/mpi-io/iread.c 	    ADIO_IreadContig(adio_fh, buf, count, datatype, file_ptr_type,
count             140 ompi/mca/io/romio321/romio/mpi-io/iread.c             ADIO_ReadContig(adio_fh, buf, count, datatype, file_ptr_type,
count             148 ompi/mca/io/romio321/romio/mpi-io/iread.c 		nbytes = count*datatype_size;
count             153 ompi/mca/io/romio321/romio/mpi-io/iread.c     else ADIO_IreadStrided(adio_fh, buf, count, datatype, file_ptr_type,
count              19 ompi/mca/io/romio321/romio/mpi-io/iread_all.c int MPI_File_iread_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
count              47 ompi/mca/io/romio321/romio/mpi-io/iread_all.c int MPI_File_iread_all(MPI_File fh, void *buf, int count,
count              55 ompi/mca/io/romio321/romio/mpi-io/iread_all.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEREADALL, TRDTBLOCK, fh, datatype, count);
count              60 ompi/mca/io/romio321/romio/mpi-io/iread_all.c                      count, datatype, myname, request);
count              69 ompi/mca/io/romio321/romio/mpi-io/iread_all.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              82 ompi/mca/io/romio321/romio/mpi-io/iread_all.c             int count,
count              98 ompi/mca/io/romio321/romio/mpi-io/iread_all.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count             113 ompi/mca/io/romio321/romio/mpi-io/iread_all.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count             116 ompi/mca/io/romio321/romio/mpi-io/iread_all.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count             126 ompi/mca/io/romio321/romio/mpi-io/iread_all.c         e32_buf = ADIOI_Malloc(e32_size*count);
count             130 ompi/mca/io/romio321/romio/mpi-io/iread_all.c     ADIO_IreadStridedColl(adio_fh, xbuf, count, datatype, file_ptr_type,
count             140 ompi/mca/io/romio321/romio/mpi-io/iread_all.c                                                         count, e32_buf);
count              20 ompi/mca/io/romio321/romio/mpi-io/iread_at.c int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype,
count              48 ompi/mca/io/romio321/romio/mpi-io/iread_at.c int MPI_File_iread_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype, 
count              58 ompi/mca/io/romio321/romio/mpi-io/iread_at.c 		  count);
count              63 ompi/mca/io/romio321/romio/mpi-io/iread_at.c 				  count, datatype, myname, request);
count              71 ompi/mca/io/romio321/romio/mpi-io/iread_at.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              19 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c int MPI_File_iread_at_all(MPI_File fh, MPI_Offset offset, void * buf, int count,
count              49 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c                           int count, MPI_Datatype datatype,
count              58 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c 		  count);
count              62 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c 				     count, datatype, myname, request);
count              70 ompi/mca/io/romio321/romio/mpi-io/iread_atall.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              20 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c int MPI_File_iread_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
count              46 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c int MPI_File_iread_shared(MPI_File fh, void *buf, int count,
count              64 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count              71 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count              73 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count              81 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c     incr = (count*datatype_size)/adio_fh->etype_size;
count              95 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c 	bufsize = datatype_size * count;
count              99 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c 	    ADIO_IreadContig(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
count             112 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c             ADIO_ReadContig(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
count             120 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c 		    nbytes = count * datatype_size;
count             127 ompi/mca/io/romio321/romio/mpi-io/iread_sh.c 	ADIO_IreadStrided(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
count              20 ompi/mca/io/romio321/romio/mpi-io/iwrite.c int MPI_File_iwrite(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
count              47 ompi/mca/io/romio321/romio/mpi-io/iwrite.c int MPI_File_iwrite(MPI_File fh, ROMIO_CONST void *buf, int count,
count              56 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 		  count);
count              61 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 				   buf, count, datatype, myname, request);
count              69 ompi/mca/io/romio321/romio/mpi-io/iwrite.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              81 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 		      int count,
count              98 ompi/mca/io/romio321/romio/mpi-io/iwrite.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count             113 ompi/mca/io/romio321/romio/mpi-io/iwrite.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count             116 ompi/mca/io/romio321/romio/mpi-io/iwrite.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count             126 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 	bufsize = datatype_size * count;
count             135 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 	    ADIO_IwriteContig(adio_fh, buf, count, datatype, file_ptr_type,
count             146 ompi/mca/io/romio321/romio/mpi-io/iwrite.c             ADIO_WriteContig(adio_fh, buf, count, datatype, file_ptr_type, off,
count             154 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 		nbytes = count * datatype_size;
count             161 ompi/mca/io/romio321/romio/mpi-io/iwrite.c 	ADIO_IwriteStrided(adio_fh, buf, count, datatype, file_ptr_type,
count              19 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c int MPI_File_iwrite_all(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
count              47 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c int MPI_File_iwrite_all(MPI_File fh, ROMIO_CONST void *buf, int count,
count              55 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEIWRITEALL, TRDTBLOCK, fh, datatype, count);
count              60 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c                       count, datatype, myname, request);
count              63 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              76 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c             int count,
count              93 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count             109 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count             112 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count             117 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c         error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
count             124 ompi/mca/io/romio321/romio/mpi-io/iwrite_all.c     ADIO_IwriteStridedColl(adio_fh, xbuf, count, datatype, file_ptr_type,
count              20 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c int MPI_File_iwrite_at(MPI_File fh, MPI_Offset offset, const void *buf, int count,
count              50 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c                        int count, MPI_Datatype datatype, 
count              61 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c 		  fh, datatype, count);
count              68 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c 				   count, datatype, myname, request);
count              76 ompi/mca/io/romio321/romio/mpi-io/iwrite_at.c     HPMP_IO_END(fl_xmpi, fh, datatype, count)
count              19 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c int MPI_File_iwrite_at_all(MPI_File fh, MPI_Offset offset, const void *buf, int count,
count              49 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c                            int count, MPI_Datatype datatype,
count              57 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEIWRITEATALL, TRDTBLOCK, fh, datatype, count);
count              61 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c 				      buf, count, datatype, myname, request);
count              64 ompi/mca/io/romio321/romio/mpi-io/iwrite_atall.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              20 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c int MPI_File_iwrite_shared(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
count              47 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c int MPI_File_iwrite_shared(MPI_File fh, ROMIO_CONST void *buf, int count,
count              64 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count              71 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count              73 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count              81 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c     incr = (count*datatype_size)/adio_fh->etype_size;
count              91 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c 	bufsize = datatype_size * count;
count              94 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c 	    ADIO_IwriteContig(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
count             103 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c             ADIO_WriteContig(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
count             113 ompi/mca/io/romio321/romio/mpi-io/iwrite_sh.c 	ADIO_IwriteStrided(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
count              16 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c         int count, void *filebuf)
count              25 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c     mpi_errno = MPI_Pack_external_size("external32", count, datatype, &bytes);
count              32 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c         mpi_errno = MPI_Pack_external("external32", userbuf, count,
count              35 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c         mpi_errno = MPI_Pack_external("external32", (void *)userbuf, count,
count              52 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c         mpi_errno = MPI_Pack_external("external32", userbuf, count,
count              55 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c         mpi_errno = MPI_Pack_external("external32", (void *)userbuf, count,
count              64 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c         mpi_errno = MPI_Unpack(tmp_buf, bytes, &position_i, filebuf, count,
count              79 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c         int count, void *filebuf)
count              88 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c     mpi_errno = MPI_Pack_external_size("external32", count, datatype, &bytes);
count              95 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c                 &position, userbuf, count,  datatype);
count             109 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c         mpi_errno = MPI_Pack(filebuf, count, datatype, tmp_buf, bytes,
count             118 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c                 &position, userbuf, count, datatype);
count             148 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c int MPIU_external32_buffer_setup(const void * buf, int count, MPI_Datatype type, void **newbuf)
count             158 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c     bytes = datatype_size * count;
count             161 ompi/mca/io/romio321/romio/mpi-io/mpiu_external32.c     error_code = MPIU_write_external32_conversion_fn(buf, type, count, *newbuf);
count              20 ompi/mca/io/romio321/romio/mpi-io/rd_atallb.c int MPI_File_read_at_all_begin(MPI_File fh, MPI_Offset offset, void *buf, int count,
count              44 ompi/mca/io/romio321/romio/mpi-io/rd_atallb.c 			       int count, MPI_Datatype datatype)
count              51 ompi/mca/io/romio321/romio/mpi-io/rd_atallb.c 					   buf, count, datatype, myname);
count              19 ompi/mca/io/romio321/romio/mpi-io/read.c int MPI_File_read(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
count              44 ompi/mca/io/romio321/romio/mpi-io/read.c int MPI_File_read(MPI_File fh, void *buf, int count,
count              52 ompi/mca/io/romio321/romio/mpi-io/read.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEREAD, TRDTBLOCK, fh, datatype, count);
count              56 ompi/mca/io/romio321/romio/mpi-io/read.c 				 count, datatype, myname, status);
count              59 ompi/mca/io/romio321/romio/mpi-io/read.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              71 ompi/mca/io/romio321/romio/mpi-io/read.c 		    int count,
count              88 ompi/mca/io/romio321/romio/mpi-io/read.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count             104 ompi/mca/io/romio321/romio/mpi-io/read.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count             107 ompi/mca/io/romio321/romio/mpi-io/read.c     if (count*datatype_size == 0)
count             117 ompi/mca/io/romio321/romio/mpi-io/read.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count             135 ompi/mca/io/romio321/romio/mpi-io/read.c         e32_buf = ADIOI_Malloc(e32_size*count);
count             142 ompi/mca/io/romio321/romio/mpi-io/read.c 	bufsize = datatype_size * count;
count             157 ompi/mca/io/romio321/romio/mpi-io/read.c 	ADIO_ReadContig(adio_fh, xbuf, count, datatype, file_ptr_type,
count             166 ompi/mca/io/romio321/romio/mpi-io/read.c 	ADIO_ReadStrided(adio_fh, xbuf, count, datatype, file_ptr_type,
count             178 ompi/mca/io/romio321/romio/mpi-io/read.c                 count, e32_buf);
count              19 ompi/mca/io/romio321/romio/mpi-io/read_all.c int MPI_File_read_all(MPI_File fh, void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
count              44 ompi/mca/io/romio321/romio/mpi-io/read_all.c int MPI_File_read_all(MPI_File fh, void *buf, int count,
count              52 ompi/mca/io/romio321/romio/mpi-io/read_all.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEREADALL, TRDTBLOCK, fh, datatype, count);
count              57 ompi/mca/io/romio321/romio/mpi-io/read_all.c 				     count, datatype, myname, status);
count              60 ompi/mca/io/romio321/romio/mpi-io/read_all.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              73 ompi/mca/io/romio321/romio/mpi-io/read_all.c 			int count,
count              89 ompi/mca/io/romio321/romio/mpi-io/read_all.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count             105 ompi/mca/io/romio321/romio/mpi-io/read_all.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count             108 ompi/mca/io/romio321/romio/mpi-io/read_all.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count             119 ompi/mca/io/romio321/romio/mpi-io/read_all.c         e32_buf = ADIOI_Malloc(e32_size*count);
count             123 ompi/mca/io/romio321/romio/mpi-io/read_all.c     ADIO_ReadStridedColl(adio_fh, xbuf, count, datatype, file_ptr_type,
count             133 ompi/mca/io/romio321/romio/mpi-io/read_all.c                 count, e32_buf);
count              20 ompi/mca/io/romio321/romio/mpi-io/read_allb.c int MPI_File_read_all_begin(MPI_File fh, void *buf, int count, MPI_Datatype datatype)
count              42 ompi/mca/io/romio321/romio/mpi-io/read_allb.c int MPI_File_read_all_begin(MPI_File fh, void *buf, int count,
count              49 ompi/mca/io/romio321/romio/mpi-io/read_allb.c 					   ADIO_INDIVIDUAL, buf, count,
count              61 ompi/mca/io/romio321/romio/mpi-io/read_allb.c 			      int count,
count              76 ompi/mca/io/romio321/romio/mpi-io/read_allb.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count              92 ompi/mca/io/romio321/romio/mpi-io/read_allb.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count             103 ompi/mca/io/romio321/romio/mpi-io/read_allb.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count             116 ompi/mca/io/romio321/romio/mpi-io/read_allb.c         e32_buf = ADIOI_Malloc(e32_size*count);
count             120 ompi/mca/io/romio321/romio/mpi-io/read_allb.c     ADIO_ReadStridedColl(adio_fh, xbuf, count, datatype, file_ptr_type,
count             130 ompi/mca/io/romio321/romio/mpi-io/read_allb.c                 count, e32_buf);
count              19 ompi/mca/io/romio321/romio/mpi-io/read_at.c int MPI_File_read_at(MPI_File fh, MPI_Offset offset, void *buf, int count, MPI_Datatype datatype,
count              46 ompi/mca/io/romio321/romio/mpi-io/read_at.c 		     int count, MPI_Datatype datatype, MPI_Status *status)
count              54 ompi/mca/io/romio321/romio/mpi-io/read_at.c 		  count);
count              59 ompi/mca/io/romio321/romio/mpi-io/read_at.c 				 count, datatype, myname, status);
count              62 ompi/mca/io/romio321/romio/mpi-io/read_at.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              20 ompi/mca/io/romio321/romio/mpi-io/read_atall.c int MPI_File_read_at_all(MPI_File fh, MPI_Offset offset, void * buf, int count,
count              48 ompi/mca/io/romio321/romio/mpi-io/read_atall.c                          int count, MPI_Datatype datatype, 
count              57 ompi/mca/io/romio321/romio/mpi-io/read_atall.c 		  count);
count              61 ompi/mca/io/romio321/romio/mpi-io/read_atall.c 				     count, datatype, myname, status);
count              64 ompi/mca/io/romio321/romio/mpi-io/read_atall.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              20 ompi/mca/io/romio321/romio/mpi-io/read_ord.c int MPI_File_read_ordered(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
count              45 ompi/mca/io/romio321/romio/mpi-io/read_ord.c int MPI_File_read_ordered(MPI_File fh, void *buf, int count,
count              62 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count              69 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count              71 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count              79 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     incr = (count*datatype_size)/adio_fh->etype_size;
count              98 ompi/mca/io/romio321/romio/mpi-io/read_ord.c     ADIO_ReadStridedColl(adio_fh, buf, count, datatype, ADIO_EXPLICIT_OFFSET,
count              20 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c int MPI_File_read_ordered_begin(MPI_File fh, void *buf, int count, MPI_Datatype datatype)
count              42 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c int MPI_File_read_ordered_begin(MPI_File fh, void *buf, int count,
count              59 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count              77 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count              79 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count              87 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     incr = (count*datatype_size)/adio_fh->etype_size;
count             114 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c         e32_buf = ADIOI_Malloc(e32_size*count);
count             119 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c     ADIO_ReadStridedColl(adio_fh, xbuf, count, datatype, ADIO_EXPLICIT_OFFSET,
count             129 ompi/mca/io/romio321/romio/mpi-io/read_ordb.c                 count, e32_buf);
count              20 ompi/mca/io/romio321/romio/mpi-io/read_sh.c int MPI_File_read_shared(MPI_File fh, void *buf, int count, MPI_Datatype datatype,
count              45 ompi/mca/io/romio321/romio/mpi-io/read_sh.c int MPI_File_read_shared(MPI_File fh, void *buf, int count,
count              61 ompi/mca/io/romio321/romio/mpi-io/read_sh.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count              68 ompi/mca/io/romio321/romio/mpi-io/read_sh.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count              71 ompi/mca/io/romio321/romio/mpi-io/read_sh.c     if (count*datatype_size == 0)
count              81 ompi/mca/io/romio321/romio/mpi-io/read_sh.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count              91 ompi/mca/io/romio321/romio/mpi-io/read_sh.c     incr = (count*datatype_size)/adio_fh->etype_size;
count             110 ompi/mca/io/romio321/romio/mpi-io/read_sh.c         e32_buf = ADIOI_Malloc(e32_size*count);
count             118 ompi/mca/io/romio321/romio/mpi-io/read_sh.c         bufsize = datatype_size * count;
count             128 ompi/mca/io/romio321/romio/mpi-io/read_sh.c         ADIO_ReadContig(adio_fh, xbuf, count, datatype, ADIO_EXPLICIT_OFFSET,
count             136 ompi/mca/io/romio321/romio/mpi-io/read_sh.c 	ADIO_ReadStrided(adio_fh, xbuf, count, datatype, ADIO_EXPLICIT_OFFSET,
count             148 ompi/mca/io/romio321/romio/mpi-io/read_sh.c                 count, e32_buf);
count              20 ompi/mca/io/romio321/romio/mpi-io/wr_atallb.c int MPI_File_write_at_all_begin(MPI_File fh, MPI_Offset offset, const void *buf, int count,
count              43 ompi/mca/io/romio321/romio/mpi-io/wr_atallb.c 				int count, MPI_Datatype datatype)
count              50 ompi/mca/io/romio321/romio/mpi-io/wr_atallb.c 					    buf, count, datatype, myname);
count              19 ompi/mca/io/romio321/romio/mpi-io/write.c int MPI_File_write(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
count              44 ompi/mca/io/romio321/romio/mpi-io/write.c int MPI_File_write(MPI_File fh, ROMIO_CONST void *buf, int count,
count              52 ompi/mca/io/romio321/romio/mpi-io/write.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEWRITE, TRDTBLOCK, fh, datatype, count);
count              56 ompi/mca/io/romio321/romio/mpi-io/write.c 				  count, datatype, myname, status);
count              59 ompi/mca/io/romio321/romio/mpi-io/write.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              71 ompi/mca/io/romio321/romio/mpi-io/write.c 		     int count,
count              89 ompi/mca/io/romio321/romio/mpi-io/write.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count             105 ompi/mca/io/romio321/romio/mpi-io/write.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count             108 ompi/mca/io/romio321/romio/mpi-io/write.c     if (count*datatype_size == 0)
count             118 ompi/mca/io/romio321/romio/mpi-io/write.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count             130 ompi/mca/io/romio321/romio/mpi-io/write.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
count             140 ompi/mca/io/romio321/romio/mpi-io/write.c 	bufsize = datatype_size * count;
count             159 ompi/mca/io/romio321/romio/mpi-io/write.c 	ADIO_WriteContig(adio_fh, xbuf, count, datatype, file_ptr_type,
count             170 ompi/mca/io/romio321/romio/mpi-io/write.c 	ADIO_WriteStrided(adio_fh, xbuf, count, datatype, file_ptr_type,
count              20 ompi/mca/io/romio321/romio/mpi-io/write_all.c int MPI_File_write_all(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
count              45 ompi/mca/io/romio321/romio/mpi-io/write_all.c int MPI_File_write_all(MPI_File fh, ROMIO_CONST void *buf, int count,
count              53 ompi/mca/io/romio321/romio/mpi-io/write_all.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEWRITEALL, TRDTBLOCK, fh, datatype, count);
count              58 ompi/mca/io/romio321/romio/mpi-io/write_all.c 				      count, datatype, myname, status);
count              61 ompi/mca/io/romio321/romio/mpi-io/write_all.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              73 ompi/mca/io/romio321/romio/mpi-io/write_all.c 			 int count,
count              90 ompi/mca/io/romio321/romio/mpi-io/write_all.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count             106 ompi/mca/io/romio321/romio/mpi-io/write_all.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count             109 ompi/mca/io/romio321/romio/mpi-io/write_all.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count             114 ompi/mca/io/romio321/romio/mpi-io/write_all.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
count             120 ompi/mca/io/romio321/romio/mpi-io/write_all.c     ADIO_WriteStridedColl(adio_fh, xbuf, count, datatype, file_ptr_type,
count              20 ompi/mca/io/romio321/romio/mpi-io/write_allb.c int MPI_File_write_all_begin(MPI_File fh, const void *buf, int count, MPI_Datatype datatype)
count              41 ompi/mca/io/romio321/romio/mpi-io/write_allb.c int MPI_File_write_all_begin(MPI_File fh, ROMIO_CONST void *buf, int count,
count              48 ompi/mca/io/romio321/romio/mpi-io/write_allb.c 					    ADIO_INDIVIDUAL, buf, count,
count              60 ompi/mca/io/romio321/romio/mpi-io/write_allb.c 			       int count,
count              76 ompi/mca/io/romio321/romio/mpi-io/write_allb.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count             103 ompi/mca/io/romio321/romio/mpi-io/write_allb.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count             104 ompi/mca/io/romio321/romio/mpi-io/write_allb.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count             110 ompi/mca/io/romio321/romio/mpi-io/write_allb.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
count             118 ompi/mca/io/romio321/romio/mpi-io/write_allb.c     ADIO_WriteStridedColl(adio_fh, xbuf, count, datatype, file_ptr_type,
count              19 ompi/mca/io/romio321/romio/mpi-io/write_at.c int MPI_File_write_at(MPI_File fh, MPI_Offset offset, const void * buf, int count,
count              47 ompi/mca/io/romio321/romio/mpi-io/write_at.c                       int count, MPI_Datatype datatype, MPI_Status *status)
count              54 ompi/mca/io/romio321/romio/mpi-io/write_at.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEWRITEAT, TRDTBLOCK, fh, datatype, count);
count              59 ompi/mca/io/romio321/romio/mpi-io/write_at.c 				  count, datatype, myname, status);
count              62 ompi/mca/io/romio321/romio/mpi-io/write_at.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              20 ompi/mca/io/romio321/romio/mpi-io/write_atall.c int MPI_File_write_at_all(MPI_File fh, MPI_Offset offset, const void *buf, int count,
count              48 ompi/mca/io/romio321/romio/mpi-io/write_atall.c                           int count, MPI_Datatype datatype, 
count              56 ompi/mca/io/romio321/romio/mpi-io/write_atall.c     HPMP_IO_START(fl_xmpi, BLKMPIFILEWRITEATALL, TRDTBLOCK, fh, datatype, count);
count              60 ompi/mca/io/romio321/romio/mpi-io/write_atall.c 				      buf, count, datatype, myname, status);
count              63 ompi/mca/io/romio321/romio/mpi-io/write_atall.c     HPMP_IO_END(fl_xmpi, fh, datatype, count);
count              21 ompi/mca/io/romio321/romio/mpi-io/write_ord.c int MPI_File_write_ordered(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
count              46 ompi/mca/io/romio321/romio/mpi-io/write_ord.c int MPI_File_write_ordered(MPI_File fh, ROMIO_CONST void *buf, int count,
count              65 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count              72 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count              74 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count              82 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     incr = (count*datatype_size)/adio_fh->etype_size;
count             106 ompi/mca/io/romio321/romio/mpi-io/write_ord.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
count             113 ompi/mca/io/romio321/romio/mpi-io/write_ord.c     ADIO_WriteStridedColl(adio_fh, xbuf, count, datatype, ADIO_EXPLICIT_OFFSET,
count              20 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c int MPI_File_write_ordered_begin(MPI_File fh, const void *buf, int count, MPI_Datatype datatype)
count              42 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c int MPI_File_write_ordered_begin(MPI_File fh, ROMIO_CONST void *buf, int count,
count              61 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count              78 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count              80 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count              88 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     incr = (count*datatype_size)/adio_fh->etype_size;
count             112 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
count             119 ompi/mca/io/romio321/romio/mpi-io/write_ordb.c     ADIO_WriteStridedColl(adio_fh, xbuf, count, datatype, ADIO_EXPLICIT_OFFSET,
count              20 ompi/mca/io/romio321/romio/mpi-io/write_sh.c int MPI_File_write_shared(MPI_File fh, const void *buf, int count, MPI_Datatype datatype,
count              45 ompi/mca/io/romio321/romio/mpi-io/write_sh.c int MPI_File_write_shared(MPI_File fh, ROMIO_CONST void *buf, int count,
count              63 ompi/mca/io/romio321/romio/mpi-io/write_sh.c     MPIO_CHECK_COUNT(adio_fh, count, myname, error_code);
count              70 ompi/mca/io/romio321/romio/mpi-io/write_sh.c     MPIO_CHECK_COUNT_SIZE(adio_fh, count, datatype_size, myname, error_code);
count              73 ompi/mca/io/romio321/romio/mpi-io/write_sh.c     if (count*datatype_size == 0) {
count              82 ompi/mca/io/romio321/romio/mpi-io/write_sh.c     MPIO_CHECK_INTEGRAL_ETYPE(adio_fh, count, datatype_size, myname, error_code);
count              91 ompi/mca/io/romio321/romio/mpi-io/write_sh.c     incr = (count*datatype_size)/adio_fh->etype_size;
count             107 ompi/mca/io/romio321/romio/mpi-io/write_sh.c 	error_code = MPIU_external32_buffer_setup(buf, count, datatype, &e32buf);
count             117 ompi/mca/io/romio321/romio/mpi-io/write_sh.c 	bufsize = datatype_size * count;
count             127 ompi/mca/io/romio321/romio/mpi-io/write_sh.c 	ADIO_WriteContig(adio_fh, xbuf, count, datatype, ADIO_EXPLICIT_OFFSET,
count             135 ompi/mca/io/romio321/romio/mpi-io/write_sh.c 	ADIO_WriteStrided(adio_fh, xbuf, count, datatype, ADIO_EXPLICIT_OFFSET,
count              17 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c     int count;
count              28 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c int setup_predefined (test_param_t *tests_arr, int count);
count             118 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c     ADIOI_Calc_bounds ((ADIO_File) fh, test->count, MPI_BYTE, ADIO_INDIVIDUAL,
count             143 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c     ADIOI_Calc_bounds ((ADIO_File) fh, test->count, MPI_BYTE,
count             183 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 	test->offset, test->count);
count             208 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c int setup_predefined (test_param_t *tests_arr, int count)
count             216 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].count             = 0;
count             233 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].count             = 0;
count             250 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].count             = 0;
count             267 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].count             = 0;
count             284 ompi/mca/io/romio321/romio/test-internal/io_bounds_test.c 		tests_arr[i].count             = 0;
count             127 ompi/mca/io/romio321/romio/test/big_extents.c     int count=2;
count             150 ompi/mca/io/romio321/romio/test/big_extents.c     count = 2;
count             156 ompi/mca/io/romio321/romio/test/big_extents.c     MPI_Type_indexed(count, blocks, disps, MPI_INT, &baseindex);
count              52 ompi/mca/io/romio321/romio/test/hindexed.c     int          count, *blocklengths, global_array_size;
count              96 ompi/mca/io/romio321/romio/test/hindexed.c     count = array_of_subsizes[0] * 2;  /* 2 is the no. blocks along X */
count              97 ompi/mca/io/romio321/romio/test/hindexed.c     blocklengths  = (int*)     malloc(count*sizeof(int));
count              98 ompi/mca/io/romio321/romio/test/hindexed.c     displacements = (MPI_Aint*)malloc(count*sizeof(MPI_Aint));
count              99 ompi/mca/io/romio321/romio/test/hindexed.c     for (i=0; i<count; i++)
count             104 ompi/mca/io/romio321/romio/test/hindexed.c     MPI_Type_create_hindexed(count, blocklengths, displacements, MPI_CHAR, &ftype);
count              17 ompi/mca/io/romio321/romio/test/status.c     int *buf, i, rank, nints, len, count, elements;
count              63 ompi/mca/io/romio321/romio/test/status.c     MPI_Get_count(&status, MPI_INT, &count);
count              66 ompi/mca/io/romio321/romio/test/status.c 	if (count != nints) {
count              68 ompi/mca/io/romio321/romio/test/status.c 	    printf("count = %d, should be %d\n", count, nints);
count             105 ompi/mca/io/romio321/src/io_romio321.h                                int count,
count             111 ompi/mca/io/romio321/src/io_romio321.h                                    int count,
count             117 ompi/mca/io/romio321/src/io_romio321.h                                 int count,
count             123 ompi/mca/io/romio321/src/io_romio321.h                                     int count,
count             129 ompi/mca/io/romio321/src/io_romio321.h                                 int count,
count             135 ompi/mca/io/romio321/src/io_romio321.h                                        int count,
count             141 ompi/mca/io/romio321/src/io_romio321.h                                  int count,
count             147 ompi/mca/io/romio321/src/io_romio321.h                                         int count,
count             154 ompi/mca/io/romio321/src/io_romio321.h                             int count,
count             159 ompi/mca/io/romio321/src/io_romio321.h                                 int count,
count             164 ompi/mca/io/romio321/src/io_romio321.h                              int count,
count             169 ompi/mca/io/romio321/src/io_romio321.h                                  int count,
count             174 ompi/mca/io/romio321/src/io_romio321.h                              int count,
count             179 ompi/mca/io/romio321/src/io_romio321.h                                     int count,
count             184 ompi/mca/io/romio321/src/io_romio321.h                               int count,
count             189 ompi/mca/io/romio321/src/io_romio321.h                                      int count,
count             204 ompi/mca/io/romio321/src/io_romio321.h                                    int count,
count             209 ompi/mca/io/romio321/src/io_romio321.h                                     int count,
count             214 ompi/mca/io/romio321/src/io_romio321.h                                     int count,
count             219 ompi/mca/io/romio321/src/io_romio321.h                                      int count,
count             224 ompi/mca/io/romio321/src/io_romio321.h                                     int count,
count             229 ompi/mca/io/romio321/src/io_romio321.h                                      int count,
count             242 ompi/mca/io/romio321/src/io_romio321.h                                          int count,
count             250 ompi/mca/io/romio321/src/io_romio321.h                                           int count,
count             257 ompi/mca/io/romio321/src/io_romio321.h                                       int count,
count             264 ompi/mca/io/romio321/src/io_romio321.h                                        int count,
count             271 ompi/mca/io/romio321/src/io_romio321.h                                           int count,
count             278 ompi/mca/io/romio321/src/io_romio321.h                                            int count,
count              32 ompi/mca/io/romio321/src/io_romio321_file_read.c                            int count,
count              42 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_at) (data->romio_fh, offset, buf, count,
count              54 ompi/mca/io/romio321/src/io_romio321_file_read.c                                int count,
count              64 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_at_all) (data->romio_fh, offset, buf, count,
count              76 ompi/mca/io/romio321/src/io_romio321_file_read.c                             int count,
count              86 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_iread_at) (data->romio_fh, offset, buf, count,
count              97 ompi/mca/io/romio321/src/io_romio321_file_read.c                                    int count,
count             113 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_iread_at_all) (data->romio_fh, offset, buf, count,
count             124 ompi/mca/io/romio321/src/io_romio321_file_read.c                         int count,
count             134 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read) (data->romio_fh, buf, count, datatype,
count             145 ompi/mca/io/romio321/src/io_romio321_file_read.c                             int count,
count             155 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_all) (data->romio_fh, buf, count, datatype,
count             166 ompi/mca/io/romio321/src/io_romio321_file_read.c                          int count,
count             176 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_iread) (data->romio_fh, buf, count, datatype,
count             186 ompi/mca/io/romio321/src/io_romio321_file_read.c                                 int count,
count             202 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_iread_all) (data->romio_fh, buf, count, datatype,
count             212 ompi/mca/io/romio321/src/io_romio321_file_read.c                                int count,
count             222 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_shared) (data->romio_fh, buf, count,
count             233 ompi/mca/io/romio321/src/io_romio321_file_read.c                                 int count,
count             243 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_iread_shared) (data->romio_fh, buf, count,
count             254 ompi/mca/io/romio321/src/io_romio321_file_read.c                                 int count,
count             264 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_ordered) (data->romio_fh, buf, count,
count             276 ompi/mca/io/romio321/src/io_romio321_file_read.c                                      int count,
count             286 ompi/mca/io/romio321/src/io_romio321_file_read.c                                                  count, datatype);
count             313 ompi/mca/io/romio321/src/io_romio321_file_read.c                                   int count,
count             322 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_all_begin) (data->romio_fh, buf, count,
count             350 ompi/mca/io/romio321/src/io_romio321_file_read.c                                       int count,
count             359 ompi/mca/io/romio321/src/io_romio321_file_read.c         ROMIO_PREFIX(MPI_File_read_ordered_begin) (data->romio_fh, buf, count,
count              32 ompi/mca/io/romio321/src/io_romio321_file_write.c                             int count,
count              42 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_write_at) (data->romio_fh, offset, buf, count,
count              55 ompi/mca/io/romio321/src/io_romio321_file_write.c                                 int count,
count              66 ompi/mca/io/romio321/src/io_romio321_file_write.c                                              count, datatype, status);
count              78 ompi/mca/io/romio321/src/io_romio321_file_write.c                              int count,
count              88 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_iwrite_at) (data->romio_fh, offset, buf, count,
count             100 ompi/mca/io/romio321/src/io_romio321_file_write.c                                     int count,
count             116 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_iwrite_at_all) (data->romio_fh, offset, buf, count,
count             128 ompi/mca/io/romio321/src/io_romio321_file_write.c                          int count,
count             138 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_write) (data->romio_fh, buf, count, datatype,
count             148 ompi/mca/io/romio321/src/io_romio321_file_write.c                              int count,
count             158 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_write_all) (data->romio_fh, buf, count, datatype,
count             168 ompi/mca/io/romio321/src/io_romio321_file_write.c                           int count,
count             178 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_iwrite) (data->romio_fh, buf, count, datatype,
count             188 ompi/mca/io/romio321/src/io_romio321_file_write.c                                  int count,
count             204 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_iwrite_all) (data->romio_fh, buf, count, datatype,
count             215 ompi/mca/io/romio321/src/io_romio321_file_write.c                                 int count,
count             225 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_write_shared) (data->romio_fh, buf, count,
count             235 ompi/mca/io/romio321/src/io_romio321_file_write.c                                  int count,
count             245 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_iwrite_shared) (data->romio_fh, buf, count,
count             255 ompi/mca/io/romio321/src/io_romio321_file_write.c                                  int count,
count             265 ompi/mca/io/romio321/src/io_romio321_file_write.c         ROMIO_PREFIX(MPI_File_write_ordered) (data->romio_fh, buf, count,
count             276 ompi/mca/io/romio321/src/io_romio321_file_write.c                                       int count,
count             285 ompi/mca/io/romio321/src/io_romio321_file_write.c                                                      buf, count, datatype);
count             311 ompi/mca/io/romio321/src/io_romio321_file_write.c                                    int count,
count             319 ompi/mca/io/romio321/src/io_romio321_file_write.c     ret = ROMIO_PREFIX(MPI_File_write_all_begin) (data->romio_fh, buf, count,
count             345 ompi/mca/io/romio321/src/io_romio321_file_write.c                                        int count,
count             354 ompi/mca/io/romio321/src/io_romio321_file_write.c                                                      count, datatype);
count              45 ompi/mca/mtl/base/mtl_base_datatype.h 						  convertor->count)) {
count              52 ompi/mca/mtl/ofi/mtl_ofi.c     int count = 0;
count             113 ompi/mca/mtl/ofi/mtl_ofi.c     count = fi_av_insert(ompi_mtl_ofi.av, ep_names, nprocs, fi_addrs, 0, NULL);
count             114 ompi/mca/mtl/ofi/mtl_ofi.c     if ((count < 0) || (nprocs != (size_t)count)) {
count             117 ompi/mca/mtl/ofi/mtl_ofi.c                             __FILE__, __LINE__, count);
count              91 ompi/mca/mtl/ofi/mtl_ofi.h     int count = 0, i, events_read;
count             108 ompi/mca/mtl/ofi/mtl_ofi.h             count+= ret;
count             164 ompi/mca/mtl/ofi/mtl_ofi.h     return count;
count             170 ompi/mca/mtl/ofi/mtl_ofi.h     int count = 0, ctxt_id = 0, i;
count             177 ompi/mca/mtl/ofi/mtl_ofi.h             count += ompi_mtl_ofi_context_progress(ctxt_id);
count             181 ompi/mca/mtl/ofi/mtl_ofi.h         count += ompi_mtl_ofi_context_progress(ctxt_id);
count             190 ompi/mca/mtl/ofi/mtl_ofi.h     if (OPAL_UNLIKELY((count == 0) && ompi_mtl_ofi.mpi_thread_multiple &&
count             196 ompi/mca/mtl/ofi/mtl_ofi.h                 count += ompi_mtl_ofi_context_progress(ctxt_id);
count             201 ompi/mca/mtl/ofi/mtl_ofi.h             if (OPAL_LIKELY(count > 0)) {
count             208 ompi/mca/mtl/ofi/mtl_ofi.h     return count;
count            1161 ompi/mca/mtl/ofi/mtl_ofi.h         (*message)->count = ofi_req->status._ucount;
count             516 ompi/mca/mtl/ofi/mtl_ofi_component.c     av_attr.count = ompi_mtl_ofi.num_ofi_contexts * universe_size;
count             577 ompi/mca/mtl/ofi/mtl_ofi_component.c     av_attr.count = universe_size;
count             498 ompi/mca/mtl/portals4/mtl_portals4_component.c     int count = 0, ret;
count             509 ompi/mca/mtl/portals4/mtl_portals4_component.c             count++;
count             585 ompi/mca/mtl/portals4/mtl_portals4_component.c     if (OPAL_UNLIKELY(0 == count &&
count             591 ompi/mca/mtl/portals4/mtl_portals4_component.c     return count;
count             211 ompi/mca/mtl/portals4/mtl_portals4_probe.c         (*message)->count = status->_ucount;
count             275 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c ompi_mtl_portals4_recv_short_link(int count)
count             281 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c     if (active < count) {
count             282 ompi/mca/mtl/portals4/mtl_portals4_recv_short.c         for (i = 0 ; i < (count - active) ; ++i) {
count              56 ompi/mca/mtl/portals4/mtl_portals4_recv_short.h extern int ompi_mtl_portals4_recv_short_link(int count);
count             122 ompi/mca/mtl/psm2/mtl_psm2_probe.c 	msg->count = mqstat.nbytes;
count              41 ompi/mca/op/base/op_base_functions.c   static void ompi_op_base_2buff_##name##_##type_name(void *in, void *out, int *count, \
count              48 ompi/mca/op/base/op_base_functions.c       for (i = 0; i < *count; ++i) {                                     \
count              61 ompi/mca/op/base/op_base_functions.c   static void ompi_op_base_2buff_##name##_##type_name(void *in, void *out, int *count, \
count              68 ompi/mca/op/base/op_base_functions.c       for (i = 0; i < *count; ++i) {                                     \
count              89 ompi/mca/op/base/op_base_functions.c     static void ompi_op_base_2buff_##name##_##type_name(void *in, void *out, int *count, \
count              96 ompi/mca/op/base/op_base_functions.c         for (i = 0; i < *count; ++i, ++a, ++b) {                        \
count             113 ompi/mca/op/base/op_base_functions.c   static void ompi_op_base_2buff_sum_##type_name(void *in, void *out, int *count, \
count             120 ompi/mca/op/base/op_base_functions.c       for (i = 0; i < *count; ++i, ++a, ++b) {                           \
count             133 ompi/mca/op/base/op_base_functions.c   static void ompi_op_base_2buff_prod_##type_name(void *in, void *out, int *count, \
count             141 ompi/mca/op/base/op_base_functions.c       for (i = 0; i < *count; ++i, ++a, ++b) {                           \
count             656 ompi/mca/op/base/op_base_functions.c                                                         void * restrict in2, void * restrict out, int *count, \
count             664 ompi/mca/op/base/op_base_functions.c         for (i = 0; i < *count; ++i) {                                  \
count             678 ompi/mca/op/base/op_base_functions.c                                                         void * restrict in2, void * restrict out, int *count, \
count             686 ompi/mca/op/base/op_base_functions.c         for (i = 0; i < *count; ++i) {                                  \
count             711 ompi/mca/op/base/op_base_functions.c                                                       void * restrict in2, void * restrict out, int *count, \
count             719 ompi/mca/op/base/op_base_functions.c       for (i = 0; i < *count; ++i, ++a1, ++a2, ++b ) {                  \
count             741 ompi/mca/op/base/op_base_functions.c                                                  void * restrict in2, void * restrict out, int *count, \
count             749 ompi/mca/op/base/op_base_functions.c       for (i = 0; i < *count; ++i, ++a1, ++a2, ++b) {                    \
count             763 ompi/mca/op/base/op_base_functions.c                                                   void * restrict in2, void * restrict out, int *count, \
count             771 ompi/mca/op/base/op_base_functions.c       for (i = 0; i < *count; ++i, ++a1, ++a2, ++b) {                    \
count             112 ompi/mca/op/example/op_example_module_bxor.c static void bxor_int(void *in, void *out, int *count,
count             140 ompi/mca/op/example/op_example_module_bxor.c     m->fallback_int(in, out, count, type, m->fallback_int_module);
count             146 ompi/mca/op/example/op_example_module_bxor.c static void bxor_long(void *in, void *out, int *count,
count             154 ompi/mca/op/example/op_example_module_bxor.c     m->fallback_long(in, out, count, type, m->fallback_long_module);
count             160 ompi/mca/op/example/op_example_module_bxor.c static void bxor_integer(void *in, void *out, int *count,
count             168 ompi/mca/op/example/op_example_module_bxor.c     m->fallback_integer(in, out, count, type, m->fallback_integer_module);
count             121 ompi/mca/op/example/op_example_module_max.c static void max_float(void *in, void *out, int *count,
count             149 ompi/mca/op/example/op_example_module_max.c     m->fallback_float(in, out, count, type, m->fallback_float_module);
count             155 ompi/mca/op/example/op_example_module_max.c static void max_double(void *in, void *out, int *count,
count             163 ompi/mca/op/example/op_example_module_max.c     m->fallback_double(in, out, count, type, m->fallback_double_module);
count             169 ompi/mca/op/example/op_example_module_max.c static void max_real(void *in, void *out, int *count,
count             177 ompi/mca/op/example/op_example_module_max.c     m->fallback_real(in, out, count, type, m->fallback_real_module);
count             183 ompi/mca/op/example/op_example_module_max.c static void max_double_precision(void *in, void *out, int *count,
count             192 ompi/mca/op/example/op_example_module_max.c     m->fallback_double_precision(in, out, count, type,
count              74 ompi/mca/osc/base/osc_base_obj_convert.c                               struct ompi_datatype_t *datatype, int count,
count             101 ompi/mca/osc/base/osc_base_obj_convert.c         ompi_op_reduce(op, inbuf, outbuf, count, datatype);
count             114 ompi/mca/osc/base/osc_base_obj_convert.c         if (ompi_datatype_is_contiguous_memory_layout (datatype, count) &&
count             120 ompi/mca/osc/base/osc_base_obj_convert.c             count *= (size / primitive_size);
count             128 ompi/mca/osc/base/osc_base_obj_convert.c             ompi_op_reduce(op, inbuf, outbuf, count, primitive_datatype);
count             135 ompi/mca/osc/base/osc_base_obj_convert.c                                                  count, outbuf, 0, &convertor);
count             119 ompi/mca/osc/base/osc_base_obj_convert.h                                            int count,
count             428 ompi/mca/osc/portals4/osc_portals4_comm.c                 int               count,
count             443 ompi/mca/osc/portals4/osc_portals4_comm.c     ret = opal_convertor_copy_and_prepare_for_send (ompi_mpi_local_convertor, &datatype->super, count,
count             189 ompi/mca/osc/portals4/osc_portals4_component.c     int ret, count = 0;
count             220 ompi/mca/osc/portals4/osc_portals4_component.c         count++;
count             239 ompi/mca/osc/portals4/osc_portals4_component.c     return count;
count             475 ompi/mca/osc/pt2pt/osc_pt2pt.h                                   size_t count,
count             575 ompi/mca/osc/pt2pt/osc_pt2pt.h static inline void ompi_osc_signal_outgoing (ompi_osc_pt2pt_module_t *module, int target, int count)
count             577 ompi/mca/osc/pt2pt/osc_pt2pt.h     OPAL_THREAD_ADD_FETCH32((opal_atomic_int32_t *) &module->outgoing_frag_count, -count);
count             581 ompi/mca/osc/pt2pt/osc_pt2pt.h                              count, module->epoch_outgoing_frag_count[target] + count));
count             582 ompi/mca/osc/pt2pt/osc_pt2pt.h         OPAL_THREAD_ADD_FETCH32((opal_atomic_int32_t *) (module->epoch_outgoing_frag_count + target), count);
count             604 ompi/mca/osc/pt2pt/osc_pt2pt.h                                           int count, ompi_datatype_t *datatype)
count             615 ompi/mca/osc/pt2pt/osc_pt2pt.h     opal_convertor_copy_and_prepare_for_recv(proc->super.proc_convertor, &datatype->super, count, target,
count             648 ompi/mca/osc/pt2pt/osc_pt2pt.h                                            int count, ompi_datatype_t *datatype)
count             658 ompi/mca/osc/pt2pt/osc_pt2pt.h                                              count, source, 0, &convertor);
count              73 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c                                              size_t count, ompi_datatype_t *datatype, int dest,
count              81 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c         return ompi_osc_pt2pt_isend_w_cb (buf, count, datatype, dest, tag, module->comm,
count              85 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     return ompi_osc_pt2pt_isend_w_cb (buf, count, datatype, dest, tag, module->comm,
count             359 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     header->count = target_count;
count             526 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     header->count = target_count;
count             834 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     header->count = target_count;
count            1052 ompi/mca/osc/pt2pt/osc_pt2pt_comm.c     header->count = target_count;
count              55 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     int count;
count             180 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static inline int datatype_buffer_length (ompi_datatype_t *datatype, int count)
count             187 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     primitive_count *= count;
count             372 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     osc_pt2pt_copy_on_recv (target, data, data_len, proc, put_header->count, datatype);
count             399 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                          put_header->count,
count             478 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c static int osc_pt2pt_get_post_send (ompi_osc_pt2pt_module_t *module, void *source, int count,
count             495 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = ompi_osc_pt2pt_isend_w_cb (source, count, datatype, peer, tag, module->comm,
count             533 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = osc_pt2pt_get_post_send (module, source, get_header->count, datatype,
count             555 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                               int count, ompi_datatype_t *datatype, ompi_op_t *op)
count             562 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         osc_pt2pt_copy_on_recv (target, source, source_len, proc, count, datatype);
count             574 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         primitive_count *= count;
count             588 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                        count, op);
count             596 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                    count, op);
count             620 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                          ompi_proc_t *proc, int count, ompi_datatype_t *datatype, ompi_op_t *op,
count             636 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     acc_data->count = count;
count             680 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c             primitive_count *= acc_data->count;
count             683 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = ompi_datatype_sndrcv(acc_data->source, primitive_count, primitive_datatype, acc_data->target, acc_data->count, acc_data->datatype);
count             685 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                 ret = ompi_osc_base_process_op(acc_data->target, acc_data->source, acc_data->source_len, acc_data->datatype, acc_data->count, acc_data->op);
count             806 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = osc_pt2pt_accumulate_buffer (target, data, data_len, proc, acc_header->count,
count             848 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c             ret = ompi_osc_pt2pt_irecv_w_cb (target, acc_header->count, datatype,
count             859 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         primitive_count *= acc_header->count;
count             861 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         buflen = datatype_buffer_length (datatype, acc_header->count);
count             870 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = osc_pt2pt_accumulate_allocate (module, source, target, buffer, buflen, proc, acc_header->count,
count             921 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = osc_pt2pt_accumulate_allocate (module, source, target, data, data_len, proc, acc_header->count,
count             927 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_isend_w_cb (target, acc_header->count, datatype,
count             974 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     buflen = datatype_buffer_length (datatype, acc_header->count);
count             982 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         primitive_count *= acc_header->count;
count             990 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = osc_pt2pt_accumulate_allocate (module, source, target, buffer, buflen, proc, acc_header->count,
count             997 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c         ret = ompi_osc_pt2pt_irecv_w_cb (buffer, acc_header->count, datatype,
count            1250 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c             primitive_count *= acc_header->count;
count            1731 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                                    size_t count, struct ompi_datatype_t *datatype,
count            1734 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     return ompi_osc_pt2pt_irecv_w_cb (buf, count, datatype, src, tag, comm, NULL,
count            1738 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c int ompi_osc_pt2pt_isend_w_cb (const void *ptr, int count, ompi_datatype_t *datatype, int target, int tag,
count            1746 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          count, target, tag));
count            1748 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = MCA_PML_CALL(isend_init((void *)ptr, count, datatype, target, tag,
count            1764 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c int ompi_osc_pt2pt_irecv_w_cb (void *ptr, int count, ompi_datatype_t *datatype, int target, int tag,
count            1777 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c                          count, target, tag));
count            1779 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.c     ret = MCA_PML_CALL(irecv_init(ptr, count, datatype, target, tag, comm, request_out));
count              71 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h int ompi_osc_pt2pt_isend_w_cb (const void *ptr, int count, ompi_datatype_t *datatype, int target, int tag,
count              94 ompi/mca/osc/pt2pt/osc_pt2pt_data_move.h int ompi_osc_pt2pt_irecv_w_cb (void *ptr, int count, ompi_datatype_t *datatype, int source, int tag,
count              48 ompi/mca/osc/pt2pt/osc_pt2pt_frag.c     int count;
count              50 ompi/mca/osc/pt2pt/osc_pt2pt_frag.c     count = (int)((uintptr_t) frag->top - (uintptr_t) frag->buffer);
count              54 ompi/mca/osc/pt2pt/osc_pt2pt_frag.c                          frag->target, (void *) frag, count));
count              57 ompi/mca/osc/pt2pt/osc_pt2pt_frag.c     return ompi_osc_pt2pt_isend_w_cb (frag->buffer, count, MPI_BYTE, frag->target, OSC_PT2PT_FRAG_TAG,
count              74 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     uint32_t count;
count              84 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     uint32_t count;
count              95 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     uint32_t count;
count             218 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).count = ntohl((h).count);               \
count             223 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).count = htonl((h).count);               \
count             229 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).count = ntohl((h).count);               \
count             234 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).count = htonl((h).count);               \
count             240 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).count = ntohl((h).count);               \
count             246 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).count = htonl((h).count);               \
count             226 ompi/mca/osc/rdma/osc_rdma_active_target.c     int count = 0;
count             229 ompi/mca/osc/rdma/osc_rdma_active_target.c         count = sync->num_peers;
count             238 ompi/mca/osc/rdma/osc_rdma_active_target.c         ompi_osc_rdma_handle_post (module, state->post_peers[i] - 1, sync->peer_list.peers, count);
count              45 ompi/mca/osc/sm/osc_sm.h     int32_t count;
count             109 ompi/mca/osc/sm/osc_sm_active_target.c         module->global_state->count--;
count             110 ompi/mca/osc/sm/osc_sm_active_target.c         if (module->global_state->count == 0) {
count             111 ompi/mca/osc/sm/osc_sm_active_target.c             module->global_state->count = ompi_comm_size(module->comm);
count             413 ompi/mca/osc/sm/osc_sm_component.c             module->global_state->count = comm_size;
count              69 ompi/mca/osc/ucx/osc_ucx_comm.c static inline int create_iov_list(const void *addr, int count, ompi_datatype_t *datatype,
count              81 ompi/mca/osc/ucx/osc_ucx_comm.c                                                    &datatype->super, count,
count              61 ompi/mca/pml/base/pml_base_recvreq.h     count,                                                               \
count              76 ompi/mca/pml/base/pml_base_recvreq.h     (request)->req_base.req_count = count;                               \
count              72 ompi/mca/pml/base/pml_base_sendreq.h                                         count,                            \
count              89 ompi/mca/pml/base/pml_base_sendreq.h       (request)->req_base.req_count = count;                              \
count             101 ompi/mca/pml/base/pml_base_sendreq.h       if( count > 0 ) {                                                   \
count              75 ompi/mca/pml/cm/pml_cm.h                       size_t count,
count              92 ompi/mca/pml/cm/pml_cm.h                                      datatype, addr, count, flags, true);
count             101 ompi/mca/pml/cm/pml_cm.h                  size_t count,
count             124 ompi/mca/pml/cm/pml_cm.h                                       count,
count             144 ompi/mca/pml/cm/pml_cm.h                 size_t count,
count             181 ompi/mca/pml/cm/pml_cm.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);
count             186 ompi/mca/pml/cm/pml_cm.h 		count,
count             191 ompi/mca/pml/cm/pml_cm.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);
count             196 ompi/mca/pml/cm/pml_cm.h 		count,
count             225 ompi/mca/pml/cm/pml_cm.h                         size_t count,
count             243 ompi/mca/pml/cm/pml_cm.h                                      datatype, sendmode, true, false, buf, count, flags);
count             258 ompi/mca/pml/cm/pml_cm.h                    size_t count,
count             288 ompi/mca/pml/cm/pml_cm.h                                          count,
count             311 ompi/mca/pml/cm/pml_cm.h                                           count,
count             332 ompi/mca/pml/cm/pml_cm.h                 size_t count,
count             359 ompi/mca/pml/cm/pml_cm.h                                          count,
count             372 ompi/mca/pml/cm/pml_cm.h 	if (opal_datatype_is_contiguous_memory_layout(&datatype->super, count)) {
count             378 ompi/mca/pml/cm/pml_cm.h 		convertor.local_size = count * datatype->super.size;
count             380 ompi/mca/pml/cm/pml_cm.h 		convertor.count      = count;
count             387 ompi/mca/pml/cm/pml_cm.h                 MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);
count             391 ompi/mca/pml/cm/pml_cm.h 			&datatype->super, count, buf, flags,
count             474 ompi/mca/pml/cm/pml_cm.h                   size_t count,
count             496 ompi/mca/pml/cm/pml_cm.h                                       count,
count             508 ompi/mca/pml/cm/pml_cm.h                  size_t count,
count             530 ompi/mca/pml/cm/pml_cm.h                                       count,
count             551 ompi/mca/pml/cm/pml_cm.h OMPI_DECLSPEC extern int mca_pml_cm_start(size_t count, ompi_request_t** requests);
count              96 ompi/mca/pml/cm/pml_cm_recvreq.h                                            count,                       \
count             113 ompi/mca/pml/cm/pml_cm_recvreq.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);       \
count             117 ompi/mca/pml/cm/pml_cm_recvreq.h                                   count,                                \
count             129 ompi/mca/pml/cm/pml_cm_recvreq.h                                            count,                       \
count             141 ompi/mca/pml/cm/pml_cm_recvreq.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);       \
count             145 ompi/mca/pml/cm/pml_cm_recvreq.h         count,                                                          \
count             160 ompi/mca/pml/cm/pml_cm_recvreq.h                                           count,                        \
count             173 ompi/mca/pml/cm/pml_cm_recvreq.h     request->req_count = count;                                         \
count             182 ompi/mca/pml/cm/pml_cm_recvreq.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);       \
count             186 ompi/mca/pml/cm/pml_cm_recvreq.h                                   count,                                \
count             199 ompi/mca/pml/cm/pml_cm_recvreq.h                                           count,                        \
count             212 ompi/mca/pml/cm/pml_cm_recvreq.h     request->req_count = count;                                         \
count             216 ompi/mca/pml/cm/pml_cm_recvreq.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);       \
count             220 ompi/mca/pml/cm/pml_cm_recvreq.h         count,                                                          \
count              62 ompi/mca/pml/cm/pml_cm_request.h #define MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count)            \
count              64 ompi/mca/pml/cm/pml_cm_request.h         if (opal_datatype_is_contiguous_memory_layout(&datatype->super, count)  \
count              70 ompi/mca/pml/cm/pml_cm_request.h #define MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count)
count             129 ompi/mca/pml/cm/pml_cm_sendreq.h                                             count,                      \
count             136 ompi/mca/pml/cm/pml_cm_sendreq.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);       \
count             140 ompi/mca/pml/cm/pml_cm_sendreq.h                                              count,                     \
count             148 ompi/mca/pml/cm/pml_cm_sendreq.h     (req_send)->req_base.req_ompi.req_status._ucount = count;           \
count             160 ompi/mca/pml/cm/pml_cm_sendreq.h                                             count,                      \
count             167 ompi/mca/pml/cm/pml_cm_sendreq.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);       \
count             171 ompi/mca/pml/cm/pml_cm_sendreq.h         count,                                                          \
count             179 ompi/mca/pml/cm/pml_cm_sendreq.h     (req_send)->req_base.req_ompi.req_status._ucount = count;           \
count             193 ompi/mca/pml/cm/pml_cm_sendreq.h                                             count,                      \
count             200 ompi/mca/pml/cm/pml_cm_sendreq.h     MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);       \
count             204 ompi/mca/pml/cm/pml_cm_sendreq.h                                              count,                     \
count             212 ompi/mca/pml/cm/pml_cm_sendreq.h     (req_send)->req_base.req_ompi.req_status._ucount = count;           \
count             225 ompi/mca/pml/cm/pml_cm_sendreq.h                                             count,                      \
count             232 ompi/mca/pml/cm/pml_cm_sendreq.h     if (opal_datatype_is_contiguous_memory_layout(&datatype->super, count)) { \
count             240 ompi/mca/pml/cm/pml_cm_sendreq.h             count * datatype->super.size;                               \
count             243 ompi/mca/pml/cm/pml_cm_sendreq.h         (req_send)->req_base.req_convertor.count      = count;          \
count             246 ompi/mca/pml/cm/pml_cm_sendreq.h         MCA_PML_CM_SWITCH_CUDA_CONVERTOR_OFF(flags, datatype, count);   \
count             250 ompi/mca/pml/cm/pml_cm_sendreq.h             count,                                                      \
count             259 ompi/mca/pml/cm/pml_cm_sendreq.h     (req_send)->req_base.req_ompi.req_status._ucount = count;           \
count             275 ompi/mca/pml/cm/pml_cm_sendreq.h                                           count,                        \
count             283 ompi/mca/pml/cm/pml_cm_sendreq.h         sendreq->req_count = count;                                     \
count             291 ompi/mca/pml/cm/pml_cm_sendreq.h                                              count,                     \
count             311 ompi/mca/pml/cm/pml_cm_sendreq.h                                            count,                       \
count             323 ompi/mca/pml/cm/pml_cm_sendreq.h                                              count,                     \
count              35 ompi/mca/pml/cm/pml_cm_start.c mca_pml_cm_start(size_t count, ompi_request_t** requests)
count              39 ompi/mca/pml/cm/pml_cm_start.c     for (size_t i = 0 ; i < count ; i++) {
count             111 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_isend_init( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
count             114 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_isend( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
count             117 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_send(  void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
count             120 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_irecv_init( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
count             123 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_irecv( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
count             126 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_recv(  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
count             130 ompi/mca/pml/crcpw/pml_crcpw.h                                size_t count,
count             136 ompi/mca/pml/crcpw/pml_crcpw.h                               size_t count,
count             143 ompi/mca/pml/crcpw/pml_crcpw.h     int mca_pml_crcpw_start( size_t count, ompi_request_t** requests );
count             371 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_isend_init( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
count             383 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
count             391 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request) ) ) {
count             398 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend_init(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
count             410 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_isend( void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
count             422 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
count             430 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_isend(buf, count, datatype, dst, tag, mode, comm, request) ) ) {
count             437 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_isend(buf, count, datatype, dst, tag, mode, comm, request, pml_state);
count             452 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_send(  void *buf, size_t count, ompi_datatype_t *datatype, int dst, int tag,
count             464 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_send(buf, count, datatype, dst, tag, mode, comm, pml_state);
count             472 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_send(buf, count, datatype, dst, tag, mode, comm) ) ) {
count             479 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_send(buf, count, datatype, dst, tag, mode, comm, pml_state);
count             494 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_irecv_init( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
count             506 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv_init(buf, count, datatype, src, tag, comm, request,  pml_state);
count             514 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_irecv_init(buf, count, datatype, src, tag, comm, request) ) ) {
count             521 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv_init(buf, count, datatype, src, tag, comm, request,  pml_state);
count             533 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_irecv( void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
count             545 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv(buf, count, datatype, src, tag, comm, request, pml_state);
count             557 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_irecv(buf, count, datatype, src, tag, comm, request) ) ) {
count             564 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_irecv(buf, count, datatype, src, tag, comm, request, pml_state);
count             577 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_recv(  void *buf, size_t count, ompi_datatype_t *datatype, int src, int tag,
count             597 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_recv(buf, count, datatype, src, tag, comm, status, pml_state);
count             609 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (actual_ret = mca_pml_crcpw_module.wrapped_pml_module.pml_recv(buf, count, datatype, src, tag, comm, status) ) ) {
count             616 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_recv(buf, count, datatype, src, tag, comm, status, pml_state);
count             716 ompi/mca/pml/crcpw/pml_crcpw_module.c int mca_pml_crcpw_start( size_t count, ompi_request_t** requests )
count             727 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_start(count, requests, pml_state);
count             739 ompi/mca/pml/crcpw/pml_crcpw_module.c         if( OMPI_SUCCESS != (ret = mca_pml_crcpw_module.wrapped_pml_module.pml_start(count, requests) ) ) {
count             746 ompi/mca/pml/crcpw/pml_crcpw_module.c     pml_state = ompi_crcp.pml_start(count, requests, pml_state);
count             785 ompi/mca/pml/crcpw/pml_crcpw_module.c                      size_t count,
count             796 ompi/mca/pml/crcpw/pml_crcpw_module.c                     size_t count,
count              85 ompi/mca/pml/example/pml_example.h                                    size_t count,
count              94 ompi/mca/pml/example/pml_example.h                               size_t count,
count             103 ompi/mca/pml/example/pml_example.h                              size_t count,
count             111 ompi/mca/pml/example/pml_example.h                                    size_t count,
count             119 ompi/mca/pml/example/pml_example.h                               size_t count,
count             127 ompi/mca/pml/example/pml_example.h                              size_t count,
count             135 ompi/mca/pml/example/pml_example.h                                   size_t count,
count             141 ompi/mca/pml/example/pml_example.h                                  size_t count,
count             148 ompi/mca/pml/example/pml_example.h extern int mca_pml_example_start( size_t count, ompi_request_t** requests );
count              18 ompi/mca/pml/example/pml_example_irecv.c                             size_t count,
count              29 ompi/mca/pml/example/pml_example_irecv.c                        size_t count,
count              41 ompi/mca/pml/example/pml_example_irecv.c                       size_t count,
count              52 ompi/mca/pml/example/pml_example_irecv.c                            size_t count,
count              61 ompi/mca/pml/example/pml_example_irecv.c                           size_t count,
count              16 ompi/mca/pml/example/pml_example_isend.c                             size_t count,
count              29 ompi/mca/pml/example/pml_example_isend.c                        size_t count,
count              41 ompi/mca/pml/example/pml_example_isend.c                       size_t count,
count              15 ompi/mca/pml/example/pml_example_start.c int mca_pml_example_start(size_t count, ompi_request_t** requests)
count              73 ompi/mca/pml/monitoring/pml_monitoring.h                                          size_t count,
count              82 ompi/mca/pml/monitoring/pml_monitoring.h                                     size_t count,
count              91 ompi/mca/pml/monitoring/pml_monitoring.h                                    size_t count,
count              99 ompi/mca/pml/monitoring/pml_monitoring.h                                          size_t count,
count             107 ompi/mca/pml/monitoring/pml_monitoring.h                                     size_t count,
count             115 ompi/mca/pml/monitoring/pml_monitoring.h                                    size_t count,
count             123 ompi/mca/pml/monitoring/pml_monitoring.h                                      size_t count,
count             129 ompi/mca/pml/monitoring/pml_monitoring.h                                     size_t count,
count             137 ompi/mca/pml/monitoring/pml_monitoring.h extern int mca_pml_monitoring_start(size_t count,
count              20 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                                   size_t count,
count              27 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_irecv_init(buf, count, datatype,
count              33 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                              size_t count,
count              40 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_irecv(buf, count, datatype,
count              46 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                             size_t count,
count              53 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_recv(buf, count, datatype,
count              59 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                               size_t count,
count              64 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_imrecv(buf, count, datatype,
count              70 ompi/mca/pml/monitoring/pml_monitoring_irecv.c                              size_t count,
count              76 ompi/mca/pml/monitoring/pml_monitoring_irecv.c     return pml_selected_module.pml_mrecv(buf, count, datatype,
count              17 ompi/mca/pml/monitoring/pml_monitoring_isend.c                                   size_t count,
count              25 ompi/mca/pml/monitoring/pml_monitoring_isend.c     return pml_selected_module.pml_isend_init(buf, count, datatype,
count              30 ompi/mca/pml/monitoring/pml_monitoring_isend.c                              size_t count,
count              46 ompi/mca/pml/monitoring/pml_monitoring_isend.c         data_size = count*type_size;
count              50 ompi/mca/pml/monitoring/pml_monitoring_isend.c     return pml_selected_module.pml_isend(buf, count, datatype,
count              55 ompi/mca/pml/monitoring/pml_monitoring_isend.c                             size_t count,
count              67 ompi/mca/pml/monitoring/pml_monitoring_isend.c         data_size = count*type_size;
count              71 ompi/mca/pml/monitoring/pml_monitoring_isend.c     return pml_selected_module.pml_send(buf, count, datatype,
count              18 ompi/mca/pml/monitoring/pml_monitoring_start.c int mca_pml_monitoring_start(size_t count,
count              23 ompi/mca/pml/monitoring/pml_monitoring_start.c     for( i = 0; i < count; i++ ) {
count              49 ompi/mca/pml/monitoring/pml_monitoring_start.c     return pml_selected_module.pml_start(count, requests);
count             143 ompi/mca/pml/ob1/pml_ob1.h                                    size_t count,
count             152 ompi/mca/pml/ob1/pml_ob1.h                               size_t count,
count             161 ompi/mca/pml/ob1/pml_ob1.h                              size_t count,
count             169 ompi/mca/pml/ob1/pml_ob1.h                                    size_t count,
count             177 ompi/mca/pml/ob1/pml_ob1.h                               size_t count,
count             185 ompi/mca/pml/ob1/pml_ob1.h                              size_t count,
count             193 ompi/mca/pml/ob1/pml_ob1.h                                size_t count,
count             199 ompi/mca/pml/ob1/pml_ob1.h                               size_t count,
count             207 ompi/mca/pml/ob1/pml_ob1.h extern int mca_pml_ob1_start( size_t count,
count             315 ompi/mca/pml/ob1/pml_ob1.h                                         size_t count, size_t hdrlen)
count             319 ompi/mca/pml/ob1/pml_ob1.h     for (i = 0; i < count ; ++i) {
count             327 ompi/mca/pml/ob1/pml_ob1.h                                            size_t count, ompi_proc_t *rem_proc)
count             335 ompi/mca/pml/ob1/pml_ob1.h     for (i = 0 ; i < count ; ++i) {
count             404 ompi/mca/pml/ob1/pml_ob1.h int mca_pml_ob1_enable_progress(int32_t count);
count             132 ompi/mca/pml/ob1/pml_ob1_component.c static int mca_pml_ob1_comm_size_notify (mca_base_pvar_t *pvar, mca_base_pvar_event_t event, void *obj_handle, int *count)
count             136 ompi/mca/pml/ob1/pml_ob1_component.c         *count = ompi_comm_size ((ompi_communicator_t *) obj_handle);
count             118 ompi/mca/pml/ob1/pml_ob1_iprobe.c         (*message)->count = recvreq->req_recv.req_base.req_ompi.req_status._ucount;
count             173 ompi/mca/pml/ob1/pml_ob1_iprobe.c     (*message)->count = recvreq->req_recv.req_base.req_ompi.req_status._ucount;
count              45 ompi/mca/pml/ob1/pml_ob1_irecv.c                            size_t count,
count              60 ompi/mca/pml/ob1/pml_ob1_irecv.c                                    count, datatype, src, tag, comm, true);
count              77 ompi/mca/pml/ob1/pml_ob1_irecv.c                       size_t count,
count              92 ompi/mca/pml/ob1/pml_ob1_irecv.c                                    count, datatype, src, tag, comm, false);
count             105 ompi/mca/pml/ob1/pml_ob1_irecv.c                      size_t count,
count             127 ompi/mca/pml/ob1/pml_ob1_irecv.c     MCA_PML_OB1_RECV_REQUEST_INIT(recvreq, addr, count, datatype,
count             177 ompi/mca/pml/ob1/pml_ob1_irecv.c                     size_t count,
count             212 ompi/mca/pml/ob1/pml_ob1_irecv.c                                   count, datatype,
count             270 ompi/mca/pml/ob1/pml_ob1_irecv.c                    size_t count,
count             305 ompi/mca/pml/ob1/pml_ob1_irecv.c                                   count, datatype,
count              43 ompi/mca/pml/ob1/pml_ob1_isend.c                            size_t count,
count              58 ompi/mca/pml/ob1/pml_ob1_isend.c                                   count,
count              78 ompi/mca/pml/ob1/pml_ob1_isend.c static inline int mca_pml_ob1_send_inline (const void *buf, size_t count,
count              95 ompi/mca/pml/ob1/pml_ob1_isend.c     if ((size * count) > 256) {  /* some random number */
count              99 ompi/mca/pml/ob1/pml_ob1_isend.c     if (count > 0) {
count             107 ompi/mca/pml/ob1/pml_ob1_isend.c                                                   count, buf, 0, &convertor);
count             136 ompi/mca/pml/ob1/pml_ob1_isend.c     if (count > 0) {
count             148 ompi/mca/pml/ob1/pml_ob1_isend.c                       size_t count,
count             172 ompi/mca/pml/ob1/pml_ob1_isend.c         rc = mca_pml_ob1_send_inline (buf, count, datatype, dst, tag, seqn, dst_proc,
count             189 ompi/mca/pml/ob1/pml_ob1_isend.c                                   count,
count             204 ompi/mca/pml/ob1/pml_ob1_isend.c                      size_t count,
count             226 ompi/mca/pml/ob1/pml_ob1_isend.c         rc = mca_pml_ob1_isend (buf, count, datatype, dst, tag, sendmode, comm, &brequest);
count             246 ompi/mca/pml/ob1/pml_ob1_isend.c         rc = mca_pml_ob1_send_inline (buf, count, datatype, dst, tag, seqn, dst_proc,
count             269 ompi/mca/pml/ob1/pml_ob1_isend.c                                   count,
count              40 ompi/mca/pml/ob1/pml_ob1_progress.c     int progress, count = 0;
count              47 ompi/mca/pml/ob1/pml_ob1_progress.c             count++;
count              52 ompi/mca/pml/ob1/pml_ob1_progress.c     return count;
count              57 ompi/mca/pml/ob1/pml_ob1_progress.c int mca_pml_ob1_enable_progress(int32_t count)
count              59 ompi/mca/pml/ob1/pml_ob1_progress.c     int32_t progress_count = OPAL_ATOMIC_ADD_FETCH32(&mca_pml_ob1_progress_needed, count);
count             102 ompi/mca/pml/ob1/pml_ob1_recvreq.h                                        count,                       \
count             111 ompi/mca/pml/ob1/pml_ob1_recvreq.h                                     count,                          \
count             139 ompi/mca/pml/ob1/pml_ob1_sendreq.h                                        count,                           \
count             149 ompi/mca/pml/ob1/pml_ob1_sendreq.h                                        count,                           \
count              32 ompi/mca/pml/ob1/pml_ob1_start.c int mca_pml_ob1_start(size_t count, ompi_request_t** requests)
count              36 ompi/mca/pml/ob1/pml_ob1_start.c     for (size_t i = 0 ; i < count ; ++i) {
count             213 ompi/mca/pml/pml.h     size_t count,
count             235 ompi/mca/pml/pml.h     size_t count,
count             244 ompi/mca/pml/pml.h     size_t count,
count             264 ompi/mca/pml/pml.h     size_t count,
count             273 ompi/mca/pml/pml.h     size_t count,
count             294 ompi/mca/pml/pml.h     size_t count,
count             319 ompi/mca/pml/pml.h     size_t count,
count             343 ompi/mca/pml/pml.h     size_t count,
count             524 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_irecv_init(void *buf, size_t count, ompi_datatype_t *datatype,
count             535 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_RECV("irecv_init request *%p=%p", buf, count, datatype, src,
count             542 ompi/mca/pml/ucx/pml_ucx.c     req->count                    = count;
count             551 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_irecv(void *buf, size_t count, ompi_datatype_t *datatype,
count             558 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_RECV("irecv request *%p", buf, count, datatype, src, tag, comm,
count             562 ompi/mca/pml/ucx/pml_ucx.c     req = (ompi_request_t*)ucp_tag_recv_nb(ompi_pml_ucx.ucp_worker, buf, count,
count             577 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_recv(void *buf, size_t count, ompi_datatype_t *datatype, int src,
count             586 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_RECV("%s", buf, count, datatype, src, tag, comm, "recv");
count             591 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_tag_recv_nbr(ompi_pml_ucx.ucp_worker, buf, count,
count             624 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_isend_init(const void *buf, size_t count, ompi_datatype_t *datatype,
count             637 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_SEND("isend_init request *%p=%p", buf, count, datatype, dst,
count             649 ompi/mca/pml/ucx/pml_ucx.c     req->count                    = count;
count             666 ompi/mca/pml/ucx/pml_ucx.c mca_pml_ucx_bsend(ucp_ep_h ep, const void *buf, size_t count, 
count             679 ompi/mca/pml/ucx/pml_ucx.c                                              &datatype->super, count, buf, 0,
count             726 ompi/mca/pml/ucx/pml_ucx.c                                                        size_t count,
count             734 ompi/mca/pml/ucx/pml_ucx.c         return mca_pml_ucx_bsend(ep, buf, count, datatype, tag);
count             736 ompi/mca/pml/ucx/pml_ucx.c         return ucp_tag_send_sync_nb(ep, buf, count, ucx_datatype, tag, cb);
count             738 ompi/mca/pml/ucx/pml_ucx.c         return ucp_tag_send_nb(ep, buf, count, ucx_datatype, tag, cb);
count             742 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_isend(const void *buf, size_t count, ompi_datatype_t *datatype,
count             751 ompi/mca/pml/ucx/pml_ucx.c                        buf, count, datatype, dst, tag, mode, comm, 
count             760 ompi/mca/pml/ucx/pml_ucx.c     req = (ompi_request_t*)mca_pml_ucx_common_send(ep, buf, count, datatype,
count             781 ompi/mca/pml/ucx/pml_ucx.c mca_pml_ucx_send_nb(ucp_ep_h ep, const void *buf, size_t count,
count             788 ompi/mca/pml/ucx/pml_ucx.c     req = (ompi_request_t*)mca_pml_ucx_common_send(ep, buf, count, datatype,
count             804 ompi/mca/pml/ucx/pml_ucx.c mca_pml_ucx_send_nbr(ucp_ep_h ep, const void *buf, size_t count,
count             813 ompi/mca/pml/ucx/pml_ucx.c     status = ucp_tag_send_nbr(ep, buf, count, ucx_datatype, tag, req);
count             822 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_send(const void *buf, size_t count, ompi_datatype_t *datatype, int dst,
count             828 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_SEND("%s", buf, count, datatype, dst, tag, mode, comm,
count             839 ompi/mca/pml/ucx/pml_ucx.c         return mca_pml_ucx_send_nbr(ep, buf, count,
count             845 ompi/mca/pml/ucx/pml_ucx.c     return mca_pml_ucx_send_nb(ep, buf, count, datatype,
count             948 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_imrecv(void *buf, size_t count, ompi_datatype_t *datatype,
count             954 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_MRECV("imrecv", buf, count, datatype, message);
count             956 ompi/mca/pml/ucx/pml_ucx.c     req = (ompi_request_t*)ucp_tag_msg_recv_nb(ompi_pml_ucx.ucp_worker, buf, count,
count             971 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_mrecv(void *buf, size_t count, ompi_datatype_t *datatype,
count             977 ompi/mca/pml/ucx/pml_ucx.c     PML_UCX_TRACE_MRECV("mrecv", buf, count, datatype, message);
count             979 ompi/mca/pml/ucx/pml_ucx.c     req = (ompi_request_t*)ucp_tag_msg_recv_nb(ompi_pml_ucx.ucp_worker, buf, count,
count             994 ompi/mca/pml/ucx/pml_ucx.c int mca_pml_ucx_start(size_t count, ompi_request_t** requests)
count            1000 ompi/mca/pml/ucx/pml_ucx.c     for (i = 0; i < count; ++i) {
count            1015 ompi/mca/pml/ucx/pml_ucx.c                                                                preq->count,
count            1024 ompi/mca/pml/ucx/pml_ucx.c                                                        preq->buffer, preq->count,
count              79 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_irecv_init(void *buf, size_t count, ompi_datatype_t *datatype,
count              83 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_irecv(void *buf, size_t count, ompi_datatype_t *datatype,
count              87 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_recv(void *buf, size_t count, ompi_datatype_t *datatype, int src,
count              91 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_isend_init(const void *buf, size_t count, ompi_datatype_t *datatype,
count              96 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_isend(const void *buf, size_t count, ompi_datatype_t *datatype,
count             101 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_send(const void *buf, size_t count, ompi_datatype_t *datatype, int dst,
count             119 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_imrecv(void *buf, size_t count, ompi_datatype_t *datatype,
count             123 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_mrecv(void *buf, size_t count, ompi_datatype_t *datatype,
count             127 ompi/mca/pml/ucx/pml_ucx.h int mca_pml_ucx_start(size_t count, ompi_request_t** requests);
count              19 ompi/mca/pml/ucx/pml_ucx_datatype.c                                                  size_t count)
count              29 ompi/mca/pml/ucx/pml_ucx_datatype.c                                              &datatype->super, count, buffer, 0,
count              35 ompi/mca/pml/ucx/pml_ucx_datatype.c                                                    size_t count)
count              46 ompi/mca/pml/ucx/pml_ucx_datatype.c                                              &datatype->super, count, buffer, 0,
count              97 ompi/mca/pml/ucx/pml_ucx_datatype.c                                                  convertor->opal_conv.count,
count              84 ompi/mca/pml/ucx/pml_ucx_request.h         msg->count   = (_info)->length; \
count             101 ompi/mca/pml/ucx/pml_ucx_request.h     size_t                            count;
count             330 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_irecv_init(void *buf, size_t count, ompi_datatype_t *datatype,
count             336 ompi/mca/pml/yalla/pml_yalla.c     rreq = MCA_PML_YALLA_RREQ_INIT(buf, count, datatype, src, tag, comm,
count             346 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_irecv(void *buf, size_t count, ompi_datatype_t *datatype,
count             353 ompi/mca/pml/yalla/pml_yalla.c     rreq = MCA_PML_YALLA_RREQ_INIT(buf, count, datatype, src, tag, comm,
count             359 ompi/mca/pml/yalla/pml_yalla.c                       (void *)request, (void *)rreq, src, tag, datatype->name, count);
count             370 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_recv(void *buf, size_t count, ompi_datatype_t *datatype, int src,
count             378 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_RECV_REQ(&rreq, buf, count, datatype, src, tag, comm, recv);
count             382 ompi/mca/pml/yalla/pml_yalla.c                       datatype->name, count);
count             401 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_isend_init(const void *buf, size_t count, ompi_datatype_t *datatype,
count             408 ompi/mca/pml/yalla/pml_yalla.c     sreq = MCA_PML_YALLA_SREQ_INIT((void *)buf, count, datatype, dst, tag, mode, comm,
count             468 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_isend(const void *buf, size_t count, ompi_datatype_t *datatype,
count             477 ompi/mca/pml/yalla/pml_yalla.c     sreq = MCA_PML_YALLA_SREQ_INIT((void *)buf, count, datatype, dst, tag, mode, comm,
count             483 ompi/mca/pml/yalla/pml_yalla.c                       (void *)request, (void *)sreq, dst, mode, tag, datatype->name, count);
count             502 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_send(const void *buf, size_t count, ompi_datatype_t *datatype, int dst,
count             509 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_SEND_REQ(&sreq, (void *)buf, count, datatype, dst, tag, mode, comm, send);
count             513 ompi/mca/pml/yalla/pml_yalla.c                       datatype->name, count);
count             634 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_imrecv(void *buf, size_t count, ompi_datatype_t *datatype,
count             641 ompi/mca/pml/yalla/pml_yalla.c     rreq = MCA_PML_YALLA_RREQ_INIT(buf, count, datatype, -1, 0, (*message)->comm,
count             647 ompi/mca/pml/yalla/pml_yalla.c                       (void *)request, (void *)rreq, (void *)message, (void *)(*message), datatype->name, count);
count             660 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_mrecv(void *buf, size_t count, ompi_datatype_t *datatype,
count             667 ompi/mca/pml/yalla/pml_yalla.c     PML_YALLA_INIT_MXM_RECV_REQ(&rreq, buf, count, datatype, -1, 0, (*message)->comm, recv);
count             671 ompi/mca/pml/yalla/pml_yalla.c                       (void *)*message, datatype->name, count);
count             689 ompi/mca/pml/yalla/pml_yalla.c int mca_pml_yalla_start(size_t count, ompi_request_t** requests)
count             696 ompi/mca/pml/yalla/pml_yalla.c     for (i = 0; i < count; ++i) {
count              98 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_irecv_init(void *buf, size_t count, ompi_datatype_t *datatype,
count             102 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_irecv(void *buf, size_t count, ompi_datatype_t *datatype,
count             106 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_recv(void *buf, size_t count, ompi_datatype_t *datatype, int src,
count             110 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_isend_init(const void *buf, size_t count, ompi_datatype_t *datatype,
count             115 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_isend(const void *buf, size_t count, ompi_datatype_t *datatype,
count             120 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_send(const void *buf, size_t count, ompi_datatype_t *datatype, int dst,
count             138 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_imrecv(void *buf, size_t count, ompi_datatype_t *datatype,
count             142 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_mrecv(void *buf, size_t count, ompi_datatype_t *datatype,
count             146 ompi/mca/pml/yalla/pml_yalla.h int mca_pml_yalla_start(size_t count, ompi_request_t** requests);
count              17 ompi/mca/pml/yalla/pml_yalla_datatype.c static mca_pml_yalla_convertor_t *mca_pml_yalla_get_send_convertor(void *buf, size_t count,
count              25 ompi/mca/pml/yalla/pml_yalla_datatype.c                                              &datatype->super, count, buf, 0,
count              30 ompi/mca/pml/yalla/pml_yalla_datatype.c static mca_pml_yalla_convertor_t *mca_pml_yalla_get_recv_convertor(void *buf, size_t count,
count              38 ompi/mca/pml/yalla/pml_yalla_datatype.c                                              &datatype->super, count, buf, 0,
count             111 ompi/mca/pml/yalla/pml_yalla_datatype.c                                             size_t count, ompi_datatype_t *datatype,
count             114 ompi/mca/pml/yalla/pml_yalla_datatype.c     rreq->super.convertor = mca_pml_yalla_get_recv_convertor(buf, count, datatype);
count             119 ompi/mca/pml/yalla/pml_yalla_datatype.c                                            size_t count, ompi_datatype_t *datatype)
count             123 ompi/mca/pml/yalla/pml_yalla_datatype.c     convertor = mca_pml_yalla_get_recv_convertor(buf, count, datatype);
count             129 ompi/mca/pml/yalla/pml_yalla_datatype.c                                             size_t count, ompi_datatype_t *datatype,
count             132 ompi/mca/pml/yalla/pml_yalla_datatype.c     sreq->super.convertor = mca_pml_yalla_get_send_convertor(buf, count, datatype);
count             137 ompi/mca/pml/yalla/pml_yalla_datatype.c                                            size_t count, ompi_datatype_t *datatype)
count             141 ompi/mca/pml/yalla/pml_yalla_datatype.c     convertor = mca_pml_yalla_get_send_convertor(buf, count, datatype);
count              60 ompi/mca/pml/yalla/pml_yalla_datatype.h                                             size_t count, ompi_datatype_t *datatype,
count              64 ompi/mca/pml/yalla/pml_yalla_datatype.h                                            size_t count, ompi_datatype_t *datatype);
count              67 ompi/mca/pml/yalla/pml_yalla_datatype.h                                             size_t count, ompi_datatype_t *datatype,
count              71 ompi/mca/pml/yalla/pml_yalla_datatype.h                                            size_t count, ompi_datatype_t *datatype);
count             216 ompi/mca/pml/yalla/pml_yalla_request.h         (*(_message))->count   = (_rreq)->completion.sender_len; \
count              66 ompi/mca/sharedfp/individual/sharedfp_individual.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
count              68 ompi/mca/sharedfp/individual/sharedfp_individual.h                                           void *buf, int count, struct ompi_datatype_t *datatype,
count              72 ompi/mca/sharedfp/individual/sharedfp_individual.h                                                  int count,
count              79 ompi/mca/sharedfp/individual/sharedfp_individual.h                                     int count,
count              84 ompi/mca/sharedfp/individual/sharedfp_individual.h                                    int count,
count              89 ompi/mca/sharedfp/individual/sharedfp_individual.h                                            int count,
count              94 ompi/mca/sharedfp/individual/sharedfp_individual.h                                                  int count,
count             101 ompi/mca/sharedfp/individual/sharedfp_individual.h                                     int count,
count              33 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c                                    int count,
count              52 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c     totalbytes = count * numofbytes;
count              68 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c                                             buf, count, datatype, request);
count              82 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c                                                 int count,
count             114 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c     totalbytes = count * numofbytes;
count             196 ompi/mca/sharedfp/individual/sharedfp_individual_iwrite.c     ret = mca_common_ompio_file_iwrite_at_all(fh, offset, buf, count, datatype,
count              32 ompi/mca/sharedfp/individual/sharedfp_individual_read.c 				   void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
count              39 ompi/mca/sharedfp/individual/sharedfp_individual_read.c                                    void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
count              47 ompi/mca/sharedfp/individual/sharedfp_individual_read.c                                    int count,
count              57 ompi/mca/sharedfp/individual/sharedfp_individual_read.c                                                 int count,
count              33 ompi/mca/sharedfp/individual/sharedfp_individual_write.c                                        int count,
count              52 ompi/mca/sharedfp/individual/sharedfp_individual_write.c     totalbytes = count * numofbytes;
count              65 ompi/mca/sharedfp/individual/sharedfp_individual_write.c                                                buf, count, datatype, status);
count              80 ompi/mca/sharedfp/individual/sharedfp_individual_write.c                                            int count,
count             109 ompi/mca/sharedfp/individual/sharedfp_individual_write.c     totalbytes = count * numofbytes;
count             191 ompi/mca/sharedfp/individual/sharedfp_individual_write.c     ret = mca_common_ompio_file_write_at_all(fh, offset, buf,count,datatype,status);
count              65 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
count              67 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                           void *buf, int count, struct ompi_datatype_t *datatype,
count              72 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                                  int count,
count              79 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                     int count,
count              84 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                    int count,
count              89 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                            int count,
count              94 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                                  int count,
count             101 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile.h                                     int count,
count              34 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c                                   int count,
count              52 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c     bytesRequested = count * numofBytes;
count              74 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c         ret = mca_common_ompio_file_iread_at(fh,offset,buf,count,datatype,request);
count              82 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c                                        int count,
count             116 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c     sendBuff = count * numofBytes;
count             185 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iread.c     ret = mca_common_ompio_file_iread_at_all ( fh, offset, buf, count, datatype, &fh->f_split_coll_req );
count              34 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c                                    int count,
count              52 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c     bytesRequested = count * numofBytes;
count              72 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c         ret = mca_common_ompio_file_iwrite_at(fh,offset,buf,count,datatype,request);
count              80 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c                                                 int count,
count             113 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c     sendBuff = count * numofBytes;
count             194 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_iwrite.c     ret = mca_common_ompio_file_iwrite_at_all ( fh, offset, buf, count, datatype, &fh->f_split_coll_req );
count              32 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c                                    void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
count              50 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c     bytesRequested = count * numofBytes;
count              71 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c         ret = mca_common_ompio_file_read_at(fh,offset,buf,count,datatype,status);
count              79 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c                                            int count,
count             106 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c     sendBuff = count * numofBytes;
count             173 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_read.c     ret = mca_common_ompio_file_read_at_all(fh,offset,buf,count,datatype,status);
count              33 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c                                    int count,
count              51 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c     bytesRequested = count * numofBytes;
count              70 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c         ret = mca_common_ompio_file_write_at ( fh, offset, buf, count, datatype, status);
count              78 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c                                            int count,
count             106 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c     sendBuff = count * numofBytes;
count             188 ompi/mca/sharedfp/lockedfile/sharedfp_lockedfile_write.c     ret = mca_common_ompio_file_write_at_all(fh,offset,buf,count,datatype,status);
count             128 ompi/mca/sharedfp/sharedfp.h         int count,
count             134 ompi/mca/sharedfp/sharedfp.h         int count,
count             140 ompi/mca/sharedfp/sharedfp.h         int count,
count             149 ompi/mca/sharedfp/sharedfp.h         int count,
count             155 ompi/mca/sharedfp/sharedfp.h         int count,
count             161 ompi/mca/sharedfp/sharedfp.h         int count,
count             167 ompi/mca/sharedfp/sharedfp.h         int count,
count             173 ompi/mca/sharedfp/sharedfp.h         int count,
count              65 ompi/mca/sharedfp/sm/sharedfp_sm.h                                   void *buf, int count, MPI_Datatype datatype, MPI_Status *status);
count              67 ompi/mca/sharedfp/sm/sharedfp_sm.h                                           void *buf, int count, struct ompi_datatype_t *datatype,
count              72 ompi/mca/sharedfp/sm/sharedfp_sm.h                                                  int count,
count              79 ompi/mca/sharedfp/sm/sharedfp_sm.h                                     int count,
count              84 ompi/mca/sharedfp/sm/sharedfp_sm.h                                    int count,
count              89 ompi/mca/sharedfp/sm/sharedfp_sm.h                                            int count,
count              94 ompi/mca/sharedfp/sm/sharedfp_sm.h                                                  int count,
count             101 ompi/mca/sharedfp/sm/sharedfp_sm.h                                     int count,
count              33 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c                           int count,
count              50 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c     bytesRequested = count * numofBytes;
count              66 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c         ret = mca_common_ompio_file_iread_at(fh,offset,buf,count,datatype,request);
count              74 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c                                        int count,
count             102 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c     sendBuff = count * numofBytes;
count             182 ompi/mca/sharedfp/sm/sharedfp_sm_iread.c     ret = mca_common_ompio_file_iread_at_all(fh,offset,buf,count,datatype,
count              33 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c                            int count,
count              50 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c      bytesRequested = count * numofBytes;
count              66 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c         ret = mca_common_ompio_file_iwrite_at(fh,offset,buf,count,datatype,request);
count              75 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c                                         int count,
count             103 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c     sendBuff = count * numofBytes;
count             170 ompi/mca/sharedfp/sm/sharedfp_sm_iwrite.c     ret = mca_common_ompio_file_iwrite_at_all(fh,offset,buf,count,datatype,
count              32 ompi/mca/sharedfp/sm/sharedfp_sm_read.c                            void *buf, int count, MPI_Datatype datatype, MPI_Status *status)
count              47 ompi/mca/sharedfp/sm/sharedfp_sm_read.c     bytesRequested = count * numofBytes;
count              65 ompi/mca/sharedfp/sm/sharedfp_sm_read.c         ret = mca_common_ompio_file_read_at(fh,offset,buf,count,datatype,status);
count              73 ompi/mca/sharedfp/sm/sharedfp_sm_read.c                                   int count,
count              96 ompi/mca/sharedfp/sm/sharedfp_sm_read.c     sendBuff = count * numofBytes;
count             174 ompi/mca/sharedfp/sm/sharedfp_sm_read.c     ret = mca_common_ompio_file_read_at_all(fh,offset,buf,count,datatype,status);
count              33 ompi/mca/sharedfp/sm/sharedfp_sm_write.c                            int count,
count              50 ompi/mca/sharedfp/sm/sharedfp_sm_write.c     bytesRequested = count * numofBytes;
count              69 ompi/mca/sharedfp/sm/sharedfp_sm_write.c         ret = mca_common_ompio_file_write_at(fh,offset,buf,count,datatype,status);
count              77 ompi/mca/sharedfp/sm/sharedfp_sm_write.c                                    int count,
count             100 ompi/mca/sharedfp/sm/sharedfp_sm_write.c     sendBuff = count * numofBytes;
count             166 ompi/mca/sharedfp/sm/sharedfp_sm_write.c     ret = mca_common_ompio_file_write_at_all(fh,offset,buf,count,datatype,status);
count              42 ompi/mca/topo/base/topo_base_dist_graph_create.c     int i, j, err, count, left_over, pending_reqs, current_pos, index, csize;
count             165 ompi/mca/topo/base/topo_base_dist_graph_create.c         if( 0 != (count = cnt[i].in) ) {
count             168 ompi/mca/topo/base/topo_base_dist_graph_create.c                 count *= 2;  /* don't forget the weights */
count             171 ompi/mca/topo/base/topo_base_dist_graph_create.c             err = MCA_PML_CALL(isend( &rin[position], count, (ompi_datatype_t*)&ompi_mpi_int,
count             176 ompi/mca/topo/base/topo_base_dist_graph_create.c         if( 0 != (count = cnt[i].out) ) {
count             179 ompi/mca/topo/base/topo_base_dist_graph_create.c                 count *= 2;  /* don't forget the weights */
count             182 ompi/mca/topo/base/topo_base_dist_graph_create.c             err = MCA_PML_CALL(isend(&rout[position], count, (ompi_datatype_t*)&ompi_mpi_int,
count             193 ompi/mca/topo/base/topo_base_dist_graph_create.c     count = topo->indegree;
count             196 ompi/mca/topo/base/topo_base_dist_graph_create.c         count *= 2;  /* don't forget the weights */
count             197 ompi/mca/topo/base/topo_base_dist_graph_create.c         if (count > 0) {
count             200 ompi/mca/topo/base/topo_base_dist_graph_create.c             temp = (int*)malloc(count*sizeof(int));
count             207 ompi/mca/topo/base/topo_base_dist_graph_create.c     for( left_over = count, current_pos = i = 0; left_over > 0; i++ ) {
count             209 ompi/mca/topo/base/topo_base_dist_graph_create.c         MCA_PML_CALL(recv( &temp[count - left_over], left_over, (ompi_datatype_t*)&ompi_mpi_int,  /* keep receiving in the same buffer */
count             215 ompi/mca/topo/base/topo_base_dist_graph_create.c                 topo->in[current_pos]  = temp[2 * j + 0 + (count - left_over)];
count             216 ompi/mca/topo/base/topo_base_dist_graph_create.c                 topo->inw[current_pos] = temp[2 * j + 1 + (count - left_over)];
count             229 ompi/mca/topo/base/topo_base_dist_graph_create.c     count = topo->outdegree;
count             232 ompi/mca/topo/base/topo_base_dist_graph_create.c         count *= 2;  /* don't forget the weights */
count             233 ompi/mca/topo/base/topo_base_dist_graph_create.c         if (count > 0) {
count             236 ompi/mca/topo/base/topo_base_dist_graph_create.c             temp = (int*)malloc(count*sizeof(int));
count             243 ompi/mca/topo/base/topo_base_dist_graph_create.c     for( left_over = count, current_pos = i = 0; left_over > 0; i++ ) {
count             245 ompi/mca/topo/base/topo_base_dist_graph_create.c         MCA_PML_CALL(recv( &temp[count - left_over], left_over, (ompi_datatype_t*)&ompi_mpi_int,  /* keep receiving in the same buffer */
count             252 ompi/mca/topo/base/topo_base_dist_graph_create.c                 topo->out[current_pos]  = temp[2 * j + 0 + (count - left_over)];
count             253 ompi/mca/topo/base/topo_base_dist_graph_create.c                 topo->outw[current_pos] = temp[2 * j + 1 + (count - left_over)];
count             127 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c   int *count = CALLOC(sizeof(int), k);
count             130 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c     count[parttab[i]]++;
count             136 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c     if(count[i] != target){
count             138 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c 	fprintf(stdout, "Error in partition: %d vertices in partition %d while expecting %d vertices\n",count[i], i, target);
count             139 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c       FREE(count);
count             144 ompi/mca/topo/treematch/treematch/tm_kpartitioning.c    FREE(count);
count             137 ompi/mca/topo/treematch/treematch/tm_malloc.c void *tm_calloc(size_t count, size_t size, char *file, int line){
count             143 ompi/mca/topo/treematch/treematch/tm_malloc.c   full_size = count * size + 2 * EXTRA_BYTE;
count               6 ompi/mca/topo/treematch/treematch/tm_malloc.h void *tm_calloc(size_t count, size_t size, char *, int);
count             273 ompi/mca/topo/treematch/treematch/uthash.h             if ((head)->hh.tbl->buckets[_bkt_i].count !=  _bkt_count) {          \
count             275 ompi/mca/topo/treematch/treematch/uthash.h                 (head)->hh.tbl->buckets[_bkt_i].count, _bkt_count);              \
count             584 ompi/mca/topo/treematch/treematch/uthash.h  head.count++;                                                                   \
count             589 ompi/mca/topo/treematch/treematch/uthash.h  if (head.count >= ((head.expand_mult+1) * HASH_BKT_CAPACITY_THRESH)             \
count             597 ompi/mca/topo/treematch/treematch/uthash.h     (head).count--;                                                              \
count             659 ompi/mca/topo/treematch/treematch/uthash.h            if (++(_he_newbkt->count) > tbl->ideal_chain_maxlen) {                \
count             661 ompi/mca/topo/treematch/treematch/uthash.h              _he_newbkt->expand_mult = _he_newbkt->count /                       \
count             839 ompi/mca/topo/treematch/treematch/uthash.h    unsigned count;
count              38 ompi/mca/vprotocol/example/vprotocol_example.h                                             size_t count,
count              45 ompi/mca/vprotocol/example/vprotocol_example.h                                             size_t count,
count              52 ompi/mca/vprotocol/example/vprotocol_example.h                                             size_t count,
count              60 ompi/mca/vprotocol/example/vprotocol_example.h                                             size_t count,
count              68 ompi/mca/vprotocol/example/vprotocol_example.h                                             size_t count,
count              76 ompi/mca/vprotocol/example/vprotocol_example.h                                             size_t count,
count              90 ompi/mca/vprotocol/example/vprotocol_example.h OMPI_DECLSPEC int mca_vprotocol_example_start(size_t count,
count              19 ompi/mca/vprotocol/example/vprotocol_example_recv.c                       size_t count,
count              28 ompi/mca/vprotocol/example/vprotocol_example_recv.c   ret = mca_pml_v.host_pml.pml_irecv_init(addr, count, datatype, src, tag, comm, request);
count              29 ompi/mca/vprotocol/example/vprotocol_example_recv.c   V_OUTPUT_VERBOSE(50, "posted\tirecv_init %ld\tcomm %d\tfrom %d\ttag %d\tsize %ld", ((mca_pml_base_request_t *)*request)->req_sequence, comm->c_contextid, src, tag, (long) count);
count              34 ompi/mca/vprotocol/example/vprotocol_example_recv.c                      size_t count,
count              43 ompi/mca/vprotocol/example/vprotocol_example_recv.c   ret = mca_pml_v.host_pml.pml_irecv(addr, count, datatype, src, tag, comm, request);
count              44 ompi/mca/vprotocol/example/vprotocol_example_recv.c   V_OUTPUT_VERBOSE(50, "posted\tirecv %ld\tcomm %d\tfrom %d\ttag %d\tsize %ld", ((mca_pml_base_request_t *)*request)->req_sequence, comm->c_contextid, src, tag, (long) count);
count              49 ompi/mca/vprotocol/example/vprotocol_example_recv.c                       size_t count,
count              57 ompi/mca/vprotocol/example/vprotocol_example_recv.c   V_OUTPUT_VERBOSE(50, "posted\trecv \tcomm %d\tfrom %d\ttag %d\tsize %ld", comm->c_contextid, src, tag, (long) count);
count              58 ompi/mca/vprotocol/example/vprotocol_example_recv.c   ret = mca_pml_v.host_pml.pml_recv(addr, count, datatype, src, tag, comm, status);
count              61 ompi/mca/vprotocol/example/vprotocol_example_recv.c       V_OUTPUT_VERBOSE(75, "deliver\trecv \tcomm %d\tfrom %d(%d)\ttag %d(%d)\tsize %ld(%ld)\tstatus %d", comm->c_contextid, src, status->MPI_SOURCE, tag, status->MPI_TAG, (long) count, (long) status->_ucount, status->MPI_ERROR);
count              63 ompi/mca/vprotocol/example/vprotocol_example_recv.c       V_OUTPUT_VERBOSE(75, "deliver\trecv \tcomm %d\tfrom %d\ttag %d\tsize %ld", comm->c_contextid, src, tag, (long) count);
count              16 ompi/mca/vprotocol/example/vprotocol_example_send.c                       size_t count,
count              24 ompi/mca/vprotocol/example/vprotocol_example_send.c   V_OUTPUT_VERBOSE(50, "request\tpisend \tcomm %d\tto %d\ttag %d\tsize %ld", comm->c_contextid, dst, tag, (long) count);
count              25 ompi/mca/vprotocol/example/vprotocol_example_send.c   return mca_pml_v.host_pml.pml_isend_init(addr, count, datatype, dst, tag, sendmode, comm, request);
count              29 ompi/mca/vprotocol/example/vprotocol_example_send.c                      size_t count,
count              37 ompi/mca/vprotocol/example/vprotocol_example_send.c   V_OUTPUT_VERBOSE(50, "request\tisend \tcomm %d\tto %d\ttag %d\tsize %ld", comm->c_contextid, dst, tag, (long) count);
count              38 ompi/mca/vprotocol/example/vprotocol_example_send.c   return mca_pml_v.host_pml.pml_isend(addr, count, datatype, dst, tag, sendmode, comm, request);
count              42 ompi/mca/vprotocol/example/vprotocol_example_send.c                       size_t count,
count              49 ompi/mca/vprotocol/example/vprotocol_example_send.c   V_OUTPUT_VERBOSE(50, "request\tsend \tcomm %d\tto %d\ttag %d\tsize %ld", comm->c_contextid, dst, tag, (long) count);
count              50 ompi/mca/vprotocol/example/vprotocol_example_send.c   return mca_pml_v.host_pml.pml_send(addr, count, datatype, dst, tag, sendmode, comm);
count              15 ompi/mca/vprotocol/example/vprotocol_example_start.c OMPI_DECLSPEC int mca_vprotocol_example_start(size_t count, ompi_request_t **requests)
count              17 ompi/mca/vprotocol/example/vprotocol_example_start.c   V_OUTPUT_VERBOSE(50, "starting %ld requests", (long) count);
count              18 ompi/mca/vprotocol/example/vprotocol_example_start.c   return mca_pml_v.host_pml.pml_start(count, requests);
count              19 ompi/mca/vprotocol/example/vprotocol_example_start.h OMPI_DECLSPEC int mca_vprotocol_example_start(size_t count, ompi_request_t **requests);
count              16 ompi/mca/vprotocol/example/vprotocol_example_wait.c int mca_vprotocol_example_wait_any(size_t count, ompi_request_t ** requests, int *index, ompi_status_public_t * status)
count              22 ompi/mca/vprotocol/example/vprotocol_example_wait.c int mca_vprotocol_example_wait_some(size_t count, ompi_request_t ** requests, int *indexes, ompi_status_public_t * statuses)
count              24 ompi/mca/vprotocol/example/vprotocol_example_wait.c   return mca_vprotocol_example_wait_any(count, requests, indexes, statuses);
count              28 ompi/mca/vprotocol/example/vprotocol_example_wait.c int mca_vprotocol_example_wait_all(size_t count, ompi_request_t ** requests, ompi_status_public_t * statuses)
count              17 ompi/mca/vprotocol/example/vprotocol_example_wait.h OMPI_DECLSPEC int mca_vprotocol_example_wait_any(size_t count, ompi_request_t ** requests, int *index, ompi_status_public_t * status);
count              18 ompi/mca/vprotocol/example/vprotocol_example_wait.h OMPI_DECLSPEC int mca_vprotocol_example_wait_some(size_t count, ompi_request_t ** requests, int *indexes, ompi_status_public_t * statuses);
count              19 ompi/mca/vprotocol/example/vprotocol_example_wait.h OMPI_DECLSPEC int mca_vprotocol_example_wait_all(size_t count, ompi_request_t ** requests, ompi_status_public_t * statuses);
count              68 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                   size_t count,
count              75 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                  size_t count,
count              83 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                   size_t count,
count              91 ompi/mca/vprotocol/pessimist/vprotocol_pessimist.h                                  size_t count,
count              21 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c                      size_t count,
count              31 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c                         mca_vprotocol_pessimist.clock, src, tag, (unsigned long) count);
count              36 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c   ret = mca_pml_v.host_pml.pml_irecv(addr, count, datatype, src, tag, comm, request);
count              47 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c                       size_t count,
count              58 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c                        mca_vprotocol_pessimist.clock, src, tag, (unsigned long) count);
count              62 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_recv.c   ret = mca_pml_v.host_pml.pml_irecv(addr, count, datatype, src, tag, comm, &request);
count              18 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c                        size_t count,
count              29 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c                      mca_vprotocol_pessimist.clock, dst, tag, (unsigned long) count);
count              32 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c     ret = mca_pml_v.host_pml.pml_isend(buf, count, datatype, dst, tag, sendmode,
count              40 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c                       size_t count,
count              51 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c                      mca_vprotocol_pessimist.clock, dst, tag, (unsigned long) count);
count              54 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_send.c     mca_pml_v.host_pml.pml_isend(buf, count, datatype, dst, tag, sendmode,
count              14 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_start.c OMPI_DECLSPEC int mca_vprotocol_pessimist_start(size_t count, ompi_request_t **requests)
count              19 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_start.c   for(i = 0; i < count; i++)
count              43 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_start.c   ret = mca_pml_v.host_pml.pml_start(count, requests);
count              19 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_start.h OMPI_DECLSPEC int mca_vprotocol_pessimist_start(size_t count, ompi_request_t **requests);
count              21 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c #define PREPARE_REQUESTS_WITH_NO_FREE(count, requests) do { \
count              23 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     for(i = 0; i < count; i++) \
count              47 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c int mca_vprotocol_pessimist_test_all(size_t count, ompi_request_t ** requests,
count              57 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     ret = mca_pml_v.host_request_fns.req_test_all(count, requests, completed,
count              72 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c int mca_vprotocol_pessimist_test_any(size_t count, ompi_request_t ** requests,
count              79 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     VPROTOCOL_PESSIMIST_DELIVERY_REPLAY(count, requests, completed, index, status);
count              81 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     PREPARE_REQUESTS_WITH_NO_FREE(count, requests);
count              84 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     ret = mca_pml_v.host_request_fns.req_test_any(count, requests, index, completed,
count              89 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c         for(i = 0; i < count; i++)
count             115 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c int mca_vprotocol_pessimist_wait_any(size_t count, ompi_request_t ** requests,
count             122 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     VPROTOCOL_PESSIMIST_DELIVERY_REPLAY(count, requests, &dummy, index, status);
count             124 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     PREPARE_REQUESTS_WITH_NO_FREE(count, requests);
count             127 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     ret = mca_pml_v.host_request_fns.req_wait_any(count, requests, index, status);
count             130 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     for(i = 0; i < count; i++)
count             153 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c int mca_vprotocol_pessimist_test_some(size_t count, ompi_request_t ** requests,
count             158 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     ret = mca_vprotocol_pessimist_test_any(count, requests, indices, outcount, statuses);
count             163 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c int mca_vprotocol_pessimist_wait_some(size_t count, ompi_request_t ** requests,
count             168 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.c     ret = mca_vprotocol_pessimist_wait_any(count, requests, indexes, statuses);
count              25 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.h int mca_vprotocol_pessimist_test_all(size_t count, ompi_request_t ** requests,
count              29 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.h int mca_vprotocol_pessimist_test_any(size_t count, ompi_request_t ** requests,
count              33 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.h int mca_vprotocol_pessimist_test_some(size_t count, ompi_request_t ** requests,
count              37 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.h int mca_vprotocol_pessimist_wait_any(size_t count, ompi_request_t ** requests,
count              40 ompi/mca/vprotocol/pessimist/vprotocol_pessimist_wait.h int mca_vprotocol_pessimist_wait_some(size_t count, ompi_request_t ** requests,
count              41 ompi/message/message.c     msg->count = 0;
count              58 ompi/message/message.c     ompi_message_null.message.count = 0;
count              31 ompi/message/message.h     size_t count;                       /**< same value as status._ucount */
count              46 ompi/mpi/c/allreduce.c int MPI_Allreduce(const void *sendbuf, void *recvbuf, int count,
count              58 ompi/mpi/c/allreduce.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
count              62 ompi/mpi/c/allreduce.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
count              64 ompi/mpi/c/allreduce.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              91 ompi/mpi/c/allreduce.c                    (count > 1) ) {
count              95 ompi/mpi/c/allreduce.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count             104 ompi/mpi/c/allreduce.c     if (0 == count) {
count             113 ompi/mpi/c/allreduce.c     err = comm->c_coll->coll_allreduce(sendbuf, recvbuf, count,
count              41 ompi/mpi/c/bcast.c int MPI_Bcast(void *buffer, int count, MPI_Datatype datatype,
count              54 ompi/mpi/c/bcast.c                 memchecker_call(&opal_memchecker_base_isdefined, buffer, count, datatype);
count              57 ompi/mpi/c/bcast.c             memchecker_call(&opal_memchecker_base_isaddressable, buffer, count, datatype);
count              61 ompi/mpi/c/bcast.c                 memchecker_call(&opal_memchecker_base_isdefined, buffer, count, datatype);
count              64 ompi/mpi/c/bcast.c                 memchecker_call(&opal_memchecker_base_isaddressable, buffer, count, datatype);
count              79 ompi/mpi/c/bcast.c       OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count             106 ompi/mpi/c/bcast.c         0 == count) {
count             114 ompi/mpi/c/bcast.c     err = comm->c_coll->coll_bcast(buffer, count, datatype, root, comm,
count              46 ompi/mpi/c/bsend.c int MPI_Bsend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm)
count              54 ompi/mpi/c/bsend.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
count              62 ompi/mpi/c/bsend.c         } else if (count < 0) {
count              72 ompi/mpi/c/bsend.c             OMPI_CHECK_DATATYPE_FOR_SEND(rc, type, count);
count              73 ompi/mpi/c/bsend.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
count              83 ompi/mpi/c/bsend.c     rc = MCA_PML_CALL(send(buf, count, type, dest, tag, MCA_PML_BASE_SEND_BUFFERED, comm));
count              46 ompi/mpi/c/bsend_init.c int MPI_Bsend_init(const void *buf, int count, MPI_Datatype type,
count              53 ompi/mpi/c/bsend_init.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
count              62 ompi/mpi/c/bsend_init.c         } else if (count < 0) {
count              87 ompi/mpi/c/bsend_init.c     rc = MCA_PML_CALL(isend_init(buf, count, type, dest, tag,
count              50 ompi/mpi/c/comm_spawn_multiple.c int MPI_Comm_spawn_multiple(int count, char *array_of_commands[], char **array_of_argv[],
count              86 ompi/mpi/c/comm_spawn_multiple.c             if ( 0 > count ) {
count              98 ompi/mpi/c/comm_spawn_multiple.c             for (i = 0; i < count; ++i) {
count             125 ompi/mpi/c/comm_spawn_multiple.c             for ( i=0; i<count; i++ ) {
count             169 ompi/mpi/c/comm_spawn_multiple.c         if (OMPI_SUCCESS != (rc = ompi_dpm_spawn(count, (const char **) array_of_commands,
count             203 ompi/mpi/c/comm_spawn_multiple.c             for ( i=0; i < count; i++) {
count              45 ompi/mpi/c/exscan.c int MPI_Exscan(const void *sendbuf, void *recvbuf, int count,
count              54 ompi/mpi/c/exscan.c         memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              76 ompi/mpi/c/exscan.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count              85 ompi/mpi/c/exscan.c     if (0 == count) {
count              94 ompi/mpi/c/exscan.c     err = comm->c_coll->coll_exscan(sendbuf, recvbuf, count,
count              43 ompi/mpi/c/file_iread.c int MPI_File_iread(MPI_File fh, void *buf, int count,
count              58 ompi/mpi/c/file_iread.c         } else if (count < 0) {
count              63 ompi/mpi/c/file_iread.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              74 ompi/mpi/c/file_iread.c             io_module_file_iread(fh, buf, count, datatype, request);
count              45 ompi/mpi/c/file_iread_all.c int MPI_File_iread_all(MPI_File fh, void *buf, int count,
count              60 ompi/mpi/c/file_iread_all.c         } else if (count < 0) {
count              65 ompi/mpi/c/file_iread_all.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              80 ompi/mpi/c/file_iread_all.c                 io_module_file_iread_all(fh, buf, count, datatype, request);
count              44 ompi/mpi/c/file_iread_at.c                       int count, MPI_Datatype datatype, MPI_Request *request)
count              58 ompi/mpi/c/file_iread_at.c         } else if (count < 0) {
count              63 ompi/mpi/c/file_iread_at.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              74 ompi/mpi/c/file_iread_at.c             io_module_file_iread_at(fh, offset, buf, count, datatype,
count              46 ompi/mpi/c/file_iread_at_all.c                           int count, MPI_Datatype datatype, MPI_Request *request)
count              60 ompi/mpi/c/file_iread_at_all.c         } else if (count < 0) {
count              65 ompi/mpi/c/file_iread_at_all.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              80 ompi/mpi/c/file_iread_at_all.c                 io_module_file_iread_at_all(fh, offset, buf, count, datatype,
count              43 ompi/mpi/c/file_iread_shared.c int MPI_File_iread_shared(MPI_File fh, void *buf, int count,
count              58 ompi/mpi/c/file_iread_shared.c         } else if (count < 0) {
count              63 ompi/mpi/c/file_iread_shared.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              74 ompi/mpi/c/file_iread_shared.c             io_module_file_iread_shared(fh, buf, count, datatype, request);
count              46 ompi/mpi/c/file_iwrite.c int MPI_File_iwrite(MPI_File fh, const void *buf, int count, MPI_Datatype
count              53 ompi/mpi/c/file_iwrite.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
count              62 ompi/mpi/c/file_iwrite.c         } else if (count < 0) {
count              67 ompi/mpi/c/file_iwrite.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
count              78 ompi/mpi/c/file_iwrite.c           io_module_file_iwrite(fh, buf, count, datatype, request);
count              48 ompi/mpi/c/file_iwrite_all.c int MPI_File_iwrite_all(MPI_File fh, const void *buf, int count, MPI_Datatype
count              55 ompi/mpi/c/file_iwrite_all.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
count              64 ompi/mpi/c/file_iwrite_all.c         } else if (count < 0) {
count              69 ompi/mpi/c/file_iwrite_all.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
count              84 ompi/mpi/c/file_iwrite_all.c                 io_module_file_iwrite_all(fh, buf, count, datatype, request);
count              47 ompi/mpi/c/file_iwrite_at.c                        int count, MPI_Datatype datatype,
count              54 ompi/mpi/c/file_iwrite_at.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
count              63 ompi/mpi/c/file_iwrite_at.c         } else if (count < 0) {
count              68 ompi/mpi/c/file_iwrite_at.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
count              79 ompi/mpi/c/file_iwrite_at.c             io_module_file_iwrite_at(fh, offset, buf, count, datatype,
count              49 ompi/mpi/c/file_iwrite_at_all.c                            int count, MPI_Datatype datatype,
count              56 ompi/mpi/c/file_iwrite_at_all.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
count              65 ompi/mpi/c/file_iwrite_at_all.c         } else if (count < 0) {
count              70 ompi/mpi/c/file_iwrite_at_all.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
count              85 ompi/mpi/c/file_iwrite_at_all.c                 io_module_file_iwrite_at_all(fh, offset, buf, count, datatype,
count              46 ompi/mpi/c/file_iwrite_shared.c int MPI_File_iwrite_shared(MPI_File fh, const void *buf, int count,
count              61 ompi/mpi/c/file_iwrite_shared.c         } else if (count < 0) {
count              66 ompi/mpi/c/file_iwrite_shared.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
count              77 ompi/mpi/c/file_iwrite_shared.c           io_module_file_iwrite_shared(fh, buf, count, datatype, request);
count              41 ompi/mpi/c/file_read.c int MPI_File_read(MPI_File fh, void *buf, int count,
count              56 ompi/mpi/c/file_read.c         } else if (count < 0) {
count              59 ompi/mpi/c/file_read.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              71 ompi/mpi/c/file_read.c             io_module_file_read(fh, buf, count, datatype, status);
count              41 ompi/mpi/c/file_read_all.c int MPI_File_read_all(MPI_File fh, void *buf, int count, MPI_Datatype
count              56 ompi/mpi/c/file_read_all.c         } else if (count < 0) {
count              59 ompi/mpi/c/file_read_all.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              71 ompi/mpi/c/file_read_all.c             io_module_file_read_all(fh, buf, count, datatype, status);
count              41 ompi/mpi/c/file_read_all_begin.c int MPI_File_read_all_begin(MPI_File fh, void *buf, int count,
count              56 ompi/mpi/c/file_read_all_begin.c         } else if (count < 0) {
count              59 ompi/mpi/c/file_read_all_begin.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              71 ompi/mpi/c/file_read_all_begin.c             io_module_file_read_all_begin(fh, buf, count, datatype);
count              42 ompi/mpi/c/file_read_at.c                      int count, MPI_Datatype datatype, MPI_Status *status)
count              56 ompi/mpi/c/file_read_at.c         } else if (count < 0) {
count              59 ompi/mpi/c/file_read_at.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              71 ompi/mpi/c/file_read_at.c             io_module_file_read_at(fh, offset, buf, count, datatype, status);
count              42 ompi/mpi/c/file_read_at_all.c                          int count, MPI_Datatype datatype,
count              57 ompi/mpi/c/file_read_at_all.c         } else if (count < 0) {
count              60 ompi/mpi/c/file_read_at_all.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              72 ompi/mpi/c/file_read_at_all.c             io_module_file_read_at_all(fh, offset, buf, count, datatype,
count              42 ompi/mpi/c/file_read_at_all_begin.c                                int count, MPI_Datatype datatype)
count              56 ompi/mpi/c/file_read_at_all_begin.c         } else if (count < 0) {
count              59 ompi/mpi/c/file_read_at_all_begin.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              71 ompi/mpi/c/file_read_at_all_begin.c             io_module_file_read_at_all_begin(fh, offset, buf, count, datatype);
count              40 ompi/mpi/c/file_read_ordered.c int MPI_File_read_ordered(MPI_File fh, void *buf, int count,
count              51 ompi/mpi/c/file_read_ordered.c         } else if (count < 0) {
count              54 ompi/mpi/c/file_read_ordered.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              66 ompi/mpi/c/file_read_ordered.c             io_module_file_read_ordered(fh, buf, count, datatype, status);
count              41 ompi/mpi/c/file_read_ordered_begin.c int MPI_File_read_ordered_begin(MPI_File fh, void *buf, int count,
count              56 ompi/mpi/c/file_read_ordered_begin.c         } else if (count < 0) {
count              59 ompi/mpi/c/file_read_ordered_begin.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              71 ompi/mpi/c/file_read_ordered_begin.c             io_module_file_read_ordered_begin(fh, buf, count, datatype);
count              41 ompi/mpi/c/file_read_shared.c int MPI_File_read_shared(MPI_File fh, void *buf, int count,
count              56 ompi/mpi/c/file_read_shared.c         } else if (count < 0) {
count              59 ompi/mpi/c/file_read_shared.c            OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              71 ompi/mpi/c/file_read_shared.c             io_module_file_read_shared(fh, buf, count, datatype, status);
count              44 ompi/mpi/c/file_write.c int MPI_File_write(MPI_File fh, const void *buf, int count,
count              51 ompi/mpi/c/file_write.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
count              60 ompi/mpi/c/file_write.c         } else if (count < 0) {
count              63 ompi/mpi/c/file_write.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
count              75 ompi/mpi/c/file_write.c           io_module_file_write(fh, buf, count, datatype, status);
count              44 ompi/mpi/c/file_write_all.c int MPI_File_write_all(MPI_File fh, const void *buf, int count, MPI_Datatype
count              51 ompi/mpi/c/file_write_all.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
count              60 ompi/mpi/c/file_write_all.c         } else if (count < 0) {
count              63 ompi/mpi/c/file_write_all.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
count              75 ompi/mpi/c/file_write_all.c           io_module_file_write_all(fh, buf, count, datatype, status);
count              44 ompi/mpi/c/file_write_all_begin.c int MPI_File_write_all_begin(MPI_File fh, const void *buf, int count,
count              51 ompi/mpi/c/file_write_all_begin.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
count              60 ompi/mpi/c/file_write_all_begin.c         } else if (count < 0) {
count              63 ompi/mpi/c/file_write_all_begin.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
count              75 ompi/mpi/c/file_write_all_begin.c           io_module_file_write_all_begin(fh, buf, count, datatype);
count              45 ompi/mpi/c/file_write_at.c                       int count, MPI_Datatype datatype,
count              52 ompi/mpi/c/file_write_at.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
count              61 ompi/mpi/c/file_write_at.c         } else if (count < 0) {
count              64 ompi/mpi/c/file_write_at.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
count              76 ompi/mpi/c/file_write_at.c           io_module_file_write_at(fh, offset, buf, count, datatype, status);
count              45 ompi/mpi/c/file_write_at_all.c                           int count, MPI_Datatype datatype,
count              52 ompi/mpi/c/file_write_at_all.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
count              61 ompi/mpi/c/file_write_at_all.c         } else if (count < 0) {
count              64 ompi/mpi/c/file_write_at_all.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
count              76 ompi/mpi/c/file_write_at_all.c           io_module_file_write_at_all(fh, offset, buf, count, datatype,
count              45 ompi/mpi/c/file_write_at_all_begin.c                                 int count, MPI_Datatype datatype)
count              51 ompi/mpi/c/file_write_at_all_begin.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
count              60 ompi/mpi/c/file_write_at_all_begin.c         } else if (count < 0) {
count              63 ompi/mpi/c/file_write_at_all_begin.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
count              75 ompi/mpi/c/file_write_at_all_begin.c           io_module_file_write_at_all_begin(fh, offset, buf, count,
count              44 ompi/mpi/c/file_write_ordered.c int MPI_File_write_ordered(MPI_File fh, const void *buf, int count,
count              51 ompi/mpi/c/file_write_ordered.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
count              60 ompi/mpi/c/file_write_ordered.c         } else if (count < 0) {
count              63 ompi/mpi/c/file_write_ordered.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
count              75 ompi/mpi/c/file_write_ordered.c           io_module_file_write_ordered(fh, buf, count, datatype, status);
count              44 ompi/mpi/c/file_write_ordered_begin.c int MPI_File_write_ordered_begin(MPI_File fh, const void *buf, int count,
count              51 ompi/mpi/c/file_write_ordered_begin.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
count              60 ompi/mpi/c/file_write_ordered_begin.c         } else if (count < 0) {
count              63 ompi/mpi/c/file_write_ordered_begin.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
count              75 ompi/mpi/c/file_write_ordered_begin.c           io_module_file_write_ordered_begin(fh, buf, count, datatype);
count              44 ompi/mpi/c/file_write_shared.c int MPI_File_write_shared(MPI_File fh, const void *buf, int count,
count              51 ompi/mpi/c/file_write_shared.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
count              60 ompi/mpi/c/file_write_shared.c         } else if (count < 0) {
count              63 ompi/mpi/c/file_write_shared.c            OMPI_CHECK_DATATYPE_FOR_SEND(rc, datatype, count);
count              75 ompi/mpi/c/file_write_shared.c           io_module_file_write_shared(fh, buf, count, datatype, status);
count              45 ompi/mpi/c/get_count.c int MPI_Get_count(const MPI_Status *status, MPI_Datatype datatype, int *count)
count              73 ompi/mpi/c/get_count.c             *count = 0;
count              78 ompi/mpi/c/get_count.c                 *count = MPI_UNDEFINED;
count              80 ompi/mpi/c/get_count.c                 *count = (int)internal_count;
count              44 ompi/mpi/c/get_elements.c int MPI_Get_elements(const MPI_Status *status, MPI_Datatype datatype, int *count)
count              67 ompi/mpi/c/get_elements.c             MPI_STATUS_IGNORE == status || NULL == count) {
count              80 ompi/mpi/c/get_elements.c             *count = internal_count;
count              85 ompi/mpi/c/get_elements.c             *count = MPI_UNDEFINED;
count              44 ompi/mpi/c/get_elements_x.c int MPI_Get_elements_x(const MPI_Status *status, MPI_Datatype datatype, MPI_Count *count)
count              67 ompi/mpi/c/get_elements_x.c             MPI_STATUS_IGNORE == status || NULL == count) {
count              80 ompi/mpi/c/get_elements_x.c             *count = internal_count;
count              85 ompi/mpi/c/get_elements_x.c             *count = MPI_UNDEFINED;
count              47 ompi/mpi/c/iallreduce.c int MPI_Iallreduce(const void *sendbuf, void *recvbuf, int count,
count              59 ompi/mpi/c/iallreduce.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
count              63 ompi/mpi/c/iallreduce.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
count              65 ompi/mpi/c/iallreduce.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              92 ompi/mpi/c/iallreduce.c                    (count > 1) ) {
count              96 ompi/mpi/c/iallreduce.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count             106 ompi/mpi/c/iallreduce.c     if (0 == count) {
count             116 ompi/mpi/c/iallreduce.c     err = comm->c_coll->coll_iallreduce(sendbuf, recvbuf, count, datatype,
count              35 ompi/mpi/c/ibcast.c int MPI_Ibcast(void *buffer, int count, MPI_Datatype datatype,
count              44 ompi/mpi/c/ibcast.c         memchecker_call(&opal_memchecker_base_isdefined, buffer, count, datatype);
count              58 ompi/mpi/c/ibcast.c       OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count              86 ompi/mpi/c/ibcast.c     err = comm->c_coll->coll_ibcast(buffer, count, datatype, root, comm,
count              46 ompi/mpi/c/ibsend.c int MPI_Ibsend(const void *buf, int count, MPI_Datatype type, int dest,
count              55 ompi/mpi/c/ibsend.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
count              63 ompi/mpi/c/ibsend.c         } else if (count < 0) {
count              73 ompi/mpi/c/ibsend.c             OMPI_CHECK_DATATYPE_FOR_SEND(rc, type, count);
count              74 ompi/mpi/c/ibsend.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
count              86 ompi/mpi/c/ibsend.c         memchecker_call(&opal_memchecker_base_mem_noaccess, buf, count, type);
count              88 ompi/mpi/c/ibsend.c     rc = MCA_PML_CALL(isend(buf, count, type, dest, tag, MCA_PML_BASE_SEND_BUFFERED, comm, request));
count              45 ompi/mpi/c/iexscan.c int MPI_Iexscan(const void *sendbuf, void *recvbuf, int count,
count              54 ompi/mpi/c/iexscan.c         memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              76 ompi/mpi/c/iexscan.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count              86 ompi/mpi/c/iexscan.c     err = comm->c_coll->coll_iexscan(sendbuf, recvbuf, count,
count              32 ompi/mpi/c/imrecv.c int MPI_Imrecv(void *buf, int count, MPI_Datatype type,
count              41 ompi/mpi/c/imrecv.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
count              47 ompi/mpi/c/imrecv.c         OMPI_CHECK_DATATYPE_FOR_RECV(rc, type, count);
count              48 ompi/mpi/c/imrecv.c         OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
count              70 ompi/mpi/c/imrecv.c     rc = MCA_PML_CALL(imrecv(buf, count, type, message, request));
count              42 ompi/mpi/c/irecv.c int MPI_Irecv(void *buf, int count, MPI_Datatype type, int source,
count              56 ompi/mpi/c/irecv.c         OMPI_CHECK_DATATYPE_FOR_RECV(rc, type, count);
count              57 ompi/mpi/c/irecv.c         OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
count              81 ompi/mpi/c/irecv.c         memchecker_call(&opal_memchecker_base_mem_noaccess, buf, count, type);
count              83 ompi/mpi/c/irecv.c     rc = MCA_PML_CALL(irecv(buf,count,type,source,tag,comm,request));
count              47 ompi/mpi/c/ireduce.c int MPI_Ireduce(const void *sendbuf, void *recvbuf, int count,
count              62 ompi/mpi/c/ireduce.c                     memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
count              64 ompi/mpi/c/ireduce.c                     memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              68 ompi/mpi/c/ireduce.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
count              71 ompi/mpi/c/ireduce.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              76 ompi/mpi/c/ireduce.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
count              79 ompi/mpi/c/ireduce.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count             105 ompi/mpi/c/ireduce.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count             131 ompi/mpi/c/ireduce.c     if (0 == count) {
count             140 ompi/mpi/c/ireduce.c     err = comm->c_coll->coll_ireduce(sendbuf, recvbuf, count,
count              50 ompi/mpi/c/ireduce_scatter.c     int i, err, size, count;
count              56 ompi/mpi/c/ireduce_scatter.c         int count;
count              60 ompi/mpi/c/ireduce_scatter.c         for (count = i = 0; i < size; ++i) {
count              62 ompi/mpi/c/ireduce_scatter.c                 count += recvcounts[i];
count              75 ompi/mpi/c/ireduce_scatter.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
count              77 ompi/mpi/c/ireduce_scatter.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count             122 ompi/mpi/c/ireduce_scatter.c     for (count = i = 0; i < size; ++i) {
count             124 ompi/mpi/c/ireduce_scatter.c             ++count;
count             127 ompi/mpi/c/ireduce_scatter.c     if (size == count) {
count              46 ompi/mpi/c/irsend.c int MPI_Irsend(const void *buf, int count, MPI_Datatype type, int dest,
count              55 ompi/mpi/c/irsend.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
count              64 ompi/mpi/c/irsend.c         } else if (count < 0) {
count              74 ompi/mpi/c/irsend.c             OMPI_CHECK_DATATYPE_FOR_SEND(rc, type, count);
count              75 ompi/mpi/c/irsend.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
count              88 ompi/mpi/c/irsend.c         memchecker_call(&opal_memchecker_base_mem_noaccess, buf, count, type);
count              90 ompi/mpi/c/irsend.c     rc = MCA_PML_CALL(isend(buf,count,type,dest,tag,
count              46 ompi/mpi/c/iscan.c int MPI_Iscan(const void *sendbuf, void *recvbuf, int count,
count              57 ompi/mpi/c/iscan.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              59 ompi/mpi/c/iscan.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
count              90 ompi/mpi/c/iscan.c           OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count             100 ompi/mpi/c/iscan.c     err = comm->c_coll->coll_iscan(sendbuf, recvbuf, count,
count              46 ompi/mpi/c/isend.c int MPI_Isend(const void *buf, int count, MPI_Datatype type, int dest,
count              55 ompi/mpi/c/isend.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
count              63 ompi/mpi/c/isend.c         } else if (count < 0) {
count              75 ompi/mpi/c/isend.c             OMPI_CHECK_DATATYPE_FOR_SEND(rc, type, count);
count              76 ompi/mpi/c/isend.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
count              95 ompi/mpi/c/isend.c     rc = MCA_PML_CALL(isend(buf, count, type, dest, tag,
count              45 ompi/mpi/c/issend.c int MPI_Issend(const void *buf, int count, MPI_Datatype type, int dest,
count              54 ompi/mpi/c/issend.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
count              62 ompi/mpi/c/issend.c         } else if (count < 0) {
count              72 ompi/mpi/c/issend.c             OMPI_CHECK_DATATYPE_FOR_SEND(rc, type, count);
count              73 ompi/mpi/c/issend.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
count              86 ompi/mpi/c/issend.c         memchecker_call(&opal_memchecker_base_mem_noaccess, buf, count, type);
count              88 ompi/mpi/c/issend.c     rc = MCA_PML_CALL(isend(buf, count, type, dest, tag,
count              36 ompi/mpi/c/mrecv.c int MPI_Mrecv(void *buf, int count, MPI_Datatype type,
count              47 ompi/mpi/c/mrecv.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
count              53 ompi/mpi/c/mrecv.c         OMPI_CHECK_DATATYPE_FOR_RECV(rc, type, count);
count              54 ompi/mpi/c/mrecv.c         OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
count              78 ompi/mpi/c/mrecv.c     rc = MCA_PML_CALL(mrecv(buf, count, type, message, status));
count              42 ompi/mpi/c/recv.c int MPI_Recv(void *buf, int count, MPI_Datatype type, int source,
count              51 ompi/mpi/c/recv.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
count              57 ompi/mpi/c/recv.c         OMPI_CHECK_DATATYPE_FOR_RECV(rc, type, count);
count              58 ompi/mpi/c/recv.c         OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
count              82 ompi/mpi/c/recv.c     rc = MCA_PML_CALL(recv(buf, count, type, source, tag, comm, status));
count              42 ompi/mpi/c/recv_init.c int MPI_Recv_init(void *buf, int count, MPI_Datatype type, int source,
count              49 ompi/mpi/c/recv_init.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
count              55 ompi/mpi/c/recv_init.c         OMPI_CHECK_DATATYPE_FOR_RECV(rc, type, count);
count              56 ompi/mpi/c/recv_init.c         OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
count              83 ompi/mpi/c/recv_init.c     rc = MCA_PML_CALL(irecv_init(buf,count,type,source,tag,comm,request));
count              46 ompi/mpi/c/reduce.c int MPI_Reduce(const void *sendbuf, void *recvbuf, int count,
count              61 ompi/mpi/c/reduce.c                     memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
count              63 ompi/mpi/c/reduce.c                     memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              67 ompi/mpi/c/reduce.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
count              70 ompi/mpi/c/reduce.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              75 ompi/mpi/c/reduce.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
count              78 ompi/mpi/c/reduce.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count             104 ompi/mpi/c/reduce.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count             130 ompi/mpi/c/reduce.c     if (0 == count) {
count             139 ompi/mpi/c/reduce.c     err = comm->c_coll->coll_reduce(sendbuf, recvbuf, count,
count              46 ompi/mpi/c/reduce_local.c int MPI_Reduce_local(const void *inbuf, void *inoutbuf, int count,
count              67 ompi/mpi/c/reduce_local.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count              73 ompi/mpi/c/reduce_local.c     if (0 == count) {
count              85 ompi/mpi/c/reduce_local.c     err = comm->c_coll->coll_reduce_local(inbuf, inoutbuf, count, datatype, op,
count              49 ompi/mpi/c/reduce_scatter.c     int i, err, size, count;
count              58 ompi/mpi/c/reduce_scatter.c         for (count = i = 0; i < size; ++i) {
count              60 ompi/mpi/c/reduce_scatter.c                 count += recvcounts[i];
count              73 ompi/mpi/c/reduce_scatter.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
count              75 ompi/mpi/c/reduce_scatter.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count             120 ompi/mpi/c/reduce_scatter.c     for (count = i = 0; i < size; ++i) {
count             122 ompi/mpi/c/reduce_scatter.c             ++count;
count             125 ompi/mpi/c/reduce_scatter.c     if (size == count) {
count              45 ompi/mpi/c/rsend.c int MPI_Rsend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm)
count              53 ompi/mpi/c/rsend.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
count              61 ompi/mpi/c/rsend.c         } else if (count < 0) {
count              71 ompi/mpi/c/rsend.c             OMPI_CHECK_DATATYPE_FOR_SEND(rc, type, count);
count              72 ompi/mpi/c/rsend.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
count              82 ompi/mpi/c/rsend.c     rc = MCA_PML_CALL(send(buf, count, type, dest, tag,
count              46 ompi/mpi/c/rsend_init.c int MPI_Rsend_init(const void *buf, int count, MPI_Datatype type,
count              54 ompi/mpi/c/rsend_init.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
count              63 ompi/mpi/c/rsend_init.c         } else if (count < 0) {
count              88 ompi/mpi/c/rsend_init.c     rc =  MCA_PML_CALL(isend_init(buf,count,type,dest,tag,
count              46 ompi/mpi/c/scan.c int MPI_Scan(const void *sendbuf, void *recvbuf, int count,
count              57 ompi/mpi/c/scan.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              59 ompi/mpi/c/scan.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
count              90 ompi/mpi/c/scan.c           OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count              99 ompi/mpi/c/scan.c     if (0 == count) {
count             108 ompi/mpi/c/scan.c     err = comm->c_coll->coll_scan(sendbuf, recvbuf, count,
count              45 ompi/mpi/c/send.c int MPI_Send(const void *buf, int count, MPI_Datatype type, int dest,
count              54 ompi/mpi/c/send.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
count              62 ompi/mpi/c/send.c         } else if (count < 0) {
count              70 ompi/mpi/c/send.c             OMPI_CHECK_DATATYPE_FOR_SEND(rc, type, count);
count              71 ompi/mpi/c/send.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
count              81 ompi/mpi/c/send.c     rc = MCA_PML_CALL(send(buf, count, type, dest, tag, MCA_PML_BASE_SEND_STANDARD, comm));
count              46 ompi/mpi/c/send_init.c int MPI_Send_init(const void *buf, int count, MPI_Datatype type,
count              54 ompi/mpi/c/send_init.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
count              62 ompi/mpi/c/send_init.c         } else if (count < 0) {
count              72 ompi/mpi/c/send_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(rc, type, count);
count              73 ompi/mpi/c/send_init.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
count              88 ompi/mpi/c/send_init.c     rc = MCA_PML_CALL(isend_init(buf,count,type,dest,tag,MCA_PML_BASE_SEND_STANDARD,comm,request));
count              45 ompi/mpi/c/sendrecv_replace.c int MPI_Sendrecv_replace(void * buf, int count, MPI_Datatype datatype,
count              56 ompi/mpi/c/sendrecv_replace.c                memchecker_call(&opal_memchecker_base_isdefined, buf, count, datatype);
count              63 ompi/mpi/c/sendrecv_replace.c         OMPI_CHECK_DATATYPE_FOR_RECV(rc, datatype, count);
count              82 ompi/mpi/c/sendrecv_replace.c     if ( source == MPI_PROC_NULL || dest == MPI_PROC_NULL || count == 0 ) {
count              83 ompi/mpi/c/sendrecv_replace.c         rc = PMPI_Sendrecv(buf, count, datatype, dest, sendtag, buf, count, datatype, source, recvtag, comm, status);
count             113 ompi/mpi/c/sendrecv_replace.c                                               count, buf, 0, &convertor );
count             130 ompi/mpi/c/sendrecv_replace.c     rc = PMPI_Sendrecv( iov.iov_base, packed_size, MPI_PACKED, dest, sendtag, buf, count,
count              45 ompi/mpi/c/ssend.c int MPI_Ssend(const void *buf, int count, MPI_Datatype type, int dest, int tag, MPI_Comm comm)
count              53 ompi/mpi/c/ssend.c         memchecker_call(&opal_memchecker_base_isdefined, buf, count, type);
count              61 ompi/mpi/c/ssend.c         } else if (count < 0) {
count              71 ompi/mpi/c/ssend.c             OMPI_CHECK_DATATYPE_FOR_SEND(rc, type, count);
count              72 ompi/mpi/c/ssend.c             OMPI_CHECK_USER_BUFFER(rc, buf, type, count);
count              82 ompi/mpi/c/ssend.c     rc = MCA_PML_CALL(send(buf, count, type, dest, tag,
count              46 ompi/mpi/c/ssend_init.c int MPI_Ssend_init(const void *buf, int count, MPI_Datatype type,
count              54 ompi/mpi/c/ssend_init.c         memchecker_call(&opal_memchecker_base_isaddressable, buf, count, type);
count              63 ompi/mpi/c/ssend_init.c         } else if (count < 0) {
count              88 ompi/mpi/c/ssend_init.c     rc = MCA_PML_CALL(isend_init(buf, count, type, dest, tag,
count              46 ompi/mpi/c/startall.c int MPI_Startall(int count, MPI_Request requests[])
count              53 ompi/mpi/c/startall.c         for (j = 0; j < count; j++){
count              63 ompi/mpi/c/startall.c         } else if (count < 0) {
count              66 ompi/mpi/c/startall.c             for (i = 0; i < count; ++i) {
count              82 ompi/mpi/c/startall.c     for (i = 0, j = -1; i < count; ++i) {
count              43 ompi/mpi/c/status_set_elements.c int MPI_Status_set_elements(MPI_Status *status, MPI_Datatype datatype, int count)
count              66 ompi/mpi/c/status_set_elements.c         } else if (count < 0) {
count              80 ompi/mpi/c/status_set_elements.c         status->_ucount = count * size;
count              82 ompi/mpi/c/status_set_elements.c         ompi_datatype_set_element_count( datatype, count, &size );
count              43 ompi/mpi/c/status_set_elements_x.c int MPI_Status_set_elements_x(MPI_Status *status, MPI_Datatype datatype, MPI_Count count)
count              66 ompi/mpi/c/status_set_elements_x.c         } else if (count < 0) {
count              80 ompi/mpi/c/status_set_elements_x.c         status->_ucount = count * size;
count              82 ompi/mpi/c/status_set_elements_x.c         ompi_datatype_set_element_count( datatype, count, &size );
count              45 ompi/mpi/c/testall.c int MPI_Testall(int count, MPI_Request requests[], int *flag,
count              52 ompi/mpi/c/testall.c         for (j = 0; j < count; j++){
count              60 ompi/mpi/c/testall.c         if( (NULL == requests) && (0 != count) ) {
count              63 ompi/mpi/c/testall.c             for (i = 0; i < count; i++) {
count              70 ompi/mpi/c/testall.c         if ((NULL == flag) || (count < 0)) {
count              76 ompi/mpi/c/testall.c     if (OPAL_UNLIKELY(0 == count)) {
count              83 ompi/mpi/c/testall.c     if (OMPI_SUCCESS == ompi_request_test_all(count, requests, flag,
count              90 ompi/mpi/c/testall.c         ompi_errhandler_request_invoke(count, requests, FUNC_NAME)) {
count              45 ompi/mpi/c/testany.c int MPI_Testany(int count, MPI_Request requests[], int *indx, int *completed, MPI_Status *status)
count              51 ompi/mpi/c/testany.c         for (j = 0; j < count; j++){
count              59 ompi/mpi/c/testany.c         if ((NULL == requests) && (0 != count)) {
count              62 ompi/mpi/c/testany.c             for (i = 0; i < count; i++) {
count              69 ompi/mpi/c/testany.c         if (((NULL == indx || NULL == completed) && count > 0) ||
count              70 ompi/mpi/c/testany.c             count < 0) {
count              76 ompi/mpi/c/testany.c     if (OPAL_UNLIKELY(0 == count)) {
count              87 ompi/mpi/c/testany.c     if (OMPI_SUCCESS == ompi_request_test_any(count, requests,
count              94 ompi/mpi/c/testany.c     return ompi_errhandler_request_invoke(count, requests, FUNC_NAME);
count              44 ompi/mpi/c/type_contiguous.c int MPI_Type_contiguous(int count,
count              59 ompi/mpi/c/type_contiguous.c         } else if( count < 0 ) {
count              66 ompi/mpi/c/type_contiguous.c     rc = ompi_datatype_create_contiguous( count, oldtype, newtype );
count              71 ompi/mpi/c/type_contiguous.c         const int* a_i[1] = {&count};
count              43 ompi/mpi/c/type_create_hindexed.c int MPI_Type_create_hindexed(int count,
count              57 ompi/mpi/c/type_create_hindexed.c         if( count < 0 ) {
count              60 ompi/mpi/c/type_create_hindexed.c         } else if ((count > 0) && (NULL == array_of_blocklengths ||
count              69 ompi/mpi/c/type_create_hindexed.c         for ( i = 0; i < count; i++ ) {
count              79 ompi/mpi/c/type_create_hindexed.c     rc = ompi_datatype_create_hindexed( count, array_of_blocklengths, array_of_displacements,
count              87 ompi/mpi/c/type_create_hindexed.c         const int* a_i[2] = {&count, array_of_blocklengths};
count              89 ompi/mpi/c/type_create_hindexed.c         ompi_datatype_set_args( *newtype, count + 1, a_i, count, array_of_displacements,
count              36 ompi/mpi/c/type_create_hindexed_block.c int MPI_Type_create_hindexed_block(int count,
count              50 ompi/mpi/c/type_create_hindexed_block.c         if( count < 0 ) {
count              53 ompi/mpi/c/type_create_hindexed_block.c         } else if( (count > 0) && (blocklength < 0 || NULL == array_of_displacements) ) {
count              65 ompi/mpi/c/type_create_hindexed_block.c     rc = ompi_datatype_create_hindexed_block( count, blocklength, array_of_displacements,
count              72 ompi/mpi/c/type_create_hindexed_block.c         const int* a_i[2] = {&count, &blocklength};
count              73 ompi/mpi/c/type_create_hindexed_block.c         ompi_datatype_set_args( *newtype, 2, a_i, count, array_of_displacements, 1, &oldtype,
count              43 ompi/mpi/c/type_create_hvector.c int MPI_Type_create_hvector(int count,
count              57 ompi/mpi/c/type_create_hvector.c         if( count < 0 ) {
count              72 ompi/mpi/c/type_create_hvector.c     rc = ompi_datatype_create_hvector ( count, blocklength, stride, oldtype,
count              77 ompi/mpi/c/type_create_hvector.c         const int* a_i[2] = {&count, &blocklength};
count              43 ompi/mpi/c/type_create_indexed_block.c int MPI_Type_create_indexed_block(int count,
count              57 ompi/mpi/c/type_create_indexed_block.c         if( count < 0 ) {
count              60 ompi/mpi/c/type_create_indexed_block.c         } else if( (count > 0) && (blocklength < 0 || NULL == array_of_displacements) ) {
count              72 ompi/mpi/c/type_create_indexed_block.c     rc = ompi_datatype_create_indexed_block( count, blocklength, array_of_displacements,
count              79 ompi/mpi/c/type_create_indexed_block.c         const int* a_i[3] = {&count, &blocklength, array_of_displacements};
count              81 ompi/mpi/c/type_create_indexed_block.c         ompi_datatype_set_args( *newtype, 2 + count, a_i, 0, NULL, 1, &oldtype,
count              43 ompi/mpi/c/type_create_struct.c int MPI_Type_create_struct(int count,
count              51 ompi/mpi/c/type_create_struct.c     if ( count > 0 ) {
count              52 ompi/mpi/c/type_create_struct.c         for ( i = 0; i < count; i++ ) {
count              61 ompi/mpi/c/type_create_struct.c         if( count < 0 ) {
count              64 ompi/mpi/c/type_create_struct.c         } else if( (count > 0) && (NULL == array_of_blocklengths ||
count              71 ompi/mpi/c/type_create_struct.c         for ( i = 0; i < count; i++ ){
count              85 ompi/mpi/c/type_create_struct.c     rc = ompi_datatype_create_struct( count, array_of_blocklengths, array_of_displacements,
count              94 ompi/mpi/c/type_create_struct.c         const int* a_i[2] = {&count, array_of_blocklengths};
count              96 ompi/mpi/c/type_create_struct.c         ompi_datatype_set_args( *newtype, count + 1, a_i, count, array_of_displacements,
count              97 ompi/mpi/c/type_create_struct.c                                 count, array_of_types, MPI_COMBINER_STRUCT );
count              42 ompi/mpi/c/type_indexed.c int MPI_Type_indexed(int count,
count              60 ompi/mpi/c/type_indexed.c         } else if( count < 0 ) {
count              63 ompi/mpi/c/type_indexed.c         } else if ((count > 0) && (NULL == array_of_blocklengths ||
count              68 ompi/mpi/c/type_indexed.c         for( i = 0; i < count; i++ ) {
count              78 ompi/mpi/c/type_indexed.c     rc = ompi_datatype_create_indexed ( count, array_of_blocklengths,
count              88 ompi/mpi/c/type_indexed.c         const int* a_i[3] = {&count, array_of_blocklengths, array_of_displacements};
count              90 ompi/mpi/c/type_indexed.c         ompi_datatype_set_args( *newtype, 2 * count + 1, a_i, 0, NULL, 1, &oldtype,
count              42 ompi/mpi/c/type_vector.c int MPI_Type_vector(int count,
count              60 ompi/mpi/c/type_vector.c         } else  if( count < 0 ) {
count              71 ompi/mpi/c/type_vector.c     rc = ompi_datatype_create_vector ( count, blocklength, stride, oldtype, newtype );
count              75 ompi/mpi/c/type_vector.c         const int* a_i[3] = {&count, &blocklength, &stride};
count              44 ompi/mpi/c/waitall.c int MPI_Waitall(int count, MPI_Request requests[], MPI_Status statuses[])
count              50 ompi/mpi/c/waitall.c         for (j = 0; j < count; j++){
count              58 ompi/mpi/c/waitall.c         if( (NULL == requests) && (0 != count) ) {
count              61 ompi/mpi/c/waitall.c             for (i = 0; i < count; i++) {
count              68 ompi/mpi/c/waitall.c         if (count < 0) {
count              74 ompi/mpi/c/waitall.c     if (OPAL_UNLIKELY(0 == count)) {
count              80 ompi/mpi/c/waitall.c     if (OMPI_SUCCESS == ompi_request_wait_all(count, requests, statuses)) {
count              86 ompi/mpi/c/waitall.c         ompi_errhandler_request_invoke(count, requests, FUNC_NAME)) {
count              45 ompi/mpi/c/waitany.c int MPI_Waitany(int count, MPI_Request requests[], int *indx, MPI_Status *status)
count              51 ompi/mpi/c/waitany.c         for (j = 0; j < count; j++){
count              59 ompi/mpi/c/waitany.c         if ((NULL == requests) && (0 != count)) {
count              62 ompi/mpi/c/waitany.c             for (i = 0; i < count; i++) {
count              69 ompi/mpi/c/waitany.c         if ((NULL == indx && count > 0) ||
count              70 ompi/mpi/c/waitany.c             count < 0) {
count              76 ompi/mpi/c/waitany.c     if (OPAL_UNLIKELY(0 == count)) {
count              86 ompi/mpi/c/waitany.c     if (OMPI_SUCCESS == ompi_request_wait_any(count, requests, indx, status)) {
count              92 ompi/mpi/c/waitany.c     return ompi_errhandler_request_invoke(count, requests, FUNC_NAME);
count              67 ompi/mpi/cxx/comm.cc     int ret, count = 0;
count             104 ompi/mpi/cxx/comm.cc         ++count;
count             107 ompi/mpi/cxx/comm.cc         ++count;
count             110 ompi/mpi/cxx/comm.cc         ++count;
count             113 ompi/mpi/cxx/comm.cc         ++count;
count             115 ompi/mpi/cxx/comm.cc     if (2 != count) {
count             166 ompi/mpi/cxx/comm.h   virtual void Send(const void *buf, int count,
count             169 ompi/mpi/cxx/comm.h   virtual void Recv(void *buf, int count, const Datatype & datatype,
count             173 ompi/mpi/cxx/comm.h   virtual void Recv(void *buf, int count, const Datatype & datatype,
count             176 ompi/mpi/cxx/comm.h   virtual void Bsend(const void *buf, int count,
count             179 ompi/mpi/cxx/comm.h   virtual void Ssend(const void *buf, int count,
count             182 ompi/mpi/cxx/comm.h   virtual void Rsend(const void *buf, int count,
count             185 ompi/mpi/cxx/comm.h   virtual Request Isend(const void *buf, int count,
count             188 ompi/mpi/cxx/comm.h   virtual Request Ibsend(const void *buf, int count, const
count             191 ompi/mpi/cxx/comm.h   virtual Request Issend(const void *buf, int count,
count             194 ompi/mpi/cxx/comm.h   virtual Request Irsend(const void *buf, int count,
count             197 ompi/mpi/cxx/comm.h   virtual Request Irecv(void *buf, int count,
count             208 ompi/mpi/cxx/comm.h   virtual Prequest Send_init(const void *buf, int count,
count             212 ompi/mpi/cxx/comm.h   virtual Prequest Bsend_init(const void *buf, int count,
count             216 ompi/mpi/cxx/comm.h   virtual Prequest Ssend_init(const void *buf, int count,
count             220 ompi/mpi/cxx/comm.h   virtual Prequest Rsend_init(const void *buf, int count,
count             224 ompi/mpi/cxx/comm.h   virtual Prequest Recv_init(void *buf, int count,
count             240 ompi/mpi/cxx/comm.h   virtual void Sendrecv_replace(void *buf, int count,
count             245 ompi/mpi/cxx/comm.h   virtual void Sendrecv_replace(void *buf, int count,
count             281 ompi/mpi/cxx/comm.h   Bcast(void *buffer, int count,
count             337 ompi/mpi/cxx/comm.h   Reduce(const void *sendbuf, void *recvbuf, int count,
count             343 ompi/mpi/cxx/comm.h   Allreduce(const void *sendbuf, void *recvbuf, int count,
count              27 ompi/mpi/cxx/comm_inln.h MPI::Comm::Send(const void *buf, int count,
count              30 ompi/mpi/cxx/comm_inln.h   (void)MPI_Send(const_cast<void *>(buf), count, datatype, dest, tag, mpi_comm);
count              34 ompi/mpi/cxx/comm_inln.h MPI::Comm::Recv(void *buf, int count, const MPI::Datatype & datatype,
count              37 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv(buf, count, datatype, source, tag, mpi_comm, &status.mpi_status);
count              41 ompi/mpi/cxx/comm_inln.h MPI::Comm::Recv(void *buf, int count, const MPI::Datatype & datatype,
count              44 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv(buf, count, datatype, source,
count              49 ompi/mpi/cxx/comm_inln.h MPI::Comm::Bsend(const void *buf, int count,
count              52 ompi/mpi/cxx/comm_inln.h   (void)MPI_Bsend(const_cast<void *>(buf), count, datatype,
count              57 ompi/mpi/cxx/comm_inln.h MPI::Comm::Ssend(const void *buf, int count,
count              60 ompi/mpi/cxx/comm_inln.h   (void)MPI_Ssend(const_cast<void *>(buf), count,  datatype, dest,
count              65 ompi/mpi/cxx/comm_inln.h MPI::Comm::Rsend(const void *buf, int count,
count              68 ompi/mpi/cxx/comm_inln.h   (void)MPI_Rsend(const_cast<void *>(buf), count, datatype,
count              73 ompi/mpi/cxx/comm_inln.h MPI::Comm::Isend(const void *buf, int count,
count              77 ompi/mpi/cxx/comm_inln.h   (void)MPI_Isend(const_cast<void *>(buf), count, datatype,
count              83 ompi/mpi/cxx/comm_inln.h MPI::Comm::Ibsend(const void *buf, int count,
count              87 ompi/mpi/cxx/comm_inln.h   (void)MPI_Ibsend(const_cast<void *>(buf), count, datatype,
count              93 ompi/mpi/cxx/comm_inln.h MPI::Comm::Issend(const void *buf, int count,
count              97 ompi/mpi/cxx/comm_inln.h   (void)MPI_Issend(const_cast<void *>(buf), count, datatype,
count             103 ompi/mpi/cxx/comm_inln.h MPI::Comm::Irsend(const void *buf, int count,
count             107 ompi/mpi/cxx/comm_inln.h   (void)MPI_Irsend(const_cast<void *>(buf), count, datatype,
count             113 ompi/mpi/cxx/comm_inln.h MPI::Comm::Irecv(void *buf, int count,
count             117 ompi/mpi/cxx/comm_inln.h   (void)MPI_Irecv(buf, count, datatype, source,
count             152 ompi/mpi/cxx/comm_inln.h MPI::Comm::Send_init(const void *buf, int count,
count             156 ompi/mpi/cxx/comm_inln.h   (void)MPI_Send_init(const_cast<void *>(buf), count, datatype,
count             162 ompi/mpi/cxx/comm_inln.h MPI::Comm::Bsend_init(const void *buf, int count,
count             166 ompi/mpi/cxx/comm_inln.h   (void)MPI_Bsend_init(const_cast<void *>(buf), count, datatype,
count             172 ompi/mpi/cxx/comm_inln.h MPI::Comm::Ssend_init(const void *buf, int count,
count             176 ompi/mpi/cxx/comm_inln.h   (void)MPI_Ssend_init(const_cast<void *>(buf), count, datatype,
count             182 ompi/mpi/cxx/comm_inln.h MPI::Comm::Rsend_init(const void *buf, int count,
count             186 ompi/mpi/cxx/comm_inln.h   (void)MPI_Rsend_init(const_cast<void *>(buf), count,  datatype,
count             192 ompi/mpi/cxx/comm_inln.h MPI::Comm::Recv_init(void *buf, int count,
count             196 ompi/mpi/cxx/comm_inln.h   (void)MPI_Recv_init(buf, count, datatype, source,
count             230 ompi/mpi/cxx/comm_inln.h MPI::Comm::Sendrecv_replace(void *buf, int count,
count             235 ompi/mpi/cxx/comm_inln.h   (void)MPI_Sendrecv_replace(buf, count, datatype, dest,
count             241 ompi/mpi/cxx/comm_inln.h MPI::Comm::Sendrecv_replace(void *buf, int count,
count             246 ompi/mpi/cxx/comm_inln.h   (void)MPI_Sendrecv_replace(buf, count, datatype, dest,
count             314 ompi/mpi/cxx/comm_inln.h MPI::Comm::Bcast(void *buffer, int count,
count             317 ompi/mpi/cxx/comm_inln.h     (void)MPI_Bcast(buffer, count, datatype, root, mpi_comm);
count             442 ompi/mpi/cxx/comm_inln.h MPI::Comm::Reduce(const void *sendbuf, void *recvbuf, int count,
count             446 ompi/mpi/cxx/comm_inln.h     (void)MPI_Reduce(const_cast<void *>(sendbuf), recvbuf, count, datatype, op, root, mpi_comm);
count             450 ompi/mpi/cxx/comm_inln.h MPI::Comm::Allreduce(const void *sendbuf, void *recvbuf, int count,
count             453 ompi/mpi/cxx/comm_inln.h     (void)MPI_Allreduce (const_cast<void *>(sendbuf), recvbuf, count, datatype,  op, mpi_comm);
count              33 ompi/mpi/cxx/datatype.cc     int ret, count = 0;
count              68 ompi/mpi/cxx/datatype.cc         ++count;
count              71 ompi/mpi/cxx/datatype.cc         ++count;
count              74 ompi/mpi/cxx/datatype.cc         ++count;
count              77 ompi/mpi/cxx/datatype.cc         ++count;
count              79 ompi/mpi/cxx/datatype.cc     if (2 != count) {
count             112 ompi/mpi/cxx/datatype.h   virtual Datatype Create_contiguous(int count) const;
count             114 ompi/mpi/cxx/datatype.h   virtual Datatype Create_vector(int count, int blocklength,
count             117 ompi/mpi/cxx/datatype.h   virtual Datatype Create_indexed(int count,
count             121 ompi/mpi/cxx/datatype.h   static Datatype Create_struct(int count, const int array_of_blocklengths[],
count             125 ompi/mpi/cxx/datatype.h   virtual Datatype Create_hindexed(int count, const int array_of_blocklengths[],
count             128 ompi/mpi/cxx/datatype.h   virtual Datatype Create_hvector(int count, int blocklength, Aint stride) const;
count             130 ompi/mpi/cxx/datatype.h   virtual Datatype Create_indexed_block(int count, int blocklength,
count              29 ompi/mpi/cxx/datatype_inln.h MPI::Datatype::Create_contiguous(int count) const
count              32 ompi/mpi/cxx/datatype_inln.h   (void)MPI_Type_contiguous(count, mpi_datatype, &newtype);
count              37 ompi/mpi/cxx/datatype_inln.h MPI::Datatype::Create_vector(int count, int blocklength,
count              41 ompi/mpi/cxx/datatype_inln.h   (void)MPI_Type_vector(count, blocklength, stride, mpi_datatype, &newtype);
count              46 ompi/mpi/cxx/datatype_inln.h MPI::Datatype::Create_indexed(int count,
count              51 ompi/mpi/cxx/datatype_inln.h   (void)MPI_Type_indexed(count, const_cast<int *>(array_of_blocklengths),
count              57 ompi/mpi/cxx/datatype_inln.h MPI::Datatype::Create_struct(int count, const int array_of_blocklengths[],
count              63 ompi/mpi/cxx/datatype_inln.h   MPI_Datatype* type_array = new MPI_Datatype[count];
count              64 ompi/mpi/cxx/datatype_inln.h   for (i=0; i < count; i++)
count              67 ompi/mpi/cxx/datatype_inln.h   (void)MPI_Type_create_struct(count, const_cast<int *>(array_of_blocklengths),
count              75 ompi/mpi/cxx/datatype_inln.h MPI::Datatype::Create_hindexed(int count, const int array_of_blocklengths[],
count              79 ompi/mpi/cxx/datatype_inln.h   (void)MPI_Type_create_hindexed(count, const_cast<int *>(array_of_blocklengths),
count              86 ompi/mpi/cxx/datatype_inln.h MPI::Datatype::Create_hvector(int count, int blocklength,
count              90 ompi/mpi/cxx/datatype_inln.h   (void)MPI_Type_create_hvector(count, blocklength, (MPI_Aint)stride,
count              97 ompi/mpi/cxx/datatype_inln.h MPI::Datatype::Create_indexed_block(int count, int blocklength,
count             101 ompi/mpi/cxx/datatype_inln.h   (void)MPI_Type_create_indexed_block(count, blocklength, const_cast<int *>(array_of_displacements),
count              25 ompi/mpi/cxx/file.h                                          int count, void* filebuf,
count             139 ompi/mpi/cxx/file.h   MPI::Request Iread(void* buf, int count,
count             142 ompi/mpi/cxx/file.h   MPI::Request Iread_at(MPI::Offset offset, void* buf, int count,
count             145 ompi/mpi/cxx/file.h   MPI::Request Iread_shared(void* buf, int count,
count             148 ompi/mpi/cxx/file.h   MPI::Request Iwrite(const void* buf, int count,
count             152 ompi/mpi/cxx/file.h 			 int count,  const MPI::Datatype& datatype);
count             154 ompi/mpi/cxx/file.h   MPI::Request Iwrite_shared(const void* buf, int count,
count             163 ompi/mpi/cxx/file.h   void Read(void* buf, int count, const MPI::Datatype& datatype);
count             165 ompi/mpi/cxx/file.h   void Read(void* buf, int count, const MPI::Datatype& datatype,
count             168 ompi/mpi/cxx/file.h   void Read_all(void* buf, int count, const MPI::Datatype& datatype);
count             170 ompi/mpi/cxx/file.h   void Read_all(void* buf, int count, const MPI::Datatype& datatype,
count             173 ompi/mpi/cxx/file.h   void Read_all_begin(void* buf, int count,
count             181 ompi/mpi/cxx/file.h 	       void* buf, int count,  const MPI::Datatype& datatype);
count             183 ompi/mpi/cxx/file.h   void Read_at(MPI::Offset offset, void* buf, int count,
count             186 ompi/mpi/cxx/file.h   void Read_at_all(MPI::Offset offset, void* buf, int count,
count             189 ompi/mpi/cxx/file.h   void Read_at_all(MPI::Offset offset, void* buf, int count,
count             192 ompi/mpi/cxx/file.h   void Read_at_all_begin(MPI::Offset offset, void* buf, int count,
count             199 ompi/mpi/cxx/file.h   void Read_ordered(void* buf, int count,
count             202 ompi/mpi/cxx/file.h   void Read_ordered(void* buf, int count,
count             206 ompi/mpi/cxx/file.h   void Read_ordered_begin(void* buf, int count,
count             213 ompi/mpi/cxx/file.h   void Read_shared(void* buf, int count,
count             216 ompi/mpi/cxx/file.h   void Read_shared(void* buf, int count,
count             235 ompi/mpi/cxx/file.h   void Write(const void* buf, int count,
count             238 ompi/mpi/cxx/file.h   void Write(const void* buf, int count,
count             241 ompi/mpi/cxx/file.h   void Write_all(const void* buf, int count,
count             244 ompi/mpi/cxx/file.h   void Write_all(const void* buf, int count,
count             247 ompi/mpi/cxx/file.h   void Write_all_begin(const void* buf, int count,
count             254 ompi/mpi/cxx/file.h   void Write_at(MPI::Offset offset,  const void* buf, int count,
count             257 ompi/mpi/cxx/file.h   void Write_at(MPI::Offset offset,  const void* buf, int count,
count             260 ompi/mpi/cxx/file.h   void Write_at_all(MPI::Offset offset,  const void* buf, int count,
count             263 ompi/mpi/cxx/file.h   void Write_at_all(MPI::Offset offset,  const void* buf, int count,
count             268 ompi/mpi/cxx/file.h 			  int count,  const MPI::Datatype& datatype);
count             274 ompi/mpi/cxx/file.h   void Write_ordered(const void* buf, int count,
count             277 ompi/mpi/cxx/file.h   void Write_ordered(const void* buf, int count,
count             280 ompi/mpi/cxx/file.h   void Write_ordered_begin(const void* buf, int count,
count             287 ompi/mpi/cxx/file.h   void Write_shared(const void* buf, int count,
count             290 ompi/mpi/cxx/file.h   void Write_shared(const void* buf, int count,
count             127 ompi/mpi/cxx/file_inln.h MPI::File::Iread(void* buf, int count,
count             131 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iread(mpi_file, buf, count, datatype, &req);
count             137 ompi/mpi/cxx/file_inln.h MPI::File::Iread_at(MPI::Offset offset, void* buf, int count,
count             141 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iread_at(mpi_file, offset, buf, count, datatype, &req);
count             147 ompi/mpi/cxx/file_inln.h MPI::File::Iread_shared(void* buf, int count,
count             151 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iread_shared(mpi_file, buf, count, datatype, &req);
count             157 ompi/mpi/cxx/file_inln.h MPI::File::Iwrite(const void* buf, int count,
count             161 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iwrite(mpi_file, const_cast<void *>(buf), count, datatype, &req);
count             168 ompi/mpi/cxx/file_inln.h 			    int count, const MPI::Datatype& datatype)
count             171 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iwrite_at(mpi_file, offset, const_cast<void *>(buf), count, datatype,
count             178 ompi/mpi/cxx/file_inln.h MPI::File::Iwrite_shared(const void* buf, int count,
count             182 ompi/mpi/cxx/file_inln.h   (void) MPI_File_iwrite_shared(mpi_file, const_cast<void *>(buf), count, datatype, &req);
count             206 ompi/mpi/cxx/file_inln.h MPI::File::Read(void* buf, int count,
count             210 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read(mpi_file, buf, count, datatype, &status);
count             215 ompi/mpi/cxx/file_inln.h MPI::File::Read(void* buf, int count,
count             219 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read(mpi_file, buf, count, datatype, &status.mpi_status);
count             224 ompi/mpi/cxx/file_inln.h MPI::File::Read_all(void* buf, int count,
count             228 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all(mpi_file, buf, count, datatype, &status);
count             233 ompi/mpi/cxx/file_inln.h MPI::File::Read_all(void* buf, int count,
count             237 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all(mpi_file, buf, count, datatype, &status.mpi_status);
count             242 ompi/mpi/cxx/file_inln.h MPI::File::Read_all_begin(void* buf, int count,
count             245 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_all_begin(mpi_file, buf, count, datatype);
count             266 ompi/mpi/cxx/file_inln.h 			  void* buf, int count,
count             270 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at(mpi_file, offset, buf, count, datatype, &status);
count             276 ompi/mpi/cxx/file_inln.h MPI::File::Read_at(MPI::Offset offset, void* buf, int count,
count             280 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at(mpi_file, offset, buf, count, datatype,
count             286 ompi/mpi/cxx/file_inln.h MPI::File::Read_at_all(MPI::Offset offset, void* buf, int count,
count             290 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at_all(mpi_file, offset, buf, count, datatype, &status);
count             295 ompi/mpi/cxx/file_inln.h MPI::File::Read_at_all(MPI::Offset offset, void* buf, int count,
count             299 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at_all(mpi_file, offset, buf, count, datatype,
count             306 ompi/mpi/cxx/file_inln.h 				    void* buf, int count,
count             309 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_at_all_begin(mpi_file, offset, buf, count, datatype);
count             329 ompi/mpi/cxx/file_inln.h MPI::File::Read_ordered(void* buf, int count,
count             333 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_ordered(mpi_file, buf, count, datatype, &status);
count             338 ompi/mpi/cxx/file_inln.h MPI::File::Read_ordered(void* buf, int count,
count             342 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_ordered(mpi_file, buf, count, datatype,
count             348 ompi/mpi/cxx/file_inln.h MPI::File::Read_ordered_begin(void* buf, int count,
count             351 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_ordered_begin(mpi_file, buf, count, datatype);
count             371 ompi/mpi/cxx/file_inln.h MPI::File::Read_shared(void* buf, int count,
count             375 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_shared(mpi_file, buf, count, datatype, &status);
count             380 ompi/mpi/cxx/file_inln.h MPI::File::Read_shared(void* buf, int count,
count             384 ompi/mpi/cxx/file_inln.h   (void) MPI_File_read_shared(mpi_file, buf, count, datatype,
count             443 ompi/mpi/cxx/file_inln.h MPI::File::Write(const void* buf, int count,
count             447 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write(mpi_file, const_cast<void *>(buf), count, datatype, &status);
count             452 ompi/mpi/cxx/file_inln.h MPI::File::Write(const void* buf, int count,
count             456 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write(mpi_file, const_cast<void *>(buf), count, datatype,
count             462 ompi/mpi/cxx/file_inln.h MPI::File::Write_all(const void* buf, int count,
count             466 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_all(mpi_file, const_cast<void *>(buf), count, datatype, &status);
count             472 ompi/mpi/cxx/file_inln.h MPI::File::Write_all(const void* buf, int count,
count             476 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_all(mpi_file, const_cast<void *>(buf), count, datatype,
count             482 ompi/mpi/cxx/file_inln.h MPI::File::Write_all_begin(const void* buf, int count,
count             485 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_all_begin(mpi_file, const_cast<void *>(buf), count, datatype);
count             506 ompi/mpi/cxx/file_inln.h 			   const void* buf, int count,
count             510 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_at(mpi_file, offset, const_cast<void *>(buf), count,
count             517 ompi/mpi/cxx/file_inln.h 			   const void* buf, int count,
count             521 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_at(mpi_file, offset, const_cast<void *>(buf), count,
count             528 ompi/mpi/cxx/file_inln.h 			       const void* buf, int count,
count             532 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_at_all(mpi_file, offset, const_cast<void *>(buf), count,
count             539 ompi/mpi/cxx/file_inln.h 			       const void* buf, int count,
count             543 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_at_all(mpi_file, offset, const_cast<void *>(buf), count,
count             550 ompi/mpi/cxx/file_inln.h 				     const void* buf, int count,
count             553 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_at_all_begin(mpi_file, offset, const_cast<void *>(buf), count,
count             574 ompi/mpi/cxx/file_inln.h MPI::File::Write_ordered(const void* buf, int count,
count             578 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_ordered(mpi_file, const_cast<void *>(buf), count, datatype,
count             584 ompi/mpi/cxx/file_inln.h MPI::File::Write_ordered(const void* buf, int count,
count             588 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_ordered(mpi_file, const_cast<void *>(buf), count, datatype,
count             594 ompi/mpi/cxx/file_inln.h MPI::File::Write_ordered_begin(const void* buf, int count,
count             597 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_ordered_begin(mpi_file, const_cast<void *>(buf), count, datatype);
count             618 ompi/mpi/cxx/file_inln.h MPI::File::Write_shared(const void* buf, int count,
count             622 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_shared(mpi_file, const_cast<void *>(buf), count,
count             628 ompi/mpi/cxx/file_inln.h MPI::File::Write_shared(const void* buf, int count,
count             631 ompi/mpi/cxx/file_inln.h   (void) MPI_File_write_shared(mpi_file, const_cast<void *>(buf), count,
count              88 ompi/mpi/cxx/intracomm.h   Scan(const void *sendbuf, void *recvbuf, int count,
count              92 ompi/mpi/cxx/intracomm.h   Exscan(const void *sendbuf, void *recvbuf, int count,
count             139 ompi/mpi/cxx/intracomm.h   virtual Intercomm Spawn_multiple(int count, const char* array_of_commands[],
count             144 ompi/mpi/cxx/intracomm.h   virtual Intercomm Spawn_multiple(int count, const char* array_of_commands[],
count              39 ompi/mpi/cxx/intracomm_inln.h MPI::Intracomm::Scan(const void *sendbuf, void *recvbuf, int count,
count              42 ompi/mpi/cxx/intracomm_inln.h   (void)MPI_Scan(const_cast<void *>(sendbuf), recvbuf, count, datatype, op, mpi_comm);
count              46 ompi/mpi/cxx/intracomm_inln.h MPI::Intracomm::Exscan(const void *sendbuf, void *recvbuf, int count,
count              50 ompi/mpi/cxx/intracomm_inln.h   (void)MPI_Exscan(const_cast<void *>(sendbuf), recvbuf, count, datatype, op, mpi_comm);
count             180 ompi/mpi/cxx/intracomm_inln.h MPI::Intracomm::Spawn_multiple(int count,
count             188 ompi/mpi/cxx/intracomm_inln.h       convert_info_to_mpi_info(count, array_of_info);
count             190 ompi/mpi/cxx/intracomm_inln.h   MPI_Comm_spawn_multiple(count, const_cast<char **>(array_of_commands),
count             212 ompi/mpi/cxx/intracomm_inln.h MPI::Intracomm::Spawn_multiple(int count,
count             221 ompi/mpi/cxx/intracomm_inln.h       convert_info_to_mpi_info(count, array_of_info);
count             223 ompi/mpi/cxx/intracomm_inln.h   MPI_Comm_spawn_multiple(count, const_cast<char **>(array_of_commands),
count              50 ompi/mpi/cxx/op.h   virtual void Reduce_local(const void *inbuf, void *inoutbuf, int count,
count             135 ompi/mpi/cxx/op_inln.h MPI::Op::Reduce_local(const void *inbuf, void *inoutbuf, int count,
count             138 ompi/mpi/cxx/op_inln.h     (void)MPI_Reduce_local(const_cast<void*>(inbuf), inoutbuf, count,
count              98 ompi/mpi/cxx/request.h   static int Waitany(int count, Request array[], Status& status);
count             100 ompi/mpi/cxx/request.h   static int Waitany(int count, Request array[]);
count             102 ompi/mpi/cxx/request.h   static bool Testany(int count, Request array[], int& index, Status& status);
count             104 ompi/mpi/cxx/request.h   static bool Testany(int count, Request array[], int& index);
count             106 ompi/mpi/cxx/request.h   static void Waitall(int count, Request req_array[], Status stat_array[]);
count             108 ompi/mpi/cxx/request.h   static void Waitall(int count, Request req_array[]);
count             110 ompi/mpi/cxx/request.h   static bool Testall(int count, Request req_array[], Status stat_array[]);
count             112 ompi/mpi/cxx/request.h   static bool Testall(int count, Request req_array[]);
count             188 ompi/mpi/cxx/request.h   static void Startall(int count, Prequest array_of_requests[]);
count              61 ompi/mpi/cxx/request_inln.h MPI::Request::Waitany(int count, MPI::Request array[],
count              65 ompi/mpi/cxx/request_inln.h   MPI_Request* array_of_requests = new MPI_Request[count];
count              66 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count              69 ompi/mpi/cxx/request_inln.h   (void)MPI_Waitany(count, array_of_requests, &index, &status.mpi_status);
count              70 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count              78 ompi/mpi/cxx/request_inln.h MPI::Request::Waitany(int count, MPI::Request array[])
count              81 ompi/mpi/cxx/request_inln.h   MPI_Request* array_of_requests = new MPI_Request[count];
count              82 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count              85 ompi/mpi/cxx/request_inln.h   (void)MPI_Waitany(count, array_of_requests, &index, MPI_STATUS_IGNORE);
count              86 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count              94 ompi/mpi/cxx/request_inln.h MPI::Request::Testany(int count, MPI::Request array[],
count              98 ompi/mpi/cxx/request_inln.h   MPI_Request* array_of_requests = new MPI_Request[count];
count              99 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count             102 ompi/mpi/cxx/request_inln.h   (void)MPI_Testany(count, array_of_requests, &index, &flag, &status.mpi_status);
count             103 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count             111 ompi/mpi/cxx/request_inln.h MPI::Request::Testany(int count, MPI::Request array[], int& index)
count             114 ompi/mpi/cxx/request_inln.h   MPI_Request* array_of_requests = new MPI_Request[count];
count             115 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count             118 ompi/mpi/cxx/request_inln.h   (void)MPI_Testany(count, array_of_requests, &index, &flag,
count             120 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count             128 ompi/mpi/cxx/request_inln.h MPI::Request::Waitall(int count, MPI::Request req_array[],
count             132 ompi/mpi/cxx/request_inln.h   MPI_Request* array_of_requests = new MPI_Request[count];
count             133 ompi/mpi/cxx/request_inln.h   MPI_Status* array_of_statuses = new MPI_Status[count];
count             134 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count             137 ompi/mpi/cxx/request_inln.h   (void)MPI_Waitall(count, array_of_requests, array_of_statuses);
count             138 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count             147 ompi/mpi/cxx/request_inln.h MPI::Request::Waitall(int count, MPI::Request req_array[])
count             150 ompi/mpi/cxx/request_inln.h   MPI_Request* array_of_requests = new MPI_Request[count];
count             152 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count             155 ompi/mpi/cxx/request_inln.h   (void)MPI_Waitall(count, array_of_requests, MPI_STATUSES_IGNORE);
count             157 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count             165 ompi/mpi/cxx/request_inln.h MPI::Request::Testall(int count, MPI::Request req_array[],
count             169 ompi/mpi/cxx/request_inln.h   MPI_Request* array_of_requests = new MPI_Request[count];
count             170 ompi/mpi/cxx/request_inln.h   MPI_Status* array_of_statuses = new MPI_Status[count];
count             171 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count             174 ompi/mpi/cxx/request_inln.h   (void)MPI_Testall(count, array_of_requests, &flag, array_of_statuses);
count             175 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count             185 ompi/mpi/cxx/request_inln.h MPI::Request::Testall(int count, MPI::Request req_array[])
count             188 ompi/mpi/cxx/request_inln.h   MPI_Request* array_of_requests = new MPI_Request[count];
count             190 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count             193 ompi/mpi/cxx/request_inln.h   (void)MPI_Testall(count, array_of_requests, &flag, MPI_STATUSES_IGNORE);
count             195 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count             300 ompi/mpi/cxx/request_inln.h MPI::Prequest::Startall(int count, MPI:: Prequest array_of_requests[])
count             303 ompi/mpi/cxx/request_inln.h   MPI_Request* mpi_requests = new MPI_Request[count];
count             305 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count             308 ompi/mpi/cxx/request_inln.h   (void)MPI_Startall(count, mpi_requests);
count             309 ompi/mpi/cxx/request_inln.h   for (i=0; i < count; i++) {
count             104 ompi/mpi/cxx/status.h   virtual void Set_elements(const MPI::Datatype& datatype, int count);
count              28 ompi/mpi/cxx/status_inln.h   int count;
count              29 ompi/mpi/cxx/status_inln.h   (void)MPI_Get_count(const_cast<MPI_Status*>(&mpi_status), datatype, &count);
count              30 ompi/mpi/cxx/status_inln.h   return count;
count              44 ompi/mpi/cxx/status_inln.h   int count;
count              45 ompi/mpi/cxx/status_inln.h   (void)MPI_Get_elements(const_cast<MPI_Status*>(&mpi_status), datatype, &count);
count              46 ompi/mpi/cxx/status_inln.h   return count;
count              95 ompi/mpi/cxx/status_inln.h MPI::Status::Set_elements(const MPI::Datatype& datatype, int count)
count              97 ompi/mpi/cxx/status_inln.h     MPI_Status_set_elements(&mpi_status, datatype, count);
count              42 ompi/mpi/cxx/win.cc     int ret, count = 0;
count              77 ompi/mpi/cxx/win.cc         ++count;
count              80 ompi/mpi/cxx/win.cc         ++count;
count              83 ompi/mpi/cxx/win.cc         ++count;
count              86 ompi/mpi/cxx/win.cc         ++count;
count              88 ompi/mpi/cxx/win.cc     if (2 != count) {
count              23 ompi/mpi/fortran/base/conversion-fn-null-int-interface.h     subroutine MPI_CONVERSION_FN_NULL(userbuf, datatype, count, filebuf, &
count              29 ompi/mpi/fortran/base/conversion-fn-null-int-interface.h       integer, intent(in) :: datatype, count, ierror
count              56 ompi/mpi/fortran/base/conversion_fn_null_f.c                            (char *userbuf, MPI_Fint *datatype, MPI_Fint *count, char *filebuf, MPI_Offset *position, MPI_Aint *extra_state, MPI_Fint *ierr),
count              57 ompi/mpi/fortran/base/conversion_fn_null_f.c                            (userbuf, datatype, count, filebuf, position, extra_state, ierr) )
count              62 ompi/mpi/fortran/base/conversion_fn_null_f.c                               MPI_Fint *count, char *filebuf,
count              50 ompi/mpi/fortran/base/datarep.h     (char *userbuf, MPI_Fint *datatype, MPI_Fint *count, char *filebuf,
count              78 ompi/mpi/fortran/base/datarep.h OMPI_DATAREP_FORTRAN_DECLARE(mpi_conversion_fn_null, MPI_CONVERSION_FN_NULL, (char *userbuf, MPI_Fint *datatype, MPI_Fint *count, char *filebuf, MPI_Offset *position, MPI_Aint *extra_state, MPI_Fint *ierr))
count             127 ompi/mpi/fortran/base/fortran_base_strings.h     OMPI_DECLSPEC int ompi_fortran_multiple_argvs_f2c(int count, char *array, int len,
count              42 ompi/mpi/fortran/mpif-h/allreduce_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/allreduce_f.c                            (sendbuf, recvbuf, count, datatype, op, comm, ierr) )
count              62 ompi/mpi/fortran/mpif-h/allreduce_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/allreduce_f.c                            (sendbuf, recvbuf, count, datatype, op, comm, ierr) )
count              70 ompi/mpi/fortran/mpif-h/allreduce_f.c void ompi_allreduce_f(char *sendbuf, char *recvbuf, MPI_Fint *count,
count              88 ompi/mpi/fortran/mpif-h/allreduce_f.c                             OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/bcast_f.c                            (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/bcast_f.c                            (buffer, count, datatype, root, comm, ierr) )
count              62 ompi/mpi/fortran/mpif-h/bcast_f.c                            (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/bcast_f.c                            (buffer, count, datatype, root, comm, ierr) )
count              70 ompi/mpi/fortran/mpif-h/bcast_f.c void ompi_bcast_f(char *buffer, MPI_Fint *count, MPI_Fint *datatype,
count              81 ompi/mpi/fortran/mpif-h/bcast_f.c                        OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/bsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/bsend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
count              62 ompi/mpi/fortran/mpif-h/bsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/bsend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
count              70 ompi/mpi/fortran/mpif-h/bsend_f.c void ompi_bsend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr)
count              78 ompi/mpi/fortran/mpif-h/bsend_f.c     c_ierr = PMPI_Bsend(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/bsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/bsend_init_f.c void ompi_bsend_init_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
count              79 ompi/mpi/fortran/mpif-h/bsend_init_f.c     c_ierr = PMPI_Bsend_init(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              47 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c                            (MPI_Fint *count, char *array_of_commands, char *array_of_argv, MPI_Fint *array_of_maxprocs, MPI_Fint *array_of_info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, int cmd_string_len, int argv_string_len),
count              48 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c                            (count, array_of_commands, array_of_argv, array_of_maxprocs, array_of_info, root, comm, intercomm, array_of_errcodes, ierr, cmd_string_len, argv_string_len) )
count              67 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c                            (MPI_Fint *count, char *array_of_commands, char *array_of_argv, MPI_Fint *array_of_maxprocs, MPI_Fint *array_of_info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, int cmd_string_len, int argv_string_len),
count              68 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c                            (count, array_of_commands, array_of_argv, array_of_maxprocs, array_of_info, root, comm, intercomm, array_of_errcodes, ierr, cmd_string_len, argv_string_len) )
count              75 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c void ompi_comm_spawn_multiple_f(MPI_Fint *count, char *array_commands,
count              96 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c     array_size = OMPI_FINT_2_INT(*count);
count             112 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c 	ompi_fortran_multiple_argvs_f2c(OMPI_FINT_2_INT(*count), array_argv,
count             126 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c     c_ierr = PMPI_Comm_spawn_multiple(OMPI_FINT_2_INT(*count),
count             150 ompi/mpi/fortran/mpif-h/comm_spawn_multiple_f.c 	for (i = 0; i < OMPI_FINT_2_INT(*count); ++i) {
count              75 ompi/mpi/fortran/mpif-h/dist_graph_create_f.c     int count = 0, i;
count              88 ompi/mpi/fortran/mpif-h/dist_graph_create_f.c         count += OMPI_ARRAY_NAME_CONVERT(degrees)[i];
count              89 ompi/mpi/fortran/mpif-h/dist_graph_create_f.c     OMPI_ARRAY_FINT_2_INT(destinations, count);
count              96 ompi/mpi/fortran/mpif-h/dist_graph_create_f.c         OMPI_ARRAY_FINT_2_INT(weights, count);
count              42 ompi/mpi/fortran/mpif-h/exscan_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/exscan_f.c                            (sendbuf, recvbuf, count, datatype, op, comm, ierr) )
count              62 ompi/mpi/fortran/mpif-h/exscan_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/exscan_f.c                            (sendbuf, recvbuf, count, datatype, op, comm, ierr) )
count              70 ompi/mpi/fortran/mpif-h/exscan_f.c void ompi_exscan_f(char *sendbuf, char *recvbuf, MPI_Fint *count,
count              88 ompi/mpi/fortran/mpif-h/exscan_f.c                         OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_iread_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_iread_all_f.c                            (fh, buf, count, datatype, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_iread_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_iread_all_f.c                            (fh, buf, count, datatype, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/file_iread_all_f.c void ompi_file_iread_all_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
count              79 ompi/mpi/fortran/mpif-h/file_iread_all_f.c                                OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                             (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                             (fh, offset, buf, count, datatype, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                                (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                                (fh, offset, buf, count, datatype, request, ierr) )
count              71 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                          char *buf, MPI_Fint *count,
count              81 ompi/mpi/fortran/mpif-h/file_iread_at_all_f.c                                   OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                             (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                             (fh, offset, buf, count, datatype, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                                (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                                (fh, offset, buf, count, datatype, request, ierr) )
count              71 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                          char *buf, MPI_Fint *count,
count              81 ompi/mpi/fortran/mpif-h/file_iread_at_f.c                               OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_iread_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_iread_f.c                            (fh, buf, count, datatype, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_iread_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_iread_f.c                            (fh, buf, count, datatype, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/file_iread_f.c void ompi_file_iread_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
count              79 ompi/mpi/fortran/mpif-h/file_iread_f.c                            OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c                            (fh, buf, count, datatype, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c                            (fh, buf, count, datatype, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c void ompi_file_iread_shared_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
count              81 ompi/mpi/fortran/mpif-h/file_iread_shared_f.c                                   OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c                            (fh, buf, count, datatype, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c                            (fh, buf, count, datatype, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c void ompi_file_iwrite_all_f(MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)
count              78 ompi/mpi/fortran/mpif-h/file_iwrite_all_f.c                                 OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c                            (fh, offset, buf, count, datatype, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c                            (fh, offset, buf, count, datatype, request, ierr) )
count              71 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c 			  MPI_Fint *count, MPI_Fint *datatype,
count              81 ompi/mpi/fortran/mpif-h/file_iwrite_at_all_f.c                                    OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c                            (fh, offset, buf, count, datatype, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c                            (fh, offset, buf, count, datatype, request, ierr) )
count              71 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c 			  MPI_Fint *count, MPI_Fint *datatype,
count              81 ompi/mpi/fortran/mpif-h/file_iwrite_at_f.c                                OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_iwrite_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_iwrite_f.c                            (fh, buf, count, datatype, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_iwrite_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_iwrite_f.c                            (fh, buf, count, datatype, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/file_iwrite_f.c void ompi_file_iwrite_f(MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr)
count              78 ompi/mpi/fortran/mpif-h/file_iwrite_f.c                             OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c                            (fh, buf, count, datatype, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c                            (fh, buf, count, datatype, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c void ompi_file_iwrite_shared_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
count              81 ompi/mpi/fortran/mpif-h/file_iwrite_shared_f.c                                    OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c                            (fh, buf, count, datatype, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c                            (fh, buf, count, datatype, ierr) )
count              71 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c 			       MPI_Fint *count, MPI_Fint *datatype,
count              79 ompi/mpi/fortran/mpif-h/file_read_all_begin_f.c                                     OMPI_FINT_2_INT(*count),
count              44 ompi/mpi/fortran/mpif-h/file_read_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/file_read_all_f.c                            (fh, buf, count, datatype, status, ierr) )
count              64 ompi/mpi/fortran/mpif-h/file_read_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/file_read_all_f.c                            (fh, buf, count, datatype, status, ierr) )
count              72 ompi/mpi/fortran/mpif-h/file_read_all_f.c void ompi_file_read_all_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
count              83 ompi/mpi/fortran/mpif-h/file_read_all_f.c                               OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c                            (fh, offset, buf, count, datatype, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c                            (fh, offset, buf, count, datatype, ierr) )
count              71 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c 				  char *buf, MPI_Fint *count,
count              81 ompi/mpi/fortran/mpif-h/file_read_at_all_begin_f.c                                        OMPI_FINT_2_INT(*count),
count              44 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
count              64 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
count              73 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c 			    char *buf, MPI_Fint *count,
count              87 ompi/mpi/fortran/mpif-h/file_read_at_all_f.c                                  OMPI_FINT_2_INT(*count),
count              44 ompi/mpi/fortran/mpif-h/file_read_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/file_read_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
count              64 ompi/mpi/fortran/mpif-h/file_read_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/file_read_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
count              73 ompi/mpi/fortran/mpif-h/file_read_at_f.c 			MPI_Fint *count, MPI_Fint *datatype,
count              86 ompi/mpi/fortran/mpif-h/file_read_at_f.c                               OMPI_FINT_2_INT(*count),
count              44 ompi/mpi/fortran/mpif-h/file_read_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/file_read_f.c                            (fh, buf, count, datatype, status, ierr) )
count              64 ompi/mpi/fortran/mpif-h/file_read_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/file_read_f.c                            (fh, buf, count, datatype, status, ierr) )
count              72 ompi/mpi/fortran/mpif-h/file_read_f.c void ompi_file_read_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
count              83 ompi/mpi/fortran/mpif-h/file_read_f.c                           OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c                            (fh, buf, count, datatype, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c                            (fh, buf, count, datatype, ierr) )
count              70 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c void ompi_file_read_ordered_begin_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
count              78 ompi/mpi/fortran/mpif-h/file_read_ordered_begin_f.c                                         OMPI_FINT_2_INT(*count),
count              44 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
count              64 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
count              72 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c void ompi_file_read_ordered_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
count              85 ompi/mpi/fortran/mpif-h/file_read_ordered_f.c                                   OMPI_FINT_2_INT(*count),
count              44 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
count              64 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
count              72 ompi/mpi/fortran/mpif-h/file_read_shared_f.c void ompi_file_read_shared_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
count              85 ompi/mpi/fortran/mpif-h/file_read_shared_f.c                                  OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c                            (fh, buf, count, datatype, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c                            (fh, buf, count, datatype, ierr) )
count              71 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c 				MPI_Fint *count, MPI_Fint *datatype,
count              79 ompi/mpi/fortran/mpif-h/file_write_all_begin_f.c                                      OMPI_FINT_2_INT(*count),
count              44 ompi/mpi/fortran/mpif-h/file_write_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/file_write_all_f.c                            (fh, buf, count, datatype, status, ierr) )
count              64 ompi/mpi/fortran/mpif-h/file_write_all_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/file_write_all_f.c                            (fh, buf, count, datatype, status, ierr) )
count              72 ompi/mpi/fortran/mpif-h/file_write_all_f.c void ompi_file_write_all_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
count              83 ompi/mpi/fortran/mpif-h/file_write_all_f.c                                OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c                            (fh, offset, buf, count, datatype, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c                            (fh, offset, buf, count, datatype, ierr) )
count              71 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c 				   char *buf, MPI_Fint *count,
count              81 ompi/mpi/fortran/mpif-h/file_write_at_all_begin_f.c                                         OMPI_FINT_2_INT(*count),
count              44 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
count              64 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
count              73 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c 			     char *buf, MPI_Fint *count,
count              87 ompi/mpi/fortran/mpif-h/file_write_at_all_f.c                                   OMPI_FINT_2_INT(*count),
count              44 ompi/mpi/fortran/mpif-h/file_write_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/file_write_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
count              64 ompi/mpi/fortran/mpif-h/file_write_at_f.c                            (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/file_write_at_f.c                            (fh, offset, buf, count, datatype, status, ierr) )
count              75 ompi/mpi/fortran/mpif-h/file_write_at_f.c 			 char *buf, MPI_Fint *count,
count              88 ompi/mpi/fortran/mpif-h/file_write_at_f.c                               OMPI_FINT_2_INT(*count),
count              44 ompi/mpi/fortran/mpif-h/file_write_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/file_write_f.c                            (fh, buf, count, datatype, status, ierr) )
count              64 ompi/mpi/fortran/mpif-h/file_write_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/file_write_f.c                            (fh, buf, count, datatype, status, ierr) )
count              72 ompi/mpi/fortran/mpif-h/file_write_f.c void ompi_file_write_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
count              83 ompi/mpi/fortran/mpif-h/file_write_f.c                            OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c                            (fh, buf, count, datatype, ierr) )
count              62 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c                            (fh, buf, count, datatype, ierr) )
count              71 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c 				    MPI_Fint *count, MPI_Fint *datatype,
count              79 ompi/mpi/fortran/mpif-h/file_write_ordered_begin_f.c                                          OMPI_FINT_2_INT(*count),
count              44 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
count              64 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                            (fh, buf, count, datatype, status, ierr) )
count              72 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c void ompi_file_write_ordered_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
count              85 ompi/mpi/fortran/mpif-h/file_write_ordered_f.c                                    OMPI_FINT_2_INT(*count),
count              44 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
count              64 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                            (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                            (fh, buf, count, datatype, status, ierr) )
count              72 ompi/mpi/fortran/mpif-h/file_write_shared_f.c void ompi_file_write_shared_f(MPI_Fint *fh, char *buf, MPI_Fint *count,
count              85 ompi/mpi/fortran/mpif-h/file_write_shared_f.c                                   OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/get_count_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/get_count_f.c                            (status, datatype, count, ierr) )
count              62 ompi/mpi/fortran/mpif-h/get_count_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/get_count_f.c                            (status, datatype, count, ierr) )
count              70 ompi/mpi/fortran/mpif-h/get_count_f.c void ompi_get_count_f(MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr)
count              75 ompi/mpi/fortran/mpif-h/get_count_f.c     OMPI_SINGLE_NAME_DECL(count);
count              78 ompi/mpi/fortran/mpif-h/get_count_f.c         *count = OMPI_INT_2_FINT(0);
count              85 ompi/mpi/fortran/mpif-h/get_count_f.c                                    OMPI_SINGLE_NAME_CONVERT(count));
count              86 ompi/mpi/fortran/mpif-h/get_count_f.c             OMPI_SINGLE_INT_2_FINT(count);
count              42 ompi/mpi/fortran/mpif-h/get_elements_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/get_elements_f.c                            (status, datatype, count, ierr) )
count              62 ompi/mpi/fortran/mpif-h/get_elements_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/get_elements_f.c                            (status, datatype, count, ierr) )
count              70 ompi/mpi/fortran/mpif-h/get_elements_f.c void ompi_get_elements_f(MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr)
count              75 ompi/mpi/fortran/mpif-h/get_elements_f.c     OMPI_SINGLE_NAME_DECL(count);
count              78 ompi/mpi/fortran/mpif-h/get_elements_f.c         *count = OMPI_INT_2_FINT(0);
count              85 ompi/mpi/fortran/mpif-h/get_elements_f.c                                       OMPI_SINGLE_NAME_CONVERT(count));
count              86 ompi/mpi/fortran/mpif-h/get_elements_f.c             OMPI_SINGLE_INT_2_FINT(count);
count              44 ompi/mpi/fortran/mpif-h/get_elements_x_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/get_elements_x_f.c                            (status, datatype, count, ierr) )
count              64 ompi/mpi/fortran/mpif-h/get_elements_x_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/get_elements_x_f.c                            (status, datatype, count, ierr) )
count              72 ompi/mpi/fortran/mpif-h/get_elements_x_f.c void ompi_get_elements_x_f(MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr)
count              77 ompi/mpi/fortran/mpif-h/get_elements_x_f.c     OMPI_SINGLE_NAME_DECL(count);
count              80 ompi/mpi/fortran/mpif-h/get_elements_x_f.c         *count = OMPI_INT_2_FINT(0);
count              86 ompi/mpi/fortran/mpif-h/get_elements_x_f.c             c_ierr = PMPI_Get_elements_x(&c_status, c_type, count);
count              42 ompi/mpi/fortran/mpif-h/iallreduce_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/iallreduce_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/iallreduce_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/iallreduce_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/iallreduce_f.c void ompi_iallreduce_f(char *sendbuf, char *recvbuf, MPI_Fint *count,
count              89 ompi/mpi/fortran/mpif-h/iallreduce_f.c                              OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/ibcast_f.c                             (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/ibcast_f.c                             (buffer, count, datatype, root, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/ibcast_f.c                             (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/ibcast_f.c                             (buffer, count, datatype, root, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/ibcast_f.c void ompi_ibcast_f(char *buffer, MPI_Fint *count, MPI_Fint *datatype,
count              83 ompi/mpi/fortran/mpif-h/ibcast_f.c                         OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/ibsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/ibsend_f.c void ompi_ibsend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
count              81 ompi/mpi/fortran/mpif-h/ibsend_f.c    c_ierr = PMPI_Ibsend(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/iexscan_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/iexscan_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/iexscan_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/iexscan_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/iexscan_f.c void ompi_iexscan_f(char *sendbuf, char *recvbuf, MPI_Fint *count,
count              89 ompi/mpi/fortran/mpif-h/iexscan_f.c                          OMPI_FINT_2_INT(*count),
count              43 ompi/mpi/fortran/mpif-h/imrecv_f.c                             (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message,
count              45 ompi/mpi/fortran/mpif-h/imrecv_f.c                             (buf, count, datatype, message, request, ierr) )
count              64 ompi/mpi/fortran/mpif-h/imrecv_f.c                             (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message,
count              66 ompi/mpi/fortran/mpif-h/imrecv_f.c                             (buf, count, datatype, message, request, ierr) )
count              73 ompi/mpi/fortran/mpif-h/imrecv_f.c void ompi_imrecv_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
count              83 ompi/mpi/fortran/mpif-h/imrecv_f.c    c_ierr = OMPI_INT_2_FINT(PMPI_Imrecv(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/irecv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/irecv_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/irecv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/irecv_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/irecv_f.c void ompi_irecv_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
count              81 ompi/mpi/fortran/mpif-h/irecv_f.c    c_ierr = PMPI_Irecv(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/ireduce_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/ireduce_f.c                             (sendbuf, recvbuf, count, datatype, op, root, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/ireduce_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/ireduce_f.c                             (sendbuf, recvbuf, count, datatype, op, root, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/ireduce_f.c void ompi_ireduce_f(char *sendbuf, char *recvbuf, MPI_Fint *count,
count              90 ompi/mpi/fortran/mpif-h/ireduce_f.c                          OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/irsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/irsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/irsend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/irsend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/irsend_f.c void ompi_irsend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
count              79 ompi/mpi/fortran/mpif-h/irsend_f.c    c_ierr = PMPI_Irsend(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/iscan_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/iscan_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/iscan_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/iscan_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/iscan_f.c void ompi_iscan_f(char *sendbuf, char *recvbuf, MPI_Fint *count,
count              89 ompi/mpi/fortran/mpif-h/iscan_f.c                        OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/isend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/isend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/isend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/isend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/isend_f.c void ompi_isend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
count              79 ompi/mpi/fortran/mpif-h/isend_f.c    c_ierr = PMPI_Isend(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/issend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/issend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/issend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/issend_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/issend_f.c void ompi_issend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr)
count              79 ompi/mpi/fortran/mpif-h/issend_f.c    c_ierr = PMPI_Issend(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              46 ompi/mpi/fortran/mpif-h/mrecv_f.c                             (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message,
count              48 ompi/mpi/fortran/mpif-h/mrecv_f.c                             (buf, count, datatype, message, status, ierr) )
count              67 ompi/mpi/fortran/mpif-h/mrecv_f.c                             (char *buf, MPI_Fint *count, MPI_Fint *datatype,
count              69 ompi/mpi/fortran/mpif-h/mrecv_f.c                             (buf, count, datatype, message, status, ierr) )
count              76 ompi/mpi/fortran/mpif-h/mrecv_f.c void ompi_mrecv_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
count              87 ompi/mpi/fortran/mpif-h/mrecv_f.c    c_ierr = OMPI_INT_2_FINT(PMPI_Mrecv(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              97 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Allreduce, mpi_allreduce, MPI_ALLREDUCE, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr));
count             105 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Bcast, mpi_bcast, MPI_BCAST, (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr));
count             106 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Bsend, mpi_bsend, MPI_BSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
count             107 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Bsend_init, mpi_bsend_init, MPI_BSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             151 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Comm_spawn_multiple, mpi_comm_spawn_multiple, MPI_COMM_SPAWN_MULTIPLE, (MPI_Fint *count, char *array_of_commands, char *array_of_argv, MPI_Fint *array_of_maxprocs, MPI_Fint *array_of_info, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *intercomm, MPI_Fint *array_of_errcodes, MPI_Fint *ierr, int cmd_len, int argv_len));
count             167 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Exscan, mpi_exscan, MPI_EXSCAN, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr));
count             186 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_at, mpi_file_read_at, MPI_FILE_READ_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
count             187 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_at_all, mpi_file_read_at_all, MPI_FILE_READ_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
count             188 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_at, mpi_file_write_at, MPI_FILE_WRITE_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
count             189 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_at_all, mpi_file_write_at_all, MPI_FILE_WRITE_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
count             190 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_at, mpi_file_iread_at, MPI_FILE_IREAD_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
count             191 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_at, mpi_file_iwrite_at, MPI_FILE_IWRITE_AT, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
count             192 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_at_all, mpi_file_iread_at_all, MPI_FILE_IREAD_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
count             193 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_at_all, mpi_file_iwrite_at_all, MPI_FILE_IWRITE_AT_ALL, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
count             194 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read, mpi_file_read, MPI_FILE_READ, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
count             195 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_all, mpi_file_read_all, MPI_FILE_READ_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
count             196 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write, mpi_file_write, MPI_FILE_WRITE, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
count             197 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_all, mpi_file_write_all, MPI_FILE_WRITE_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
count             198 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread, mpi_file_iread, MPI_FILE_IREAD, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
count             199 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite, mpi_file_iwrite, MPI_FILE_IWRITE, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
count             200 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_all, mpi_file_iread_all, MPI_FILE_IREAD_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
count             201 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_all, mpi_file_iwrite_all, MPI_FILE_IWRITE_ALL, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
count             205 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_shared, mpi_file_read_shared, MPI_FILE_READ_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
count             206 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_shared, mpi_file_write_shared, MPI_FILE_WRITE_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
count             207 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iread_shared, mpi_file_iread_shared, MPI_FILE_IREAD_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
count             208 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_iwrite_shared, mpi_file_iwrite_shared, MPI_FILE_IWRITE_SHARED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *request, MPI_Fint *ierr));
count             209 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_ordered, mpi_file_read_ordered, MPI_FILE_READ_ORDERED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
count             210 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_ordered, mpi_file_write_ordered, MPI_FILE_WRITE_ORDERED, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *status, MPI_Fint *ierr));
count             213 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_at_all_begin, mpi_file_read_at_all_begin, MPI_FILE_READ_AT_ALL_BEGIN, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
count             215 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_at_all_begin, mpi_file_write_at_all_begin, MPI_FILE_WRITE_AT_ALL_BEGIN, (MPI_Fint *fh, MPI_Offset *offset, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
count             217 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_all_begin, mpi_file_read_all_begin, MPI_FILE_READ_ALL_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
count             219 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_all_begin, mpi_file_write_all_begin, MPI_FILE_WRITE_ALL_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
count             221 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_read_ordered_begin, mpi_file_read_ordered_begin, MPI_FILE_READ_ORDERED_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
count             223 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_File_write_ordered_begin, mpi_file_write_ordered_begin, MPI_FILE_WRITE_ORDERED_BEGIN, (MPI_Fint *fh, char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *ierr));
count             236 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Get_count, mpi_get_count, MPI_GET_COUNT, (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr));
count             237 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Get_elements, mpi_get_elements, MPI_GET_ELEMENTS, (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr));
count             238 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Get_elements_x, mpi_get_elements_x, MPI_GET_ELEMENTS_X, (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr));
count             265 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iallreduce, mpi_iallreduce, MPI_IALLREDUCE, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             270 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ibcast, mpi_ibcast, MPI_IBCAST, (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             271 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ibsend, mpi_ibsend, MPI_IBSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             272 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iexscan, mpi_iexscan, MPI_IEXSCAN, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             276 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Imrecv,mpi_imrecv, MPI_IMRECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message, MPI_Fint *request, MPI_Fint *ierr));
count             282 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ireduce, mpi_ireduce, MPI_IREDUCE, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             285 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Iscan, mpi_iscan, MPI_ISCAN, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             303 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Irecv, mpi_irecv, MPI_IRECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             304 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Irsend, mpi_irsend, MPI_IRSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             305 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Isend, mpi_isend, MPI_ISEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             306 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Issend, mpi_issend, MPI_ISSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             312 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Mrecv, mpi_mrecv, MPI_MRECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *message, MPI_Fint *status, MPI_Fint *ierr));
count             332 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Recv_init, mpi_recv_init, MPI_RECV_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             333 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Recv, mpi_recv, MPI_RECV, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
count             334 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Reduce, mpi_reduce, MPI_REDUCE, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr));
count             335 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Reduce_local, mpi_reduce_local, MPI_REDUCE_LOCAL, (char *inbuf, char *inoutbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *ierr));
count             344 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Rsend, mpi_rsend, MPI_RSEND, (char *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
count             345 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Rsend_init, mpi_rsend_init, MPI_RSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             346 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Scan, mpi_scan, MPI_SCAN, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr));
count             349 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Send_init, mpi_send_init, MPI_SEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             350 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Send, mpi_send, MPI_SEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
count             352 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Sendrecv_replace, mpi_sendrecv_replace, MPI_SENDRECV_REPLACE, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr));
count             353 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ssend_init, mpi_ssend_init, MPI_SSEND_INIT, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr));
count             354 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Ssend, mpi_ssend, MPI_SSEND, (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr));
count             356 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Startall, mpi_startall, MPI_STARTALL, (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *ierr));
count             358 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Status_set_elements, mpi_status_set_elements, MPI_STATUS_SET_ELEMENTS, (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr));
count             359 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Status_set_elements_x, mpi_status_set_elements_x, MPI_STATUS_SET_ELEMENTS_X, (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr));
count             360 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Testall, mpi_testall, MPI_TESTALL, (MPI_Fint *count, MPI_Fint *array_of_requests, ompi_fortran_logical_t *flag, MPI_Fint *array_of_statuses, MPI_Fint *ierr));
count             361 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Testany, mpi_testany, MPI_TESTANY, (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *index, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr));
count             367 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_contiguous, mpi_type_contiguous, MPI_TYPE_CONTIGUOUS, (MPI_Fint *count, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr));
count             372 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_hindexed, mpi_type_create_hindexed, MPI_TYPE_CREATE_HINDEXED, (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Aint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr));
count             373 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_hvector, mpi_type_create_hvector, MPI_TYPE_CREATE_HVECTOR, (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr));
count             375 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_indexed_block, mpi_type_create_indexed_block, MPI_TYPE_CREATE_INDEXED_BLOCK, (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr));
count             376 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_hindexed_block, mpi_type_create_hindexed_block, MPI_TYPE_CREATE_HINDEXED_BLOCK, (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr));
count             377 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_create_struct, mpi_type_create_struct, MPI_TYPE_CREATE_STRUCT, (MPI_Fint *count, MPI_Fint *array_of_block_lengths, MPI_Aint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *newtype, MPI_Fint *ierr));
count             393 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_hindexed, mpi_type_hindexed, MPI_TYPE_HINDEXED, (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr));
count             394 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_hvector, mpi_type_hvector, MPI_TYPE_HVECTOR, (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr));
count             395 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_indexed, mpi_type_indexed, MPI_TYPE_INDEXED, (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr));
count             402 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_struct, mpi_type_struct, MPI_TYPE_STRUCT, (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *newtype, MPI_Fint *ierr));
count             404 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Type_vector, mpi_type_vector, MPI_TYPE_VECTOR, (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr));
count             408 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Waitall, mpi_waitall, MPI_WAITALL, (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *array_of_statuses, MPI_Fint *ierr));
count             409 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Waitany, mpi_waitany, MPI_WAITANY, (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *index, MPI_Fint *status, MPI_Fint *ierr));
count              45 ompi/mpi/fortran/mpif-h/recv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
count              46 ompi/mpi/fortran/mpif-h/recv_f.c                            (buf, count, datatype, source, tag, comm, status, ierr) )
count              65 ompi/mpi/fortran/mpif-h/recv_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
count              66 ompi/mpi/fortran/mpif-h/recv_f.c                            (buf, count, datatype, source, tag, comm, status, ierr) )
count              73 ompi/mpi/fortran/mpif-h/recv_f.c void ompi_recv_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
count              85 ompi/mpi/fortran/mpif-h/recv_f.c    c_ierr = PMPI_Recv(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *source, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/recv_init_f.c                            (buf, count, datatype, source, tag, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/recv_init_f.c void ompi_recv_init_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
count              81 ompi/mpi/fortran/mpif-h/recv_init_f.c    c_ierr = PMPI_Recv_init(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/reduce_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/reduce_f.c                            (sendbuf, recvbuf, count, datatype, op, root, comm, ierr) )
count              62 ompi/mpi/fortran/mpif-h/reduce_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/reduce_f.c                            (sendbuf, recvbuf, count, datatype, op, root, comm, ierr) )
count              70 ompi/mpi/fortran/mpif-h/reduce_f.c void ompi_reduce_f(char *sendbuf, char *recvbuf, MPI_Fint *count,
count              88 ompi/mpi/fortran/mpif-h/reduce_f.c                         OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/reduce_local_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/reduce_local_f.c                            (sendbuf, recvbuf, count, datatype, op, ierr) )
count              62 ompi/mpi/fortran/mpif-h/reduce_local_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/reduce_local_f.c                            (sendbuf, recvbuf, count, datatype, op, ierr) )
count              70 ompi/mpi/fortran/mpif-h/reduce_local_f.c void ompi_reduce_local_f(char *inbuf, char *inoutbuf, MPI_Fint *count,
count              84 ompi/mpi/fortran/mpif-h/reduce_local_f.c                               OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/rsend_f.c                            (char *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/rsend_f.c                            (ibuf, count, datatype, dest, tag, comm, ierr) )
count              62 ompi/mpi/fortran/mpif-h/rsend_f.c                            (char *ibuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/rsend_f.c                            (ibuf, count, datatype, dest, tag, comm, ierr) )
count              70 ompi/mpi/fortran/mpif-h/rsend_f.c void ompi_rsend_f(char *ibuf, MPI_Fint *count, MPI_Fint *datatype,
count              79 ompi/mpi/fortran/mpif-h/rsend_f.c    c_ierr = PMPI_Rsend(OMPI_F2C_BOTTOM(ibuf), OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/rsend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/rsend_init_f.c void ompi_rsend_init_f(char *buf, MPI_Fint *count,
count              82 ompi/mpi/fortran/mpif-h/rsend_init_f.c    c_ierr = PMPI_Rsend_init(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/scan_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/scan_f.c                            (sendbuf, recvbuf, count, datatype, op, comm, ierr) )
count              62 ompi/mpi/fortran/mpif-h/scan_f.c                            (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/scan_f.c                            (sendbuf, recvbuf, count, datatype, op, comm, ierr) )
count              70 ompi/mpi/fortran/mpif-h/scan_f.c void ompi_scan_f(char *sendbuf, char *recvbuf, MPI_Fint *count,
count              88 ompi/mpi/fortran/mpif-h/scan_f.c                       OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/send_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/send_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
count              62 ompi/mpi/fortran/mpif-h/send_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/send_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
count              70 ompi/mpi/fortran/mpif-h/send_f.c void ompi_send_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
count              78 ompi/mpi/fortran/mpif-h/send_f.c     c_ierr = PMPI_Send(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/send_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/send_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/send_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/send_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/send_init_f.c void ompi_send_init_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
count              81 ompi/mpi/fortran/mpif-h/send_init_f.c    c_ierr = PMPI_Send_init(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (buf, count, datatype, dest, sendtag, source, recvtag, comm, status, ierr) )
count              62 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *sendtag, MPI_Fint *source, MPI_Fint *recvtag, MPI_Fint *comm, MPI_Fint *status, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                            (buf, count, datatype, dest, sendtag, source, recvtag, comm, status, ierr) )
count              70 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c void ompi_sendrecv_replace_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
count              83 ompi/mpi/fortran/mpif-h/sendrecv_replace_f.c                                  OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/ssend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/ssend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
count              62 ompi/mpi/fortran/mpif-h/ssend_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/ssend_f.c                            (buf, count, datatype, dest, tag, comm, ierr) )
count              70 ompi/mpi/fortran/mpif-h/ssend_f.c void ompi_ssend_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
count              80 ompi/mpi/fortran/mpif-h/ssend_f.c    c_ierr = PMPI_Ssend(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              42 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              62 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (char *buf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *dest, MPI_Fint *tag, MPI_Fint *comm, MPI_Fint *request, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/ssend_init_f.c                            (buf, count, datatype, dest, tag, comm, request, ierr) )
count              70 ompi/mpi/fortran/mpif-h/ssend_init_f.c void ompi_ssend_init_f(char *buf, MPI_Fint *count, MPI_Fint *datatype,
count              81 ompi/mpi/fortran/mpif-h/ssend_init_f.c    c_ierr = PMPI_Ssend_init(OMPI_F2C_BOTTOM(buf), OMPI_FINT_2_INT(*count),
count              43 ompi/mpi/fortran/mpif-h/startall_f.c                            (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *ierr),
count              44 ompi/mpi/fortran/mpif-h/startall_f.c                            (count, array_of_requests, ierr) )
count              63 ompi/mpi/fortran/mpif-h/startall_f.c                            (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *ierr),
count              64 ompi/mpi/fortran/mpif-h/startall_f.c                            (count, array_of_requests, ierr) )
count              74 ompi/mpi/fortran/mpif-h/startall_f.c void ompi_startall_f(MPI_Fint *count, MPI_Fint *array_of_requests,
count              81 ompi/mpi/fortran/mpif-h/startall_f.c     c_req = (MPI_Request *) malloc(*count * sizeof(MPI_Request));
count              89 ompi/mpi/fortran/mpif-h/startall_f.c     for(i = 0; i < *count; i++ ) {
count              93 ompi/mpi/fortran/mpif-h/startall_f.c     c_ierr = PMPI_Startall(OMPI_FINT_2_INT(*count), c_req);
count              96 ompi/mpi/fortran/mpif-h/startall_f.c     for( i = 0; i < *count; i++ ) {
count              42 ompi/mpi/fortran/mpif-h/status_set_elements_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
count              43 ompi/mpi/fortran/mpif-h/status_set_elements_f.c                            (status, datatype, count, ierr) )
count              62 ompi/mpi/fortran/mpif-h/status_set_elements_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Fint *count, MPI_Fint *ierr),
count              63 ompi/mpi/fortran/mpif-h/status_set_elements_f.c                            (status, datatype, count, ierr) )
count              71 ompi/mpi/fortran/mpif-h/status_set_elements_f.c 			       MPI_Fint *count, MPI_Fint *ierr)
count              85 ompi/mpi/fortran/mpif-h/status_set_elements_f.c                                          OMPI_FINT_2_INT(*count));
count              44 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c                            (status, datatype, count, ierr) )
count              64 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c                            (MPI_Fint *status, MPI_Fint *datatype, MPI_Count *count, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c                            (status, datatype, count, ierr) )
count              73 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c 			       MPI_Count *count, MPI_Fint *ierr)
count              86 ompi/mpi/fortran/mpif-h/status_set_elements_x_f.c         c_ierr = PMPI_Status_set_elements_x(&c_status, c_type, *count);
count              44 ompi/mpi/fortran/mpif-h/testall_f.c                            (MPI_Fint *count, MPI_Fint *array_of_requests, ompi_fortran_logical_t *flag, MPI_Fint *array_of_statuses, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/testall_f.c                            (count, array_of_requests, flag, array_of_statuses, ierr) )
count              64 ompi/mpi/fortran/mpif-h/testall_f.c                            (MPI_Fint *count, MPI_Fint *array_of_requests, ompi_fortran_logical_t *flag, MPI_Fint *array_of_statuses, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/testall_f.c                            (count, array_of_requests, flag, array_of_statuses, ierr) )
count              74 ompi/mpi/fortran/mpif-h/testall_f.c void ompi_testall_f(MPI_Fint *count, MPI_Fint *array_of_requests, ompi_fortran_logical_t *flag, MPI_Fint *array_of_statuses, MPI_Fint *ierr)
count              83 ompi/mpi/fortran/mpif-h/testall_f.c     if (OPAL_UNLIKELY(0 == OMPI_FINT_2_INT(*count))) {
count              89 ompi/mpi/fortran/mpif-h/testall_f.c     c_req = (MPI_Request *) malloc(OMPI_FINT_2_INT(*count) *
count              98 ompi/mpi/fortran/mpif-h/testall_f.c     c_status = (MPI_Status*) (c_req + OMPI_FINT_2_INT(*count));
count              99 ompi/mpi/fortran/mpif-h/testall_f.c     for (i = 0; i < OMPI_FINT_2_INT(*count); ++i) {
count             103 ompi/mpi/fortran/mpif-h/testall_f.c     c_ierr = PMPI_Testall(OMPI_FINT_2_INT(*count), c_req,
count             113 ompi/mpi/fortran/mpif-h/testall_f.c         for (i = 0; i < OMPI_FINT_2_INT(*count); ++i) {
count              44 ompi/mpi/fortran/mpif-h/testany_f.c                            (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/testany_f.c                            (count, array_of_requests, indx, flag, status, ierr) )
count              64 ompi/mpi/fortran/mpif-h/testany_f.c                            (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/testany_f.c                            (count, array_of_requests, indx, flag, status, ierr) )
count              75 ompi/mpi/fortran/mpif-h/testany_f.c void ompi_testany_f(MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, ompi_fortran_logical_t *flag, MPI_Fint *status, MPI_Fint *ierr)
count              85 ompi/mpi/fortran/mpif-h/testany_f.c     if (OPAL_UNLIKELY(0 == OMPI_FINT_2_INT(*count))) {
count              93 ompi/mpi/fortran/mpif-h/testany_f.c     c_req = (MPI_Request *) malloc(OMPI_FINT_2_INT(*count) * sizeof(MPI_Request));
count             102 ompi/mpi/fortran/mpif-h/testany_f.c     for (i = 0; i < OMPI_FINT_2_INT(*count); ++i) {
count             106 ompi/mpi/fortran/mpif-h/testany_f.c     c_ierr = PMPI_Testany(OMPI_FINT_2_INT(*count), c_req,
count              41 ompi/mpi/fortran/mpif-h/type_contiguous_f.c                            (MPI_Fint *count, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              42 ompi/mpi/fortran/mpif-h/type_contiguous_f.c                            (count, oldtype, newtype, ierr) )
count              61 ompi/mpi/fortran/mpif-h/type_contiguous_f.c                            (MPI_Fint *count, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              62 ompi/mpi/fortran/mpif-h/type_contiguous_f.c                            (count, oldtype, newtype, ierr) )
count              69 ompi/mpi/fortran/mpif-h/type_contiguous_f.c void ompi_type_contiguous_f(MPI_Fint *count, MPI_Fint *oldtype,
count              76 ompi/mpi/fortran/mpif-h/type_contiguous_f.c     c_ierr = PMPI_Type_contiguous(OMPI_FINT_2_INT(*count), c_old, &c_new);
count              34 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c                            (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              35 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c                            (count, blocklength, array_of_displacements, oldtype, newtype, ierr) )
count              54 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c                            (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              55 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c                            (count, blocklength, array_of_displacements, oldtype, newtype, ierr) )
count              62 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c void ompi_type_create_hindexed_block_f(MPI_Fint *count, MPI_Fint *blocklength,
count              71 ompi/mpi/fortran/mpif-h/type_create_hindexed_block_f.c     c_ierr = PMPI_Type_create_hindexed_block(OMPI_FINT_2_INT(*count),
count              41 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c                            (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Aint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              42 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c                            (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) )
count              61 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c                            (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Aint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              62 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c                            (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) )
count              70 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c void ompi_type_create_hindexed_f(MPI_Fint *count,
count              81 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c     OMPI_ARRAY_FINT_2_INT(array_of_blocklengths, *count);
count              83 ompi/mpi/fortran/mpif-h/type_create_hindexed_f.c     c_ierr = PMPI_Type_create_hindexed(OMPI_FINT_2_INT(*count),
count              41 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c                            (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              42 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c                            (count, blocklength, stride, oldtype, newtype, ierr) )
count              61 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c                            (MPI_Fint *count, MPI_Fint *blocklength, MPI_Aint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              62 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c                            (count, blocklength, stride, oldtype, newtype, ierr) )
count              68 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c void ompi_type_create_hvector_f(MPI_Fint *count, MPI_Fint *blocklength,
count              76 ompi/mpi/fortran/mpif-h/type_create_hvector_f.c     c_ierr = PMPI_Type_create_hvector(OMPI_FINT_2_INT(*count),
count              41 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c                            (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              42 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c                            (count, blocklength, array_of_displacements, oldtype, newtype, ierr) )
count              61 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c                            (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              62 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c                            (count, blocklength, array_of_displacements, oldtype, newtype, ierr) )
count              69 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c void ompi_type_create_indexed_block_f(MPI_Fint *count, MPI_Fint *blocklength,
count              79 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c     OMPI_ARRAY_FINT_2_INT(array_of_displacements, *count);
count              81 ompi/mpi/fortran/mpif-h/type_create_indexed_block_f.c     c_ierr = PMPI_Type_create_indexed_block(OMPI_FINT_2_INT(*count),
count              43 ompi/mpi/fortran/mpif-h/type_create_struct_f.c                            (MPI_Fint *count, MPI_Fint *array_of_block_lengths, MPI_Aint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *newtype, MPI_Fint *ierr),
count              44 ompi/mpi/fortran/mpif-h/type_create_struct_f.c                            (count, array_of_block_lengths, array_of_displacements, array_of_types, newtype, ierr) )
count              63 ompi/mpi/fortran/mpif-h/type_create_struct_f.c                            (MPI_Fint *count, MPI_Fint *array_of_block_lengths, MPI_Aint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *newtype, MPI_Fint *ierr),
count              64 ompi/mpi/fortran/mpif-h/type_create_struct_f.c                            (count, array_of_block_lengths, array_of_displacements, array_of_types, newtype, ierr) )
count              74 ompi/mpi/fortran/mpif-h/type_create_struct_f.c void ompi_type_create_struct_f(MPI_Fint *count,
count              85 ompi/mpi/fortran/mpif-h/type_create_struct_f.c     c_type_old_array = (MPI_Datatype *) malloc(*count * sizeof(MPI_Datatype));
count              93 ompi/mpi/fortran/mpif-h/type_create_struct_f.c     for (i = 0; i < *count; i++) {
count              97 ompi/mpi/fortran/mpif-h/type_create_struct_f.c     OMPI_ARRAY_FINT_2_INT(array_of_block_lengths, *count);
count              99 ompi/mpi/fortran/mpif-h/type_create_struct_f.c     c_ierr = PMPI_Type_create_struct(OMPI_FINT_2_INT(*count),
count              43 ompi/mpi/fortran/mpif-h/type_hindexed_f.c                            (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              44 ompi/mpi/fortran/mpif-h/type_hindexed_f.c                            (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) )
count              63 ompi/mpi/fortran/mpif-h/type_hindexed_f.c                            (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              64 ompi/mpi/fortran/mpif-h/type_hindexed_f.c                            (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) )
count              74 ompi/mpi/fortran/mpif-h/type_hindexed_f.c void ompi_type_hindexed_f(MPI_Fint *count, MPI_Fint *array_of_blocklengths,
count              84 ompi/mpi/fortran/mpif-h/type_hindexed_f.c     c_disp_array = (MPI_Aint *) malloc(*count * sizeof(MPI_Aint));
count              91 ompi/mpi/fortran/mpif-h/type_hindexed_f.c     for (i = 0; i < *count; i++) {
count              95 ompi/mpi/fortran/mpif-h/type_hindexed_f.c     OMPI_ARRAY_FINT_2_INT(array_of_blocklengths, *count);
count              97 ompi/mpi/fortran/mpif-h/type_hindexed_f.c     c_ierr = PMPI_Type_hindexed(OMPI_FINT_2_INT(*count),
count              41 ompi/mpi/fortran/mpif-h/type_hvector_f.c                            (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              42 ompi/mpi/fortran/mpif-h/type_hvector_f.c                            (count, blocklength, stride, oldtype, newtype, ierr) )
count              61 ompi/mpi/fortran/mpif-h/type_hvector_f.c                            (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              62 ompi/mpi/fortran/mpif-h/type_hvector_f.c                            (count, blocklength, stride, oldtype, newtype, ierr) )
count              69 ompi/mpi/fortran/mpif-h/type_hvector_f.c void ompi_type_hvector_f(MPI_Fint *count, MPI_Fint *blocklength,
count              78 ompi/mpi/fortran/mpif-h/type_hvector_f.c     c_ierr = PMPI_Type_hvector(OMPI_FINT_2_INT(*count),
count              41 ompi/mpi/fortran/mpif-h/type_indexed_f.c                            (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              42 ompi/mpi/fortran/mpif-h/type_indexed_f.c                            (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) )
count              61 ompi/mpi/fortran/mpif-h/type_indexed_f.c                            (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              62 ompi/mpi/fortran/mpif-h/type_indexed_f.c                            (count, array_of_blocklengths, array_of_displacements, oldtype, newtype, ierr) )
count              69 ompi/mpi/fortran/mpif-h/type_indexed_f.c void ompi_type_indexed_f(MPI_Fint *count, MPI_Fint *array_of_blocklengths,
count              79 ompi/mpi/fortran/mpif-h/type_indexed_f.c     OMPI_ARRAY_FINT_2_INT(array_of_blocklengths, *count);
count              80 ompi/mpi/fortran/mpif-h/type_indexed_f.c     OMPI_ARRAY_FINT_2_INT(array_of_displacements, *count);
count              82 ompi/mpi/fortran/mpif-h/type_indexed_f.c     c_ierr = PMPI_Type_indexed(OMPI_FINT_2_INT(*count),
count              43 ompi/mpi/fortran/mpif-h/type_struct_f.c                            (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *newtype, MPI_Fint *ierr),
count              44 ompi/mpi/fortran/mpif-h/type_struct_f.c                            (count, array_of_blocklengths, array_of_displacements, array_of_types, newtype, ierr) )
count              63 ompi/mpi/fortran/mpif-h/type_struct_f.c                            (MPI_Fint *count, MPI_Fint *array_of_blocklengths, MPI_Fint *array_of_displacements, MPI_Fint *array_of_types, MPI_Fint *newtype, MPI_Fint *ierr),
count              64 ompi/mpi/fortran/mpif-h/type_struct_f.c                            (count, array_of_blocklengths, array_of_displacements, array_of_types, newtype, ierr) )
count              74 ompi/mpi/fortran/mpif-h/type_struct_f.c void ompi_type_struct_f(MPI_Fint *count, MPI_Fint *array_of_blocklengths,
count              85 ompi/mpi/fortran/mpif-h/type_struct_f.c     c_type_old_array = (MPI_Datatype *) malloc(*count * (sizeof(MPI_Datatype) +
count              93 ompi/mpi/fortran/mpif-h/type_struct_f.c     c_disp_array = (MPI_Aint*) c_type_old_array + *count;
count              95 ompi/mpi/fortran/mpif-h/type_struct_f.c     for (i = 0; i < *count; i++) {
count             100 ompi/mpi/fortran/mpif-h/type_struct_f.c     OMPI_ARRAY_FINT_2_INT(array_of_blocklengths, *count);
count             102 ompi/mpi/fortran/mpif-h/type_struct_f.c     c_ierr = PMPI_Type_struct(OMPI_FINT_2_INT(*count),
count              41 ompi/mpi/fortran/mpif-h/type_vector_f.c                            (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              42 ompi/mpi/fortran/mpif-h/type_vector_f.c                            (count, blocklength, stride, oldtype, newtype, ierr) )
count              61 ompi/mpi/fortran/mpif-h/type_vector_f.c                            (MPI_Fint *count, MPI_Fint *blocklength, MPI_Fint *stride, MPI_Fint *oldtype, MPI_Fint *newtype, MPI_Fint *ierr),
count              62 ompi/mpi/fortran/mpif-h/type_vector_f.c                            (count, blocklength, stride, oldtype, newtype, ierr) )
count              69 ompi/mpi/fortran/mpif-h/type_vector_f.c void ompi_type_vector_f(MPI_Fint *count, MPI_Fint *blocklength,
count              79 ompi/mpi/fortran/mpif-h/type_vector_f.c     c_ierr = PMPI_Type_vector(OMPI_FINT_2_INT(*count),
count              44 ompi/mpi/fortran/mpif-h/waitall_f.c                            (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *array_of_statuses, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/waitall_f.c                            (count, array_of_requests, array_of_statuses, ierr) )
count              64 ompi/mpi/fortran/mpif-h/waitall_f.c                            (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *array_of_statuses, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/waitall_f.c                            (count, array_of_requests, array_of_statuses, ierr) )
count              75 ompi/mpi/fortran/mpif-h/waitall_f.c void ompi_waitall_f(MPI_Fint *count, MPI_Fint *array_of_requests,
count              84 ompi/mpi/fortran/mpif-h/waitall_f.c     if (OPAL_UNLIKELY(0 == OMPI_FINT_2_INT(*count))) {
count              89 ompi/mpi/fortran/mpif-h/waitall_f.c     c_req = (MPI_Request *) malloc(OMPI_FINT_2_INT(*count) *
count              98 ompi/mpi/fortran/mpif-h/waitall_f.c     c_status = (MPI_Status*) (c_req + OMPI_FINT_2_INT(*count));
count             100 ompi/mpi/fortran/mpif-h/waitall_f.c     for (i = 0; i < OMPI_FINT_2_INT(*count); ++i) {
count             104 ompi/mpi/fortran/mpif-h/waitall_f.c     c_ierr = PMPI_Waitall(OMPI_FINT_2_INT(*count), c_req, c_status);
count             108 ompi/mpi/fortran/mpif-h/waitall_f.c         for (i = 0; i < OMPI_FINT_2_INT(*count); ++i) {
count              44 ompi/mpi/fortran/mpif-h/waitany_f.c                            (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, MPI_Fint *status, MPI_Fint *ierr),
count              45 ompi/mpi/fortran/mpif-h/waitany_f.c                            (count, array_of_requests, indx, status, ierr) )
count              64 ompi/mpi/fortran/mpif-h/waitany_f.c                            (MPI_Fint *count, MPI_Fint *array_of_requests, MPI_Fint *indx, MPI_Fint *status, MPI_Fint *ierr),
count              65 ompi/mpi/fortran/mpif-h/waitany_f.c                            (count, array_of_requests, indx, status, ierr) )
count              75 ompi/mpi/fortran/mpif-h/waitany_f.c void ompi_waitany_f(MPI_Fint *count, MPI_Fint *array_of_requests,
count              85 ompi/mpi/fortran/mpif-h/waitany_f.c     if (OPAL_UNLIKELY(0 == OMPI_FINT_2_INT(*count))) {
count              92 ompi/mpi/fortran/mpif-h/waitany_f.c     c_req = (MPI_Request *) malloc(OMPI_FINT_2_INT(*count) * sizeof(MPI_Request));
count             100 ompi/mpi/fortran/mpif-h/waitany_f.c     for (i = 0; i < OMPI_FINT_2_INT(*count); ++i) {
count             104 ompi/mpi/fortran/mpif-h/waitany_f.c     c_ierr = PMPI_Waitany(OMPI_FINT_2_INT(*count), c_req,
count             166 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_bsend_f(buf,count,datatype,dest,tag,comm,ierror) &
count             170 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
count             176 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_bsend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
count             180 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
count             214 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_get_count_f(status,datatype,count,ierror) &
count             220 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: count
count             224 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ibsend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
count             228 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
count             235 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_irecv_f(buf,count,datatype,source,tag,comm,request,ierror) &
count             239 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, source, tag
count             246 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_irsend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
count             250 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
count             257 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_isend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
count             261 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
count             268 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_issend_f(buf,count,datatype,dest,tag,comm,request,ierror) &
count             272 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
count             289 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_recv_f(buf,count,datatype,source,tag,comm,status,ierror) &
count             294 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, source, tag
count             301 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_recv_init_f(buf,count,datatype,source,tag,comm,request,ierror) &
count             305 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, source, tag
count             319 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_rsend_f(buf,count,datatype,dest,tag,comm,ierror) &
count             323 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
count             329 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_rsend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
count             333 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
count             340 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_send_f(buf,count,datatype,dest,tag,comm,ierror) &
count             344 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
count             365 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_sendrecv_replace_f(buf,count,datatype,dest,sendtag,source, &
count             371 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, sendtag, source, recvtag
count             378 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_send_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
count             382 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
count             389 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ssend_f(buf,count,datatype,dest,tag,comm,ierror) &
count             393 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
count             399 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ssend_init_f(buf,count,datatype,dest,tag,comm,request,ierror) &
count             403 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, dest, tag
count             417 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_startall_f(count,array_of_requests,ierror) &
count             420 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count             421 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(INOUT) :: array_of_requests(count)
count             434 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_waitall_f(count,array_of_requests,array_of_statuses,ierror) &
count             438 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count             439 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(INOUT) :: array_of_requests(count)
count             440 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    TYPE(MPI_Status), INTENT(OUT) :: array_of_statuses(count)
count             444 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_waitany_f(count,array_of_requests,index,status,ierror) &
count             448 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count             449 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(INOUT) :: array_of_requests(count)
count             477 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_get_elements_f(status,datatype,count,ierror) &
count             483 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(OUT) :: count
count             487 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_get_elements_x_f(status,datatype,count,ierror) &
count             493 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER(MPI_COUNT_KIND), INTENT(OUT) :: count
count             557 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_contiguous_f(count,oldtype,newtype,ierror) &
count             560 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count             579 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_create_hindexed_f(count,array_of_blocklengths, &
count             584 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count             585 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: array_of_blocklengths(count)
count             586 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER(MPI_ADDRESS_KIND), INTENT(IN) :: array_of_displacements(count)
count             592 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_create_hvector_f(count,blocklength,stride,oldtype,newtype,ierror) &
count             596 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, blocklength
count             603 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_create_indexed_block_f(count,blocklength, &
count             607 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, blocklength
count             608 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: array_of_displacements(count)
count             614 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_create_hindexed_block_f(count,blocklength, &
count             619 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, blocklength
count             620 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER(MPI_ADDRESS_KIND), INTENT(IN) :: array_of_displacements(count)
count             636 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_create_struct_f(count,array_of_blocklengths, &
count             641 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count             642 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: array_of_blocklengths(count)
count             643 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER(MPI_ADDRESS_KIND), INTENT(IN) :: array_of_displacements(count)
count             644 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: array_of_types(count)
count             734 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_indexed_f(count,array_of_blocklengths, &
count             738 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count             739 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: array_of_blocklengths(count), array_of_displacements(count)
count             762 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_type_vector_f(count,blocklength,stride,oldtype,newtype,ierror) &
count             765 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, blocklength, stride
count             857 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_allreduce_f(sendbuf,recvbuf,count,datatype,op,comm,ierror) &
count             862 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count             869 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_iallreduce_f(sendbuf,recvbuf,count,datatype,op,comm,request,ierror) &
count             874 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count             978 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_bcast_f(buffer,count,datatype,root,comm,ierror) &
count             982 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, root
count             988 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ibcast_f(buffer,count,datatype,root,comm,request,ierror) &
count             992 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, root
count             999 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_exscan_f(sendbuf,recvbuf,count,datatype,op,comm,ierror) &
count            1004 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            1011 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_iexscan_f(sendbuf,recvbuf,count,datatype,op,comm,request,ierror) &
count            1016 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            1087 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_reduce_f(sendbuf,recvbuf,count,datatype,op,root,comm,ierror) &
count            1092 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, root
count            1099 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_ireduce_f(sendbuf,recvbuf,count,datatype,op,root,comm,request,ierror) &
count            1104 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, root
count            1112 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_reduce_local_f(inbuf,inoutbuf,count,datatype,op,ierror) &
count            1117 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            1177 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_scan_f(sendbuf,recvbuf,count,datatype,op,comm,ierror) &
count            1182 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            1189 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_iscan_f(sendbuf,recvbuf,count,datatype,op,comm,request,ierror) &
count            1194 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2183 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_comm_spawn_multiple_f(count,array_of_commands, &
count            2190 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count, root
count            2191 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: array_of_maxprocs(count)
count            2193 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: array_of_info(count)
count            2638 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_status_set_elements_f(status,datatype,count,ierror) &
count            2644 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2648 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_status_set_elements_x_f(status,datatype,count,ierror) &
count            2654 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER(MPI_COUNT_KIND), INTENT(IN) :: count
count            2760 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_f(fh,buf,count,datatype,request,ierror) &
count            2765 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2771 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_at_f(fh,offset,buf,count,datatype,request,ierror) &
count            2778 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2784 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_all_f(fh,buf,count,datatype,request,ierror) &
count            2789 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2795 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_at_all_f(fh,offset,buf,count,datatype,request,ierror) &
count            2802 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2808 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iread_shared_f(fh,buf,count,datatype,request,ierror) &
count            2813 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2819 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_f(fh,buf,count,datatype,request,ierror) &
count            2824 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2830 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_at_f(fh,offset,buf,count,datatype,request,ierror) &
count            2837 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2843 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_all_f(fh,buf,count,datatype,request,ierror) &
count            2848 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2854 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_at_all_f(fh,offset,buf,count,datatype,request,ierror) &
count            2861 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2867 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_iwrite_shared_f(fh,buf,count,datatype,request,ierror) &
count            2872 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2900 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_f(fh,buf,count,datatype,status,ierror) &
count            2906 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2912 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_all_f(fh,buf,count,datatype,status,ierror) &
count            2918 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2924 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_all_begin_f(fh,buf,count,datatype,ierror) &
count            2929 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2944 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_at_f(fh,offset,buf,count,datatype,status,ierror) &
count            2951 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2957 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_at_all_f(fh,offset,buf,count,datatype,status,ierror) &
count            2964 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2970 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_at_all_begin_f(fh,offset,buf,count,datatype,ierror) &
count            2977 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            2992 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_ordered_f(fh,buf,count,datatype,status,ierror) &
count            2998 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            3004 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_ordered_begin_f(fh,buf,count,datatype,ierror) &
count            3009 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            3024 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_read_shared_f(fh,buf,count,datatype,status,ierror) &
count            3030 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            3095 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_f(fh,buf,count,datatype,status,ierror) &
count            3101 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            3107 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_all_f(fh,buf,count,datatype,status,ierror) &
count            3113 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            3119 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_all_begin_f(fh,buf,count,datatype,ierror) &
count            3124 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            3139 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_at_f(fh,offset,buf,count,datatype,status,ierror) &
count            3146 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            3152 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_at_all_f(fh,offset,buf,count,datatype,status,ierror) &
count            3159 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            3165 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_at_all_begin_f(fh,offset,buf,count,datatype,ierror) &
count            3172 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            3187 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_ordered_f(fh,buf,count,datatype,status,ierror) &
count            3193 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            3199 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_ordered_begin_f(fh,buf,count,datatype,ierror) &
count            3204 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            3219 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_file_write_shared_f(fh,buf,count,datatype,status,ierror) &
count            3225 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            3341 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_imrecv_f(buf,count,datatype,message,request,ierror) &
count            3345 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count            3352 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_mrecv_f(buf,count,datatype,message,status,ierror) &
count            3357 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: count
count               3 ompi/mpi/fortran/use-mpi-f08/tests/print_array.c void print_array(int * A, int count)
count               6 ompi/mpi/fortran/use-mpi-f08/tests/print_array.c    for (i = 0; i < count; i++) {
count             626 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Get_count(status, datatype, count, ierror)
count             630 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: count
count             639 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Get_elements(status, datatype, count, ierror)
count             643 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(out) :: count
count             652 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Get_elements_x(status, datatype, count, ierror)
count             656 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer(kind=MPI_COUNT_KIND), intent(out) :: count
count            1275 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Startall(count, array_of_requests, ierror)
count            1276 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count            1298 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Status_set_elements(status, datatype, count, ierror)
count            1302 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count            1336 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Testall(count, array_of_requests, flag, array_of_statuses, ierror)
count            1338 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count            1339 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(count), intent(inout) :: array_of_requests
count            1341 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE, count), intent(out) :: array_of_statuses
count            1350 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Testany(count, array_of_requests, index, flag, status&
count            1353 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count            1354 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(count), intent(inout) :: array_of_requests
count            1403 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_contiguous(count, oldtype, newtype, ierror)
count            1404 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count            1470 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_hindexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype&
count            1473 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count            1486 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_hvector(count, blocklength, stride, oldtype, newtype&
count            1489 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count            1502 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_indexed_block(count, blocklength, array_of_displacements, oldtype, newtype&
count            1504 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count            1545 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_struct(count, array_of_block_lengths, array_of_displacements, array_of_types, newtype&
count            1548 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count            1731 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_indexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype&
count            1733 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count            1803 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_vector(count, blocklength, stride, oldtype, newtype&
count            1805 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count            1830 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Waitall(count, array_of_requests, array_of_statuses, ierror)
count            1832 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count            1833 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(count), intent(inout) :: array_of_requests
count            1843 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Waitany(count, array_of_requests, index, status, ierror)
count            1845 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count            1846 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, dimension(count), intent(inout) :: array_of_requests
count            2249 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Comm_spawn_multiple(count, array_of_commands, array_of_argv, array_of_maxprocs, array_of_info, &
count            2251 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count            2253 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   character(len=*), dimension(count,*), intent(in) :: array_of_argv
count            2324 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Type_create_hindexed_block(count, blocklength, array_of_displacements, oldtype, newtype&
count            2327 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: count
count             125 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Type_hindexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype&
count             127 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h   integer, intent(in) :: count
count             140 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Type_hvector(count, blocklength, stride, oldtype, newtype&
count             142 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h   integer, intent(in) :: count
count             164 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h subroutine MPI_Type_struct(count, array_of_blocklengths, array_of_displacements, array_of_types, newtype&
count             166 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-removed-interfaces.h   integer, intent(in) :: count
count             626 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Get_count(status, datatype, count, ierror)
count             630 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: count
count             639 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Get_elements(status, datatype, count, ierror)
count             643 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(out) :: count
count             652 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Get_elements_x(status, datatype, count, ierror)
count             656 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer(kind=MPI_COUNT_KIND), intent(out) :: count
count            1275 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Startall(count, array_of_requests, ierror)
count            1276 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count            1298 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Status_set_elements(status, datatype, count, ierror)
count            1302 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count            1336 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Testall(count, array_of_requests, flag, array_of_statuses, ierror)
count            1338 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count            1339 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(count), intent(inout) :: array_of_requests
count            1341 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(MPI_STATUS_SIZE, count), intent(out) :: array_of_statuses
count            1350 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Testany(count, array_of_requests, index, flag, status&
count            1353 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count            1354 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(count), intent(inout) :: array_of_requests
count            1403 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_contiguous(count, oldtype, newtype, ierror)
count            1404 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count            1470 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_hindexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype&
count            1473 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count            1486 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_hvector(count, blocklength, stride, oldtype, newtype&
count            1489 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count            1502 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_indexed_block(count, blocklength, array_of_displacements, oldtype, newtype&
count            1504 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count            1545 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_struct(count, array_of_block_lengths, array_of_displacements, array_of_types, newtype&
count            1548 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count            1731 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_indexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype&
count            1733 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count            1805 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_vector(count, blocklength, stride, oldtype, newtype&
count            1807 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count            1832 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Waitall(count, array_of_requests, array_of_statuses, ierror)
count            1834 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count            1835 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(count), intent(inout) :: array_of_requests
count            1845 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Waitany(count, array_of_requests, index, status, ierror)
count            1847 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count            1848 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, dimension(count), intent(inout) :: array_of_requests
count            2251 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Comm_spawn_multiple(count, array_of_commands, array_of_argv, array_of_maxprocs, array_of_info, &
count            2253 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count            2255 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   character(len=*), dimension(count,*), intent(in) :: array_of_argv
count            2326 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Type_create_hindexed_block(count, blocklength, array_of_displacements, oldtype, newtype&
count            2329 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: count
count             125 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Type_hindexed(count, array_of_blocklengths, array_of_displacements, oldtype, newtype&
count             127 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h   integer, intent(in) :: count
count             140 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Type_hvector(count, blocklength, stride, oldtype, newtype&
count             142 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h   integer, intent(in) :: count
count             164 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h subroutine PMPI_Type_struct(count, array_of_blocklengths, array_of_displacements, array_of_types, newtype&
count             166 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-removed-interfaces.h   integer, intent(in) :: count
count              33 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c void mpi_send_1di(int* a, int* count, int* datatype,
count              39 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c   for (i = 0; i < *count; i++) {
count              45 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c   if (*count != 10) *ierr = 1;
count              53 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c void mpi_send_1di1(char* a, int* count, int* datatype,
count              59 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c   for (i = 0; i < *count; i++) {
count              65 ompi/mpi/fortran/use-mpi-tkr/test/send_t.c   if (*count != 10) *ierr = 1;
count              78 ompi/mpi/java/c/mpiJava.h         jboolean db, int offset, int count, MPI_Datatype type, int baseType);
count              85 ompi/mpi/java/c/mpiJava.h         jobject buf, jboolean db, int offset, int count, int size,
count             104 ompi/mpi/java/c/mpiJava.h         jobject buf, jboolean db, int count, MPI_Datatype type);
count             116 ompi/mpi/java/c/mpiJava.h         jboolean db, int offset, int count, MPI_Datatype type, int baseType);
count             321 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jboolean db, jint offset, jint count,
count             329 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
count             331 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Send(ptr, count, type, dest, tag, comm);
count             338 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jboolean db, jint offset, jint count,
count             347 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
count             350 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Recv(ptr, count, type, source, tag, comm, &status);
count             353 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseWritePtr(ptr,item,env,buf,db,offset,count,type,bType);
count             393 ompi/mpi/java/c/mpi_Comm.c         jint count, jlong jType, jint bType,
count             401 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
count             404 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Sendrecv_replace(ptr, count, type, dest,
count             410 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseWritePtr(ptr,item,env,buf,db,offset,count,type,bType);
count             416 ompi/mpi/java/c/mpi_Comm.c         jint count, jlong jType, jint bType, jint dest, jint tag)
count             423 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
count             425 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Bsend(ptr, count, type, dest, tag, comm);
count             433 ompi/mpi/java/c/mpi_Comm.c         jint count, jlong jType, jint bType, jint dest, jint tag)
count             440 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
count             442 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ssend(ptr, count, type, dest, tag, comm);
count             450 ompi/mpi/java/c/mpi_Comm.c         jint count, jlong jType, jint bType, jint dest, jint tag)
count             457 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
count             459 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Rsend(ptr, count, type, dest, tag, comm);
count             466 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
count             471 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Isend(ptr, count, (MPI_Datatype)type,
count             480 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
count             485 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ibsend(ptr, count, (MPI_Datatype)type,
count             494 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
count             499 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Issend(ptr, count, (MPI_Datatype)type,
count             508 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
count             513 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Irsend(ptr, count, (MPI_Datatype)type,
count             522 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint source, jint tag)
count             527 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Irecv(ptr, count, (MPI_Datatype)type,
count             536 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
count             541 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Send_init(ptr, count, (MPI_Datatype)type,
count             550 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
count             555 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Bsend_init(ptr, count, (MPI_Datatype)type,
count             564 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
count             569 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ssend_init(ptr, count, (MPI_Datatype)type,
count             578 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint dest, jint tag)
count             583 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Rsend_init(ptr, count, (MPI_Datatype)type,
count             592 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint source, jint tag)
count             597 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Recv_init(ptr, count, (MPI_Datatype)type,
count             805 ompi/mpi/java/c/mpi_Comm.c         jint offset, jint count, jlong jType, jint bType, jint root)
count             812 ompi/mpi/java/c/mpi_Comm.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, offset, count, type, bType);
count             814 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Bcast(ptr, count, type, root, comm);
count             816 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseWritePtr(ptr,item,env,buf,db,offset,count,type,bType);
count             821 ompi/mpi/java/c/mpi_Comm.c         jobject buf, jint count, jlong type, jint root)
count             826 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ibcast(ptr, count, (MPI_Datatype)type,
count            1936 ompi/mpi/java/c/mpi_Comm.c         jobject rBuf, jboolean rdb, jint rOff, jint count,
count            1950 ompi/mpi/java/c/mpi_Comm.c         ompi_java_getReadPtr(&rPtr,&rItem,env,rBuf,rdb,rOff,count,type,bType);
count            1958 ompi/mpi/java/c/mpi_Comm.c         ompi_java_getReadPtr(&sPtr,&sItem,env,sBuf,sdb,sOff,count,type,bType);
count            1961 ompi/mpi/java/c/mpi_Comm.c             ompi_java_getWritePtr(&rPtr, &rItem, env, rBuf, rdb, count, type);
count            1965 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Reduce(sPtr, rPtr, count, type, op, root, comm);
count            1972 ompi/mpi/java/c/mpi_Comm.c         ompi_java_releaseWritePtr(rPtr,rItem,env,rBuf,rdb,rOff,count,type,bType);
count            1979 ompi/mpi/java/c/mpi_Comm.c         jobject sendBuf, jobject recvBuf, int count,
count            2011 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ireduce(sPtr, rPtr, count, (MPI_Datatype)type,
count            2022 ompi/mpi/java/c/mpi_Comm.c         jint count, jlong jType, jint bType, jobject jOp, jlong hOp)
count            2033 ompi/mpi/java/c/mpi_Comm.c         ompi_java_getReadPtr(&rPtr,&rItem,env,rBuf,rdb,rOff,count,type,bType);
count            2037 ompi/mpi/java/c/mpi_Comm.c         ompi_java_getReadPtr(&sPtr,&sItem,env,sBuf,sdb,sOff,count,type,bType);
count            2038 ompi/mpi/java/c/mpi_Comm.c         ompi_java_getWritePtr(&rPtr, &rItem, env, rBuf, rdb, count, type);
count            2042 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Allreduce(sPtr, rPtr, count, type, op, comm);
count            2048 ompi/mpi/java/c/mpi_Comm.c     ompi_java_releaseWritePtr(rPtr,rItem,env,rBuf,rdb,rOff,count,type,bType);
count            2053 ompi/mpi/java/c/mpi_Comm.c         jobject sendBuf, jobject recvBuf, jint count,
count            2067 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Iallreduce(sPtr, rPtr, count, (MPI_Datatype)type,
count            2088 ompi/mpi/java/c/mpi_Comm.c         count = getSum(cRCounts, size),
count            2097 ompi/mpi/java/c/mpi_Comm.c         rbCnt = count;
count            2098 ompi/mpi/java/c/mpi_Comm.c         ompi_java_getReadPtr(&rPtr,&rItem,env,rBuf,rdb,rOff,count,type,bType);
count            2102 ompi/mpi/java/c/mpi_Comm.c         ompi_java_getReadPtr(&sPtr,&sItem,env,sBuf,sdb,sOff,count,type,bType);
count            2158 ompi/mpi/java/c/mpi_Comm.c     int count = rCount * getGroupSize(env, comm),
count            2164 ompi/mpi/java/c/mpi_Comm.c         rbCnt = count;
count            2165 ompi/mpi/java/c/mpi_Comm.c         ompi_java_getReadPtr(&rPtr,&rItem,env,rBuf,rdb,rOff,count,type,bType);
count            2169 ompi/mpi/java/c/mpi_Comm.c         ompi_java_getReadPtr(&sPtr,&sItem,env,sBuf,sdb,sOff,count,type,bType);
count            2186 ompi/mpi/java/c/mpi_Comm.c         jobject recvBuf, jint count, jlong type, jint bType,
count            2200 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Ireduce_scatter_block(sPtr, rPtr, count, (MPI_Datatype)type,
count            2209 ompi/mpi/java/c/mpi_Comm.c         jobject inOutBuf, jboolean iodb, jint inOutOff, jint count,
count            2216 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Reduce_local(inPtr, inOutPtr, count, type, (MPI_Op)op);
count            2224 ompi/mpi/java/c/mpi_Comm.c         jobject inOutBuf, jboolean iodb, jint inOutOff, jint count,
count            2232 ompi/mpi/java/c/mpi_Comm.c                          idb, inOff, count, type, bType);
count            2234 ompi/mpi/java/c/mpi_Comm.c                          iodb, inOutOff, count, type, bType);
count            2237 ompi/mpi/java/c/mpi_Comm.c     int rc = MPI_Reduce_local(inPtr, inOutPtr, count, type, op);
count            2243 ompi/mpi/java/c/mpi_Comm.c                               iodb, inOutOff, count, type, bType);
count             163 ompi/mpi/java/c/mpi_Datatype.c         JNIEnv *env, jclass clazz, jint count, jlong oldType)
count             166 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_contiguous(count, (MPI_Datatype)oldType, &type);
count             172 ompi/mpi/java/c/mpi_Datatype.c             JNIEnv *env, jclass clazz, jint count,
count             177 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_vector(count, blockLength, stride,
count             185 ompi/mpi/java/c/mpi_Datatype.c         JNIEnv *env, jclass clazz, jint count,
count             190 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_create_hvector(count, blockLength, stride,
count             202 ompi/mpi/java/c/mpi_Datatype.c     int count = (*env)->GetArrayLength(env, blockLengths);
count             209 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_indexed(count, cBlockLengths, cDispl,
count             223 ompi/mpi/java/c/mpi_Datatype.c     int count = (*env)->GetArrayLength(env, blockLengths);
count             229 ompi/mpi/java/c/mpi_Datatype.c     MPI_Aint *cDisps = (MPI_Aint*)calloc(count, sizeof(MPI_Aint));
count             232 ompi/mpi/java/c/mpi_Datatype.c     for(i = 0; i < count; i++)
count             235 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_create_hindexed(count, cBlockLengths, cDisps,
count             249 ompi/mpi/java/c/mpi_Datatype.c     int count = (*env)->GetArrayLength(env, blockLengths);
count             255 ompi/mpi/java/c/mpi_Datatype.c     MPI_Aint *cDisps = (MPI_Aint*)calloc(count, sizeof(MPI_Aint));
count             257 ompi/mpi/java/c/mpi_Datatype.c     MPI_Datatype *cTypes = (MPI_Datatype*)calloc(count, sizeof(MPI_Datatype));
count             260 ompi/mpi/java/c/mpi_Datatype.c     for(i = 0; i < count; i++)
count             272 ompi/mpi/java/c/mpi_Datatype.c     int rc = MPI_Type_create_struct(count, cBlockLengths, cDisps, cTypes, &type);
count             140 ompi/mpi/java/c/mpi_File.c         jobject buf, jboolean db, jint off, jint count,
count             147 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
count             151 ompi/mpi/java/c/mpi_File.c                               ptr, count, type, &status);
count             154 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
count             162 ompi/mpi/java/c/mpi_File.c         jobject buf, jboolean db, jint off, jint count,
count             169 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
count             173 ompi/mpi/java/c/mpi_File.c                                   ptr, count, type, &status);
count             176 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
count             184 ompi/mpi/java/c/mpi_File.c         jobject buf, jboolean db, jint off, jint count,
count             191 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
count             195 ompi/mpi/java/c/mpi_File.c                                ptr, count, type, &status);
count             206 ompi/mpi/java/c/mpi_File.c         jobject buf, jboolean db, jint off, jint count,
count             213 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
count             217 ompi/mpi/java/c/mpi_File.c                                    ptr, count, (MPI_Datatype)type, &status);
count             228 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             234 ompi/mpi/java/c/mpi_File.c                                ptr, count, (MPI_Datatype)type, &request);
count             242 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             248 ompi/mpi/java/c/mpi_File.c                                    ptr, count, (MPI_Datatype)type, &request);
count             256 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             262 ompi/mpi/java/c/mpi_File.c                                 ptr, count, (MPI_Datatype)type, &request);
count             270 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             276 ompi/mpi/java/c/mpi_File.c                                     ptr, count, (MPI_Datatype)type, &request);
count             284 ompi/mpi/java/c/mpi_File.c         jint off, jint count, jlong jType, jint bType, jlongArray stat)
count             290 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
count             292 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_read((MPI_File)fh, ptr, count, type, &status);
count             294 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
count             302 ompi/mpi/java/c/mpi_File.c         jint off, jint count, jlong jType, jint bType, jlongArray stat)
count             308 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
count             310 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_read_all((MPI_File)fh, ptr, count, type, &status);
count             312 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
count             320 ompi/mpi/java/c/mpi_File.c         jint off, jint count, jlong jType, jint bType, jlongArray stat)
count             326 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
count             328 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_write((MPI_File)fh, ptr, count, type, &status);
count             338 ompi/mpi/java/c/mpi_File.c         jint off, jint count, jlong jType, jint bType, jlongArray stat)
count             344 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
count             346 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_write_all((MPI_File)fh, ptr, count, type, &status);
count             356 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             361 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_iread((MPI_File)fh, ptr, count,
count             370 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             375 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_iread_all((MPI_File)fh, ptr, count,
count             384 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             389 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_iwrite((MPI_File)fh, ptr, count,
count             398 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             403 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_iwrite_all((MPI_File)fh, ptr, count,
count             437 ompi/mpi/java/c/mpi_File.c         jint off, jint count, jlong jType, jint bType, jlongArray stat)
count             443 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
count             445 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_read_shared((MPI_File)fh, ptr, count, type, &status);
count             447 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
count             455 ompi/mpi/java/c/mpi_File.c         jint off, jint count, jlong jType, jint bType, jlongArray stat)
count             461 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
count             463 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_write_shared((MPI_File)fh, ptr, count, type, &status);
count             473 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             478 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_iread_shared((MPI_File)fh, ptr, count,
count             487 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             492 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_iwrite_shared((MPI_File)fh, ptr, count,
count             501 ompi/mpi/java/c/mpi_File.c         jint off, jint count, jlong jType, jint bType, jlongArray stat)
count             507 ompi/mpi/java/c/mpi_File.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
count             509 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_read_ordered((MPI_File)fh, ptr, count, type, &status);
count             511 ompi/mpi/java/c/mpi_File.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
count             519 ompi/mpi/java/c/mpi_File.c         jint off, jint count, jlong jType, jint bType, jlongArray stat)
count             525 ompi/mpi/java/c/mpi_File.c     ompi_java_getReadPtr(&ptr, &item, env, buf, db, off, count, type, bType);
count             527 ompi/mpi/java/c/mpi_File.c     int rc = MPI_File_write_ordered((MPI_File)fh, ptr, count, type, &status);
count             553 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             558 ompi/mpi/java/c/mpi_File.c                                         ptr, count, (MPI_Datatype)type);
count             575 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             580 ompi/mpi/java/c/mpi_File.c                                          ptr, count, (MPI_Datatype)type);
count             597 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             602 ompi/mpi/java/c/mpi_File.c              (MPI_File)fh, ptr, count, (MPI_Datatype)type);
count             620 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             625 ompi/mpi/java/c/mpi_File.c              (MPI_File)fh, ptr, count, (MPI_Datatype)type);
count             643 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             648 ompi/mpi/java/c/mpi_File.c              (MPI_File)fh, ptr, count, (MPI_Datatype)type);
count             666 ompi/mpi/java/c/mpi_File.c         jobject buf, jint count, jlong type)
count             671 ompi/mpi/java/c/mpi_File.c              (MPI_File)fh, ptr, count, (MPI_Datatype)type);
count             221 ompi/mpi/java/c/mpi_Intracomm.c         jobject rBuf, jboolean rdb, jint rOff, jint count,
count             233 ompi/mpi/java/c/mpi_Intracomm.c         ompi_java_getReadPtr(&rPtr,&rItem,env,rBuf,rdb,rOff,count,type,bType);
count             237 ompi/mpi/java/c/mpi_Intracomm.c         ompi_java_getReadPtr(&sPtr,&sItem,env,sBuf,sdb,sOff,count,type,bType);
count             238 ompi/mpi/java/c/mpi_Intracomm.c         ompi_java_getWritePtr(&rPtr, &rItem, env, rBuf, rdb, count, type);
count             242 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Scan(sPtr, rPtr, count, type, op, comm);
count             248 ompi/mpi/java/c/mpi_Intracomm.c     ompi_java_releaseWritePtr(rPtr,rItem,env,rBuf,rdb,rOff,count,type,bType);
count             253 ompi/mpi/java/c/mpi_Intracomm.c         jobject sendBuf, jobject recvBuf, jint count,
count             266 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Iscan(sPtr, rPtr, count, (MPI_Datatype)type,
count             277 ompi/mpi/java/c/mpi_Intracomm.c         jobject rBuf, jboolean rdb, jint rOff, jint count,
count             289 ompi/mpi/java/c/mpi_Intracomm.c         ompi_java_getReadPtr(&rPtr,&rItem,env,rBuf,rdb,rOff,count,type,bType);
count             293 ompi/mpi/java/c/mpi_Intracomm.c         ompi_java_getReadPtr(&sPtr,&sItem,env,sBuf,sdb,sOff,count,type,bType);
count             294 ompi/mpi/java/c/mpi_Intracomm.c         ompi_java_getWritePtr(&rPtr, &rItem, env, rBuf, rdb, count, type);
count             298 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Exscan(sPtr, rPtr, count, type, op, comm);
count             304 ompi/mpi/java/c/mpi_Intracomm.c     ompi_java_releaseWritePtr(rPtr,rItem,env,rBuf,rdb,rOff,count,type,bType);
count             309 ompi/mpi/java/c/mpi_Intracomm.c         jobject sendBuf, jobject recvBuf, jint count,
count             322 ompi/mpi/java/c/mpi_Intracomm.c     int rc = MPI_Iexscan(sPtr, rPtr, count, (MPI_Datatype)type,
count             583 ompi/mpi/java/c/mpi_MPI.c                         int offset, int count, MPI_Datatype type, int baseType)
count             585 ompi/mpi/java/c/mpi_MPI.c     int  length = count * getTypeExtent(env, type);
count             588 ompi/mpi/java/c/mpi_MPI.c     if(opal_datatype_is_contiguous_memory_layout(&type->super, count))
count             598 ompi/mpi/java/c/mpi_MPI.c                  &type->super, count, ptr, inBuf);
count             611 ompi/mpi/java/c/mpi_MPI.c         int count, int size, int rank, MPI_Datatype type, int baseType)
count             614 ompi/mpi/java/c/mpi_MPI.c          rLen   = extent * count,
count             621 ompi/mpi/java/c/mpi_MPI.c     if(opal_datatype_is_contiguous_memory_layout(&type->super, count))
count             631 ompi/mpi/java/c/mpi_MPI.c                  &type->super, count, rPtr, bufPtr);
count             720 ompi/mpi/java/c/mpi_MPI.c                          int count, MPI_Datatype type)
count             723 ompi/mpi/java/c/mpi_MPI.c         length = count * extent;
count             732 ompi/mpi/java/c/mpi_MPI.c         count  = getCountv(counts, displs, size),
count             733 ompi/mpi/java/c/mpi_MPI.c         length = extent * count;
count             740 ompi/mpi/java/c/mpi_MPI.c         jboolean db, int offset, int count, MPI_Datatype type, int baseType)
count             756 ompi/mpi/java/c/mpi_MPI.c         *ptr = getReadPtr(item, env, buf, offset, count, type, baseType);
count             762 ompi/mpi/java/c/mpi_MPI.c         jobject buf, jboolean db, int offset, int count, int size,
count             779 ompi/mpi/java/c/mpi_MPI.c         *ptr = getReadPtrRank(item, env, buf, offset, count,
count             822 ompi/mpi/java/c/mpi_MPI.c         jobject buf, jboolean db, int count, MPI_Datatype type)
count             837 ompi/mpi/java/c/mpi_MPI.c         *ptr = getWritePtr(item, env, count, type);
count             864 ompi/mpi/java/c/mpi_MPI.c         jboolean db, int offset, int count, MPI_Datatype type, int baseType)
count             869 ompi/mpi/java/c/mpi_MPI.c     if(opal_datatype_is_contiguous_memory_layout(&type->super, count))
count             871 ompi/mpi/java/c/mpi_MPI.c         int length = count * getTypeExtent(env, type);
count             880 ompi/mpi/java/c/mpi_MPI.c                  &type->super, count, inBuf, ptr);
count              71 ompi/mpi/java/c/mpi_Message.c         jint off, jint count, jlong jType, jint bType, jlongArray jStatus)
count              78 ompi/mpi/java/c/mpi_Message.c     ompi_java_getWritePtr(&ptr, &item, env, buf, db, count, type);
count              81 ompi/mpi/java/c/mpi_Message.c     int rc = MPI_Mrecv(ptr, count, type, &message, &status);
count              86 ompi/mpi/java/c/mpi_Message.c     ompi_java_releaseWritePtr(ptr, item, env, buf, db, off, count, type, bType);
count              92 ompi/mpi/java/c/mpi_Message.c         jobject buf, jint count, jlong jType)
count              99 ompi/mpi/java/c/mpi_Message.c     int rc = MPI_Imrecv(ptr, count, type, &message, &request);
count              96 ompi/mpi/java/c/mpi_Op.c static void opIntercept(void *invec, void *inoutvec, int *count,
count             110 ompi/mpi/java/c/mpi_Op.c     int len = (*count) * extent;
count             126 ompi/mpi/java/c/mpi_Op.c     (*env)->CallVoidMethod(env, jthis, ompi_java.OpCall, jin, jio, *count);
count              42 ompi/mpi/java/c/mpi_Prequest.c     int count = (*env)->GetArrayLength(env, prequests);
count              46 ompi/mpi/java/c/mpi_Prequest.c     int rc = MPI_Startall(count, cReq);
count              65 ompi/mpi/java/c/mpi_Request.c static void setIndices(JNIEnv *env, jintArray indices, int *cIdx, int count)
count              75 ompi/mpi/java/c/mpi_Request.c         jIdx = (jint*)calloc(count, sizeof(jint));
count              78 ompi/mpi/java/c/mpi_Request.c         for(i = 0; i < count; i++)
count              82 ompi/mpi/java/c/mpi_Request.c     (*env)->SetIntArrayRegion(env, indices, 0, count, jIdx);
count              88 ompi/mpi/java/c/mpi_Request.c static jobjectArray newStatuses(JNIEnv *env, MPI_Status *statuses, int count)
count              91 ompi/mpi/java/c/mpi_Request.c                          count, ompi_java.StatusClass, NULL);
count              93 ompi/mpi/java/c/mpi_Request.c     for(i = 0; i < count; i++)
count             104 ompi/mpi/java/c/mpi_Request.c         JNIEnv *env, MPI_Status *statuses, int *indices, int count)
count             106 ompi/mpi/java/c/mpi_Request.c     if(count < 0)
count             110 ompi/mpi/java/c/mpi_Request.c                          count, ompi_java.StatusClass, NULL);
count             112 ompi/mpi/java/c/mpi_Request.c     for(i = 0; i < count; i++)
count             211 ompi/mpi/java/c/mpi_Request.c     int count = (*env)->GetArrayLength(env, requests);
count             217 ompi/mpi/java/c/mpi_Request.c     int rc = MPI_Waitany(count, cReq, &index, &status);
count             228 ompi/mpi/java/c/mpi_Request.c     int count = (*env)->GetArrayLength(env, requests);
count             233 ompi/mpi/java/c/mpi_Request.c     int rc = MPI_Waitany(count, cReq, &index, MPI_STATUS_IGNORE);
count             242 ompi/mpi/java/c/mpi_Request.c     int count = (*env)->GetArrayLength(env, requests);
count             248 ompi/mpi/java/c/mpi_Request.c     int rc = MPI_Testany(count, cReq, &index, &flag, &status);
count             257 ompi/mpi/java/c/mpi_Request.c     int count = (*env)->GetArrayLength(env, requests);
count             262 ompi/mpi/java/c/mpi_Request.c     int rc = MPI_Testany(count, cReq, &index, &flag, MPI_STATUS_IGNORE);
count             271 ompi/mpi/java/c/mpi_Request.c     int count = (*env)->GetArrayLength(env, requests);
count             275 ompi/mpi/java/c/mpi_Request.c     MPI_Status *statuses = (MPI_Status*)calloc(count, sizeof(MPI_Status));
count             276 ompi/mpi/java/c/mpi_Request.c     int rc = MPI_Waitall(count, cReq, statuses);
count             279 ompi/mpi/java/c/mpi_Request.c     jobjectArray jStatuses = newStatuses(env, statuses, count);
count             287 ompi/mpi/java/c/mpi_Request.c     int count = (*env)->GetArrayLength(env, requests);
count             291 ompi/mpi/java/c/mpi_Request.c     int rc = MPI_Waitall(count, cReq, MPI_STATUSES_IGNORE);
count             299 ompi/mpi/java/c/mpi_Request.c     int count = (*env)->GetArrayLength(env, requests);
count             303 ompi/mpi/java/c/mpi_Request.c     MPI_Status *statuses = (MPI_Status*)calloc(count, sizeof(MPI_Status));
count             305 ompi/mpi/java/c/mpi_Request.c     int rc = MPI_Testall(count, cReq, &flag, statuses);
count             308 ompi/mpi/java/c/mpi_Request.c     jobjectArray jStatuses = flag ? newStatuses(env, statuses, count) : NULL;
count             316 ompi/mpi/java/c/mpi_Request.c     int count = (*env)->GetArrayLength(env, requests);
count             321 ompi/mpi/java/c/mpi_Request.c     int rc = MPI_Testall(count, cReq, &flag, MPI_STATUSES_IGNORE);
count              78 ompi/mpi/java/c/mpi_Status.c     int count;
count              82 ompi/mpi/java/c/mpi_Status.c     int rc = MPI_Get_count(&stat, datatype, &count);
count              84 ompi/mpi/java/c/mpi_Status.c     return count;
count             103 ompi/mpi/java/c/mpi_Status.c     int count;
count             107 ompi/mpi/java/c/mpi_Status.c     int rc = MPI_Get_elements(&stat, datatype, &count);
count             109 ompi/mpi/java/c/mpi_Status.c     return count;
count             116 ompi/mpi/java/c/mpi_Status.c     MPI_Count count;
count             120 ompi/mpi/java/c/mpi_Status.c     int rc = MPI_Get_elements_x(&stat, datatype, &count);
count             124 ompi/mpi/java/c/mpi_Status.c 				ompi_java.CountInit, (jlong)count);
count             129 ompi/mpi/java/c/mpi_Status.c         jint error, jint cancelled, jlong ucount, jlong jType, int count)
count             134 ompi/mpi/java/c/mpi_Status.c     int rc = MPI_Status_set_elements(&stat, datatype, count);
count             144 ompi/mpi/java/c/mpi_Status.c     MPI_Count count = (long)jcount;
count             147 ompi/mpi/java/c/mpi_Status.c     int rc = MPI_Status_set_elements_x(&stat, datatype, count);
count             366 ompi/mpi/java/java/Comm.java 	public final void send(Object buf, int count, Datatype type, int dest, int tag)
count             379 ompi/mpi/java/java/Comm.java 		send(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
count             383 ompi/mpi/java/java/Comm.java 			long comm, Object buf, boolean db, int offset, int count,
count             397 ompi/mpi/java/java/Comm.java 	public final Status recv(Object buf, int count,
count             413 ompi/mpi/java/java/Comm.java 		recv(handle, buf, db, off, count,
count             420 ompi/mpi/java/java/Comm.java 			long comm, Object buf, boolean db, int offset, int count,
count             503 ompi/mpi/java/java/Comm.java 			Object buf, int count, Datatype type,
count             519 ompi/mpi/java/java/Comm.java 		sendRecvReplace(handle, buf, db, off, count, type.handle, type.baseType,
count             526 ompi/mpi/java/java/Comm.java 			long comm, Object buf, boolean db, int offset, int count,
count             543 ompi/mpi/java/java/Comm.java 	public final void bSend(Object buf, int count, Datatype type, int dest, int tag)
count             556 ompi/mpi/java/java/Comm.java 		bSend(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
count             560 ompi/mpi/java/java/Comm.java 			long comm, Object buf, boolean db, int offset, int count,
count             574 ompi/mpi/java/java/Comm.java 	public final void sSend(Object buf, int count, Datatype type, int dest, int tag)
count             587 ompi/mpi/java/java/Comm.java 		sSend(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
count             591 ompi/mpi/java/java/Comm.java 			long comm, Object buf, boolean db, int offset, int count,
count             605 ompi/mpi/java/java/Comm.java 	public final void rSend(Object buf, int count, Datatype type, int dest, int tag)
count             618 ompi/mpi/java/java/Comm.java 		rSend(handle, buf, db, off, count, type.handle, type.baseType, dest, tag);
count             622 ompi/mpi/java/java/Comm.java 			long comm, Object buf, boolean db, int offset, int count,
count             639 ompi/mpi/java/java/Comm.java 	public final Request iSend(Buffer buf, int count,
count             645 ompi/mpi/java/java/Comm.java 		Request req = new Request(iSend(handle, buf, count, type.handle, dest, tag));
count             651 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
count             666 ompi/mpi/java/java/Comm.java 	public final Request ibSend(Buffer buf, int count,
count             672 ompi/mpi/java/java/Comm.java 		Request req = new Request(ibSend(handle, buf, count, type.handle, dest, tag));
count             678 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
count             693 ompi/mpi/java/java/Comm.java 	public final Request isSend(Buffer buf, int count,
count             699 ompi/mpi/java/java/Comm.java 		Request req = new Request(isSend(handle, buf, count, type.handle, dest, tag));
count             705 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
count             720 ompi/mpi/java/java/Comm.java 	public final Request irSend(Buffer buf, int count,
count             726 ompi/mpi/java/java/Comm.java 		Request req = new Request(irSend(handle, buf, count, type.handle, dest, tag));
count             732 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
count             747 ompi/mpi/java/java/Comm.java 	public final Request iRecv(Buffer buf, int count,
count             753 ompi/mpi/java/java/Comm.java 		Request req = new Request(iRecv(handle, buf, count, type.handle, source, tag));
count             759 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int source, int tag)
count             777 ompi/mpi/java/java/Comm.java 	public final Prequest sendInit(Buffer buf, int count,
count             783 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(sendInit(handle, buf, count, type.handle, dest, tag));
count             789 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
count             804 ompi/mpi/java/java/Comm.java 	public final Prequest bSendInit(Buffer buf, int count,
count             810 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(bSendInit(handle, buf, count, type.handle, dest, tag));
count             816 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
count             831 ompi/mpi/java/java/Comm.java 	public final Prequest sSendInit(Buffer buf, int count,
count             837 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(sSendInit(handle, buf, count, type.handle, dest, tag));
count             843 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
count             858 ompi/mpi/java/java/Comm.java 	public final Prequest rSendInit(Buffer buf, int count,
count             864 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(rSendInit(handle, buf, count, type.handle, dest, tag));
count             870 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int dest, int tag)
count             885 ompi/mpi/java/java/Comm.java 	public final Prequest recvInit(Buffer buf, int count,
count             891 ompi/mpi/java/java/Comm.java 		Prequest preq = new Prequest(recvInit(handle, buf, count, type.handle, source, tag));
count             897 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int source, int tag)
count            1254 ompi/mpi/java/java/Comm.java 	public final void bcast(Object buf, int count, Datatype type, int root)
count            1267 ompi/mpi/java/java/Comm.java 		bcast(handle, buf, db, off, count, type.handle, type.baseType, root);
count            1271 ompi/mpi/java/java/Comm.java 			long comm, Object buf, boolean db, int offset, int count,
count            1285 ompi/mpi/java/java/Comm.java 	public final Request iBcast(Buffer buf, int count, Datatype type, int root)
count            1290 ompi/mpi/java/java/Comm.java 		Request req = new Request(iBcast(handle, buf, count, type.handle, root));
count            1296 ompi/mpi/java/java/Comm.java 			long comm, Buffer buf, int count, long type, int root)
count            1354 ompi/mpi/java/java/Comm.java 	public final void gather(Object buf, int count, Datatype type, int root)
count            1368 ompi/mpi/java/java/Comm.java 				buf, db, off, count, type.handle, type.baseType, root);
count            1418 ompi/mpi/java/java/Comm.java 	public final Request iGather(Buffer buf, int count, Datatype type, int root)
count            1424 ompi/mpi/java/java/Comm.java 				buf, count, type.handle, root));
count            1689 ompi/mpi/java/java/Comm.java 	public final void scatter(Object buf, int count, Datatype type, int root)
count            1702 ompi/mpi/java/java/Comm.java 		scatter(handle, buf, db, off, count, type.handle, type.baseType,
count            1752 ompi/mpi/java/java/Comm.java 	public final Request iScatter(Buffer buf, int count, Datatype type, int root)
count            1757 ompi/mpi/java/java/Comm.java 		Request req = new Request(iScatter(handle, buf, count, type.handle,
count            2013 ompi/mpi/java/java/Comm.java 	public final void allGather(Object buf, int count, Datatype type)
count            2027 ompi/mpi/java/java/Comm.java 				buf, db, off, count, type.handle, type.baseType);
count            2072 ompi/mpi/java/java/Comm.java 	public final Request iAllGather(Buffer buf, int count, Datatype type)
count            2077 ompi/mpi/java/java/Comm.java 		Request req = new Request(iAllGather(handle, null, 0, 0, buf, count, type.handle));
count            2204 ompi/mpi/java/java/Comm.java 			Buffer buf, int[] count, int[] displs, Datatype type)
count            2210 ompi/mpi/java/java/Comm.java 				handle, null, 0, 0, buf, count, displs, type.handle));
count            2802 ompi/mpi/java/java/Comm.java 	public final void reduce(Object sendbuf, Object recvbuf, int count,
count            2828 ompi/mpi/java/java/Comm.java 				count, type.handle, type.baseType, op, op.handle, root);
count            2844 ompi/mpi/java/java/Comm.java 	public final void reduce(Object buf, int count, Datatype type, Op op, int root)
count            2858 ompi/mpi/java/java/Comm.java 		reduce(handle, null, false, 0, buf, db, off, count,
count            2864 ompi/mpi/java/java/Comm.java 			Object recvbuf, boolean rdb, int recvoff, int count,
count            2883 ompi/mpi/java/java/Comm.java 			int count, Datatype type, Op op, int root)
count            2890 ompi/mpi/java/java/Comm.java 				handle, sendbuf, recvbuf, count,
count            2911 ompi/mpi/java/java/Comm.java 	public final Request iReduce(Buffer buf, int count,
count            2919 ompi/mpi/java/java/Comm.java 				handle, null, buf, count,
count            2926 ompi/mpi/java/java/Comm.java 			long comm, Buffer sendbuf, Buffer recvbuf, int count,
count            2942 ompi/mpi/java/java/Comm.java 			int count, Datatype type, Op op)
count            2967 ompi/mpi/java/java/Comm.java 				count, type.handle, type.baseType, op, op.handle);
count            2981 ompi/mpi/java/java/Comm.java 	public final void allReduce(Object buf, int count, Datatype type, Op op)
count            2995 ompi/mpi/java/java/Comm.java 		allReduce(handle, null, false, 0, buf, db, off, count,
count            3001 ompi/mpi/java/java/Comm.java 			Object recvbuf, boolean rdb, int recvoff, int count,
count            3017 ompi/mpi/java/java/Comm.java 			int count, Datatype type, Op op)
count            3023 ompi/mpi/java/java/Comm.java 		Request req = new Request(iAllReduce(handle, sendbuf, recvbuf, count,
count            3042 ompi/mpi/java/java/Comm.java 	public final Request iAllReduce(Buffer buf, int count, Datatype type, Op op)
count            3049 ompi/mpi/java/java/Comm.java 				handle, null, buf, count,
count            3056 ompi/mpi/java/java/Comm.java 			long comm, Buffer sendbuf, Buffer recvbuf, int count,
count            3244 ompi/mpi/java/java/Comm.java 			Object buf, int count, Datatype type, Op op)
count            3258 ompi/mpi/java/java/Comm.java 		reduceScatterBlock(handle, null, false, 0, buf, db, off, count,
count            3305 ompi/mpi/java/java/Comm.java 			Buffer buf, int count, Datatype type, Op op)
count            3312 ompi/mpi/java/java/Comm.java 				handle, null, buf, count, type.handle,
count            3335 ompi/mpi/java/java/Comm.java 			Object inBuf, Object inOutBuf, int count, Datatype type, Op op)
count            3362 ompi/mpi/java/java/Comm.java 					count, type.handle, op.handle);
count            3367 ompi/mpi/java/java/Comm.java 					count, type.handle, type.baseType, op, op.handle);
count            3373 ompi/mpi/java/java/Comm.java 			Object inOutBuf, boolean iodb, int inOutOff, int count,
count            3378 ompi/mpi/java/java/Comm.java 			Object inOutBuf, boolean iodb, int inOutOff, int count,
count              41 ompi/mpi/java/java/Count.java 	private long count;
count              51 ompi/mpi/java/java/Count.java 	public Count(long count)
count              53 ompi/mpi/java/java/Count.java 		this.count = count;
count              62 ompi/mpi/java/java/Count.java 		return this.count;
count              69 ompi/mpi/java/java/Count.java 	public void setCount(long count)
count              71 ompi/mpi/java/java/Count.java 		this.count = count;
count              78 ompi/mpi/java/java/Count.java 			if(this.count == ((Count)obj).getCount()) {
count              88 ompi/mpi/java/java/Count.java 			if(this.count - ((Count)obj).getCount() > 0) {
count              90 ompi/mpi/java/java/Count.java 			} else if(this.count - ((Count)obj).getCount() == 0) {
count             309 ompi/mpi/java/java/Datatype.java 	public static Datatype createContiguous(int count, Datatype oldType)
count             313 ompi/mpi/java/java/Datatype.java 		return new Datatype(oldType, getContiguous(count, oldType.handle));
count             316 ompi/mpi/java/java/Datatype.java 	private static native long getContiguous(int count, long oldType);
count             331 ompi/mpi/java/java/Datatype.java 	public static Datatype createVector(int count, int blockLength,
count             336 ompi/mpi/java/java/Datatype.java 		long handle = getVector(count, blockLength, stride, oldType.handle);
count             341 ompi/mpi/java/java/Datatype.java 			int count, int blockLength, int stride, long oldType)
count             356 ompi/mpi/java/java/Datatype.java 	public static Datatype createHVector(int count, int blockLength,
count             361 ompi/mpi/java/java/Datatype.java 		long handle = getHVector(count, blockLength, stride, oldType.handle);
count             366 ompi/mpi/java/java/Datatype.java 			int count, int blockLength, int stride, long oldType)
count             263 ompi/mpi/java/java/File.java 	public Status readAt(long offset, Object buf, int count, Datatype type)
count             277 ompi/mpi/java/java/File.java 		readAt(handle, offset, buf, db, off, count,
count             285 ompi/mpi/java/java/File.java 			int count, long type, int baseType, long[] stat) throws MPIException;
count             296 ompi/mpi/java/java/File.java 	public Status readAtAll(long offset, Object buf, int count, Datatype type)
count             310 ompi/mpi/java/java/File.java 		readAtAll(handle, offset, buf, db, off, count,
count             318 ompi/mpi/java/java/File.java 			int count, long type, int baseType, long[] stat) throws MPIException;
count             329 ompi/mpi/java/java/File.java 	public Status writeAt(long offset, Object buf, int count, Datatype type)
count             343 ompi/mpi/java/java/File.java 		writeAt(handle, offset, buf, db, off, count,
count             351 ompi/mpi/java/java/File.java 			int count, long type, int baseType, long[] stat) throws MPIException;
count             362 ompi/mpi/java/java/File.java 	public Status writeAtAll(long offset, Object buf, int count, Datatype type)
count             376 ompi/mpi/java/java/File.java 		writeAtAll(handle, offset, buf, db, off, count,
count             384 ompi/mpi/java/java/File.java 			int count, long type, int baseType, long[] stat) throws MPIException;
count             395 ompi/mpi/java/java/File.java 	public Request iReadAt(long offset, Buffer buf, int count, Datatype type)
count             400 ompi/mpi/java/java/File.java 		Request req = new Request(iReadAt(handle, offset, buf, count, type.handle));
count             406 ompi/mpi/java/java/File.java 			long fh, long offset, Buffer buf, int count, long type)
count             418 ompi/mpi/java/java/File.java 	public Request iReadAtAll(long offset, Buffer buf, int count, Datatype type)
count             423 ompi/mpi/java/java/File.java 		Request req = new Request(iReadAtAll(handle, offset, buf, count, type.handle));
count             429 ompi/mpi/java/java/File.java 			long fh, long offset, Buffer buf, int count, long type)
count             441 ompi/mpi/java/java/File.java 	public Request iWriteAt(long offset, Buffer buf, int count, Datatype type)
count             446 ompi/mpi/java/java/File.java 		Request req = new Request(iWriteAt(handle, offset, buf, count, type.handle));
count             452 ompi/mpi/java/java/File.java 			long fh, long offset, Buffer buf, int count, long type)
count             464 ompi/mpi/java/java/File.java 	public Request iWriteAtAll(long offset, Buffer buf, int count, Datatype type)
count             469 ompi/mpi/java/java/File.java 		Request req = new Request(iWriteAtAll(handle, offset, buf, count, type.handle));
count             475 ompi/mpi/java/java/File.java 			long fh, long offset, Buffer buf, int count, long type)
count             486 ompi/mpi/java/java/File.java 	public Status read(Object buf, int count, Datatype type) throws MPIException
count             499 ompi/mpi/java/java/File.java 		read(handle, buf, db, off, count, type.handle, type.baseType, status.data);
count             505 ompi/mpi/java/java/File.java 			int count, long type, int baseType, long[] stat) throws MPIException;
count             515 ompi/mpi/java/java/File.java 	public Status readAll(Object buf, int count, Datatype type) throws MPIException
count             528 ompi/mpi/java/java/File.java 		readAll(handle, buf,db,off, count, type.handle, type.baseType, status.data);
count             534 ompi/mpi/java/java/File.java 			int count, long type, int baseType, long[] stat) throws MPIException;
count             544 ompi/mpi/java/java/File.java 	public Status write(Object buf, int count, Datatype type) throws MPIException
count             557 ompi/mpi/java/java/File.java 		write(handle, buf, db, off, count, type.handle, type.baseType, status.data);
count             563 ompi/mpi/java/java/File.java 			int count, long type, int baseType, long[] stat) throws MPIException;
count             573 ompi/mpi/java/java/File.java 	public Status writeAll(Object buf, int count, Datatype type) throws MPIException
count             586 ompi/mpi/java/java/File.java 		writeAll(handle, buf,db,off, count, type.handle,type.baseType, status.data);
count             592 ompi/mpi/java/java/File.java 			int count, long type, int baseType, long[] stat) throws MPIException;
count             602 ompi/mpi/java/java/File.java 	public Request iRead(Buffer buf, int count, Datatype type) throws MPIException
count             606 ompi/mpi/java/java/File.java 		Request req = new Request(iRead(handle, buf, count, type.handle));
count             611 ompi/mpi/java/java/File.java 	private native long iRead(long fh, Buffer buf, int count, long type)
count             622 ompi/mpi/java/java/File.java 	public Request iReadAll(Buffer buf, int count, Datatype type) throws MPIException
count             626 ompi/mpi/java/java/File.java 		Request req = new Request(iReadAll(handle, buf, count, type.handle));
count             631 ompi/mpi/java/java/File.java 	private native long iReadAll(long fh, Buffer buf, int count, long type)
count             642 ompi/mpi/java/java/File.java 	public Request iWrite(Buffer buf, int count, Datatype type) throws MPIException
count             646 ompi/mpi/java/java/File.java 		Request req = new Request(iWrite(handle, buf, count, type.handle));
count             651 ompi/mpi/java/java/File.java 	private native long iWrite(long fh, Buffer buf, int count, long type)
count             662 ompi/mpi/java/java/File.java 	public Request iWriteAll(Buffer buf, int count, Datatype type) throws MPIException
count             666 ompi/mpi/java/java/File.java 		Request req = new Request(iWriteAll(handle, buf, count, type.handle));
count             671 ompi/mpi/java/java/File.java 	private native long iWriteAll(long fh, Buffer buf, int count, long type)
count             723 ompi/mpi/java/java/File.java 	public Status readShared(Object buf, int count, Datatype type)
count             737 ompi/mpi/java/java/File.java 		readShared(handle, buf, db, off, count,
count             744 ompi/mpi/java/java/File.java 			long fh, Object buf, boolean db, int offset, int count,
count             755 ompi/mpi/java/java/File.java 	public Status writeShared(Object buf, int count, Datatype type)
count             769 ompi/mpi/java/java/File.java 		writeShared(handle, buf, db, off, count,
count             776 ompi/mpi/java/java/File.java 			long fh, Object buf, boolean db, int offset, int count,
count             787 ompi/mpi/java/java/File.java 	public Request iReadShared(Buffer buf, int count, Datatype type)
count             792 ompi/mpi/java/java/File.java 		Request req = new Request(iReadShared(handle, buf, count, type.handle));
count             797 ompi/mpi/java/java/File.java 	private native long iReadShared(long fh, Buffer buf, int count, long type)
count             808 ompi/mpi/java/java/File.java 	public Request iWriteShared(Buffer buf, int count, Datatype type)
count             813 ompi/mpi/java/java/File.java 		Request req = new Request(iWriteShared(handle, buf, count, type.handle));
count             818 ompi/mpi/java/java/File.java 	private native long iWriteShared(long fh, Buffer buf, int count, long type)
count             829 ompi/mpi/java/java/File.java 	public Status readOrdered(Object buf, int count, Datatype type)
count             843 ompi/mpi/java/java/File.java 		readOrdered(handle, buf, db, off, count,
count             850 ompi/mpi/java/java/File.java 			long fh, Object buf, boolean db, int offset, int count,
count             861 ompi/mpi/java/java/File.java 	public Status writeOrdered(Object buf, int count, Datatype type)
count             875 ompi/mpi/java/java/File.java 		writeOrdered(handle, buf, db, off, count,
count             882 ompi/mpi/java/java/File.java 			long fh, Object buf, boolean db, int offset, int count,
count             921 ompi/mpi/java/java/File.java 	public void readAtAllBegin(long offset, Object buf, int count, Datatype type)
count             928 ompi/mpi/java/java/File.java 			readAtAllBegin(handle, offset, buf, count, type.handle);
count             941 ompi/mpi/java/java/File.java 			readAtAll(handle, offset, buf, false, off, count,
count             949 ompi/mpi/java/java/File.java 			long fh, long offset, Object buf, int count, long type)
count             985 ompi/mpi/java/java/File.java 	public void writeAtAllBegin(long offset, Object buf, int count, Datatype type)
count             992 ompi/mpi/java/java/File.java 			writeAtAllBegin(handle, offset, buf, count, type.handle);
count            1005 ompi/mpi/java/java/File.java 			writeAtAll(handle, offset, buf, false, off, count,
count            1013 ompi/mpi/java/java/File.java 			long fh, long fileOffset, Object buf, int count, long type)
count            1048 ompi/mpi/java/java/File.java 	public void readAllBegin(Object buf, int count, Datatype type)
count            1055 ompi/mpi/java/java/File.java 			readAllBegin(handle, buf, count, type.handle);
count            1068 ompi/mpi/java/java/File.java 			readAll(handle, buf, false, off, count,
count            1075 ompi/mpi/java/java/File.java 	private native void readAllBegin(long fh, Object buf, int count, long type)
count            1110 ompi/mpi/java/java/File.java 	public void writeAllBegin(Object buf, int count, Datatype type)
count            1117 ompi/mpi/java/java/File.java 			writeAllBegin(handle, buf, count, type.handle);
count            1130 ompi/mpi/java/java/File.java 			writeAll(handle, buf, false, off, count,
count            1137 ompi/mpi/java/java/File.java 	private native void writeAllBegin(long fh, Object buf, int count, long type)
count            1172 ompi/mpi/java/java/File.java 	public void readOrderedBegin(Object buf, int count, Datatype type)
count            1179 ompi/mpi/java/java/File.java 			readOrderedBegin(handle, buf, count, type.handle);
count            1192 ompi/mpi/java/java/File.java 			readOrdered(handle, buf, false, off, count,
count            1199 ompi/mpi/java/java/File.java 	private native void readOrderedBegin(long fh, Object buf, int count, long type)
count            1234 ompi/mpi/java/java/File.java 	public void writeOrderedBegin(Object buf, int count, Datatype type)
count            1241 ompi/mpi/java/java/File.java 			writeOrderedBegin(handle, buf, count, type.handle);
count            1254 ompi/mpi/java/java/File.java 			writeOrdered(handle, buf, false, off, count,
count            1261 ompi/mpi/java/java/File.java 	private native void writeOrderedBegin(long fh, Object buf, int count, long type)
count             391 ompi/mpi/java/java/Intracomm.java 			int count, Datatype type, Op op)
count             417 ompi/mpi/java/java/Intracomm.java 				count, type.handle, type.baseType, op, op.handle);
count             430 ompi/mpi/java/java/Intracomm.java 	public final void scan(Object recvbuf, int count, Datatype type, Op op)
count             446 ompi/mpi/java/java/Intracomm.java 				count, type.handle, type.baseType, op, op.handle);
count             451 ompi/mpi/java/java/Intracomm.java 			Object recvbuf, boolean rdb, int recvoff, int count,
count             466 ompi/mpi/java/java/Intracomm.java 			int count, Datatype type, Op op)
count             472 ompi/mpi/java/java/Intracomm.java 		Request req = new Request(iScan(handle, sendbuf, recvbuf, count,
count             490 ompi/mpi/java/java/Intracomm.java 	public final Request iScan(Buffer buf, int count, Datatype type, Op op)
count             497 ompi/mpi/java/java/Intracomm.java 				handle, null, buf, count,
count             504 ompi/mpi/java/java/Intracomm.java 			long comm, Buffer sendbuf, Buffer recvbuf, int count,
count             518 ompi/mpi/java/java/Intracomm.java 			int count, Datatype type, Op op)
count             544 ompi/mpi/java/java/Intracomm.java 				count, type.handle, type.baseType, op, op.handle);
count             557 ompi/mpi/java/java/Intracomm.java 	public final void exScan(Object buf, int count, Datatype type, Op op)
count             572 ompi/mpi/java/java/Intracomm.java 		exScan(handle, null, false, 0, buf, db, off, count,
count             578 ompi/mpi/java/java/Intracomm.java 			Object recvbuf, boolean rdb, int recvoff, int count,
count             593 ompi/mpi/java/java/Intracomm.java 			int count, Datatype type, Op op)
count             599 ompi/mpi/java/java/Intracomm.java 		Request req = new Request(iExScan(handle, sendbuf, recvbuf, count,
count             617 ompi/mpi/java/java/Intracomm.java 	public final Request iExScan(Buffer buf, int count, Datatype type, Op op)
count             624 ompi/mpi/java/java/Intracomm.java 				handle, null, buf, count,
count             631 ompi/mpi/java/java/Intracomm.java 			long comm, Buffer sendbuf, Buffer recvbuf, int count,
count             119 ompi/mpi/java/java/Message.java 	public Status mRecv(Object buf, int count, Datatype type) throws MPIException
count             132 ompi/mpi/java/java/Message.java 		handle = mRecv(handle, buf, db, off, count,
count             139 ompi/mpi/java/java/Message.java 			long message, Object buf, boolean db, int offset, int count,
count             150 ompi/mpi/java/java/Message.java 	public Request imRecv(Buffer buf, int count, Datatype type)
count             155 ompi/mpi/java/java/Message.java 		Request req = new Request(imRecv(handle, buf, count, type.handle));
count             160 ompi/mpi/java/java/Message.java 	private native long imRecv(long message, Object buf, int count, long type)
count              97 ompi/mpi/java/java/Op.java 	protected void call(Object invec, Object inoutvec, int count)
count             102 ompi/mpi/java/java/Op.java 			uf.call(invec, inoutvec, count, datatype);
count             108 ompi/mpi/java/java/Op.java 					count, datatype);
count             170 ompi/mpi/java/java/Status.java 	public void setElements(Datatype datatype, int count) throws MPIException
count             179 ompi/mpi/java/java/Status.java 		data[4] = setElements(source, tag, error, cancelled, ucount, datatype.handle, count);
count             184 ompi/mpi/java/java/Status.java 			int cancelled, long ucount, long datatype, int count) throws MPIException;
count             193 ompi/mpi/java/java/Status.java 	public void setElementsX(Datatype datatype, Count count) throws MPIException
count             202 ompi/mpi/java/java/Status.java 		data[4] = setElementsX(source, tag, error, cancelled, ucount, datatype.handle, count.getCount());
count             207 ompi/mpi/java/java/Status.java 			int cancelled, long ucount, long datatype, long count) throws MPIException;
count              46 ompi/mpi/java/java/Struct.java 		int count = fields.size();
count              47 ompi/mpi/java/java/Struct.java 		types   = new Datatype[count];
count              48 ompi/mpi/java/java/Struct.java 		offsets = new int[count];
count              49 ompi/mpi/java/java/Struct.java 		lengths = new int[count];
count              51 ompi/mpi/java/java/Struct.java 		for(int i = 0; i < count; i++)
count              65 ompi/mpi/java/java/UserFunction.java 	public void call(Object inVec, Object inOutVec, int count, Datatype datatype)
count              79 ompi/mpi/java/java/UserFunction.java 	public void call(ByteBuffer in, ByteBuffer inOut, int count, Datatype datatype)
count              85 ompi/mpi/java/java/UserFunction.java 			vCall(in, inOut, count, datatype);
count              88 ompi/mpi/java/java/UserFunction.java 			vCall(in.asCharBuffer(), inOut.asCharBuffer(), count, datatype);
count              91 ompi/mpi/java/java/UserFunction.java 			vCall(in.asShortBuffer(), inOut.asShortBuffer(), count, datatype);
count              94 ompi/mpi/java/java/UserFunction.java 			vCall(in.asIntBuffer(), inOut.asIntBuffer(), count, datatype);
count              97 ompi/mpi/java/java/UserFunction.java 			vCall(in.asLongBuffer(), inOut.asLongBuffer(), count, datatype);
count             100 ompi/mpi/java/java/UserFunction.java 			vCall(in.asFloatBuffer(), inOut.asFloatBuffer(), count, datatype);
count             103 ompi/mpi/java/java/UserFunction.java 			vCall(in.asDoubleBuffer(), inOut.asDoubleBuffer(), count, datatype);
count             106 ompi/mpi/java/java/UserFunction.java 			vCall(in, inOut, count, datatype);
count             114 ompi/mpi/java/java/UserFunction.java 			int count, Datatype datatype) throws MPIException
count             117 ompi/mpi/java/java/UserFunction.java 		byte[] inVec    = new byte[count * extent],
count             118 ompi/mpi/java/java/UserFunction.java 				inOutVec = new byte[count * extent];
count             122 ompi/mpi/java/java/UserFunction.java 		call(inVec, inOutVec, count, datatype);
count             128 ompi/mpi/java/java/UserFunction.java 			int count, Datatype datatype) throws MPIException
count             131 ompi/mpi/java/java/UserFunction.java 		char[] inVec    = new char[count * extent],
count             132 ompi/mpi/java/java/UserFunction.java 				inOutVec = new char[count * extent];
count             136 ompi/mpi/java/java/UserFunction.java 		call(inVec, inOutVec, count, datatype);
count             142 ompi/mpi/java/java/UserFunction.java 			int count, Datatype datatype) throws MPIException
count             145 ompi/mpi/java/java/UserFunction.java 		short[] inVec    = new short[count * extent],
count             146 ompi/mpi/java/java/UserFunction.java 				inOutVec = new short[count * extent];
count             150 ompi/mpi/java/java/UserFunction.java 		call(inVec, inOutVec, count, datatype);
count             156 ompi/mpi/java/java/UserFunction.java 			int count, Datatype datatype) throws MPIException
count             159 ompi/mpi/java/java/UserFunction.java 		int[] inVec    = new int[count * extent],
count             160 ompi/mpi/java/java/UserFunction.java 				inOutVec = new int[count * extent];
count             164 ompi/mpi/java/java/UserFunction.java 		call(inVec, inOutVec, count, datatype);
count             170 ompi/mpi/java/java/UserFunction.java 			int count, Datatype datatype) throws MPIException
count             173 ompi/mpi/java/java/UserFunction.java 		long[] inVec    = new long[count * extent],
count             174 ompi/mpi/java/java/UserFunction.java 				inOutVec = new long[count * extent];
count             178 ompi/mpi/java/java/UserFunction.java 		call(inVec, inOutVec, count, datatype);
count             184 ompi/mpi/java/java/UserFunction.java 			int count, Datatype datatype) throws MPIException
count             187 ompi/mpi/java/java/UserFunction.java 		float[] inVec    = new float[count * extent],
count             188 ompi/mpi/java/java/UserFunction.java 				inOutVec = new float[count * extent];
count             192 ompi/mpi/java/java/UserFunction.java 		call(inVec, inOutVec, count, datatype);
count             198 ompi/mpi/java/java/UserFunction.java 			int count, Datatype datatype) throws MPIException
count             201 ompi/mpi/java/java/UserFunction.java 		double[] inVec    = new double[count * extent],
count             202 ompi/mpi/java/java/UserFunction.java 				inOutVec = new double[count * extent];
count             206 ompi/mpi/java/java/UserFunction.java 		call(inVec, inOutVec, count, datatype);
count              26 ompi/mpi/tool/cvar_handle_alloc.c                              MPI_T_cvar_handle *handle, int *count)
count              35 ompi/mpi/tool/cvar_handle_alloc.c     if (MPI_PARAM_CHECK && (NULL == handle || NULL == count)) {
count              62 ompi/mpi/tool/cvar_handle_alloc.c             *count = 2048;
count              66 ompi/mpi/tool/cvar_handle_alloc.c             *count = 1;
count              29 ompi/mpi/tool/enum_get_item.c     int rc, count;
count              38 ompi/mpi/tool/enum_get_item.c         rc = enumtype->get_count (enumtype, &count);
count              44 ompi/mpi/tool/enum_get_item.c         if (index >= count) {
count              26 ompi/mpi/tool/pvar_handle_alloc.c                             void *obj_handle, MPI_T_pvar_handle *handle, int *count)
count              53 ompi/mpi/tool/pvar_handle_alloc.c                                           handle, count);
count              21 ompi/mpiext/example/c/mpiext_example_c.h OMPI_DECLSPEC int OMPI_Progress(int count, MPI_Comm comm);
count              41 ompi/mpiext/example/c/mpiext_example_progress.c int OMPI_Progress(int count, MPI_Comm comm)
count              51 ompi/mpiext/example/c/mpiext_example_progress.c     printf("Count = %d, comm = %s\n", count, name);
count              48 ompi/mpiext/example/c/progress.c int OMPI_Progress(int count)
count              50 ompi/mpiext/example/c/progress.c     printf("Count = %d!\n", count);
count              34 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void OMPI_Progress_f(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr);
count              35 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void OMPI_PROGRESS(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr);
count              36 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void ompi_progress(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr);
count              37 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void ompi_progress_(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr);
count              38 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c OMPI_DECLSPEC void ompi_progress__(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr);
count              41 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c void OMPI_Progress_f(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr)
count              46 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c     c_err = OMPI_Progress(OMPI_FINT_2_INT(*count), c_comm);
count              52 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c void OMPI_PROGRESS(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr) {
count              53 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c     OMPI_Progress_f(count, comm, ierr);
count              56 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c void ompi_progress(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr) {
count              57 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c     OMPI_Progress_f(count, comm, ierr);
count              60 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c void ompi_progress_(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr) {
count              61 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c     OMPI_Progress_f(count, comm, ierr);
count              64 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c void ompi_progress__(MPI_Fint *count, MPI_Fint *comm, MPI_Fint *ierr) {
count              65 ompi/mpiext/example/mpif-h/mpiext_example_progress_f.c     OMPI_Progress_f(count, comm, ierr);
count              22 ompi/mpiext/example/use-mpi-f08/mpiext_example_usempif08.h     subroutine ompi_progress(count, comm, ierr)
count              24 ompi/mpiext/example/use-mpi-f08/mpiext_example_usempif08.h         integer, intent(IN) :: count
count              22 ompi/mpiext/example/use-mpi/mpiext_example_usempi.h     subroutine ompi_progress(count, comm, ierr)
count              23 ompi/mpiext/example/use-mpi/mpiext_example_usempi.h         integer, intent(IN) :: count
count              49 ompi/mpiext/pcollreq/c/allreduce_init.c int MPIX_Allreduce_init(const void *sendbuf, void *recvbuf, int count,
count              62 ompi/mpiext/pcollreq/c/allreduce_init.c         memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
count              66 ompi/mpiext/pcollreq/c/allreduce_init.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
count              68 ompi/mpiext/pcollreq/c/allreduce_init.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              95 ompi/mpiext/pcollreq/c/allreduce_init.c                    (count > 1) ) {
count              99 ompi/mpiext/pcollreq/c/allreduce_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count             109 ompi/mpiext/pcollreq/c/allreduce_init.c     if (0 == count) {
count             119 ompi/mpiext/pcollreq/c/allreduce_init.c     err = comm->c_coll->coll_allreduce_init(sendbuf, recvbuf, count, datatype,
count              36 ompi/mpiext/pcollreq/c/bcast_init.c int MPIX_Bcast_init(void *buffer, int count, MPI_Datatype datatype,
count              45 ompi/mpiext/pcollreq/c/bcast_init.c         memchecker_call(&opal_memchecker_base_isdefined, buffer, count, datatype);
count              59 ompi/mpiext/pcollreq/c/bcast_init.c       OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count              87 ompi/mpiext/pcollreq/c/bcast_init.c     err = comm->c_coll->coll_bcast_init(buffer, count, datatype, root, comm,
count              46 ompi/mpiext/pcollreq/c/exscan_init.c int MPIX_Exscan_init(const void *sendbuf, void *recvbuf, int count,
count              56 ompi/mpiext/pcollreq/c/exscan_init.c         memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              78 ompi/mpiext/pcollreq/c/exscan_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count              88 ompi/mpiext/pcollreq/c/exscan_init.c     err = comm->c_coll->coll_exscan_init(sendbuf, recvbuf, count,
count              15 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Allreduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
count              20 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Bcast_init(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
count              21 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Exscan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
count              24 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Reduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
count              27 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int MPIX_Scan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
count              42 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Allreduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
count              47 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Bcast_init(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
count              48 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Exscan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
count              51 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Reduce_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm, MPI_Info info, MPI_Request *request);
count              54 ompi/mpiext/pcollreq/c/mpiext_pcollreq_c.h OMPI_DECLSPEC int PMPIX_Scan_init(const void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm, MPI_Info info, MPI_Request *request);
count              49 ompi/mpiext/pcollreq/c/reduce_init.c int MPIX_Reduce_init(const void *sendbuf, void *recvbuf, int count,
count              65 ompi/mpiext/pcollreq/c/reduce_init.c                     memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
count              67 ompi/mpiext/pcollreq/c/reduce_init.c                     memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              71 ompi/mpiext/pcollreq/c/reduce_init.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
count              74 ompi/mpiext/pcollreq/c/reduce_init.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              79 ompi/mpiext/pcollreq/c/reduce_init.c                 memchecker_call(&opal_memchecker_base_isaddressable, recvbuf, count, datatype);
count              82 ompi/mpiext/pcollreq/c/reduce_init.c                 memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count             108 ompi/mpiext/pcollreq/c/reduce_init.c             OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count             134 ompi/mpiext/pcollreq/c/reduce_init.c     if (0 == count) {
count             143 ompi/mpiext/pcollreq/c/reduce_init.c     err = comm->c_coll->coll_reduce_init(sendbuf, recvbuf, count,
count              52 ompi/mpiext/pcollreq/c/reduce_scatter_init.c     int i, err, size, count;
count              58 ompi/mpiext/pcollreq/c/reduce_scatter_init.c         int count;
count              62 ompi/mpiext/pcollreq/c/reduce_scatter_init.c         for (count = i = 0; i < size; ++i) {
count              64 ompi/mpiext/pcollreq/c/reduce_scatter_init.c                 count += recvcounts[i];
count              77 ompi/mpiext/pcollreq/c/reduce_scatter_init.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
count              79 ompi/mpiext/pcollreq/c/reduce_scatter_init.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count             124 ompi/mpiext/pcollreq/c/reduce_scatter_init.c     for (count = i = 0; i < size; ++i) {
count             126 ompi/mpiext/pcollreq/c/reduce_scatter_init.c             ++count;
count             129 ompi/mpiext/pcollreq/c/reduce_scatter_init.c     if (size == count) {
count              47 ompi/mpiext/pcollreq/c/scan_init.c int MPIX_Scan_init(const void *sendbuf, void *recvbuf, int count,
count              59 ompi/mpiext/pcollreq/c/scan_init.c             memchecker_call(&opal_memchecker_base_isdefined, sendbuf, count, datatype);
count              61 ompi/mpiext/pcollreq/c/scan_init.c             memchecker_call(&opal_memchecker_base_isdefined, recvbuf, count, datatype);
count              92 ompi/mpiext/pcollreq/c/scan_init.c           OMPI_CHECK_DATATYPE_FOR_SEND(err, datatype, count);
count             102 ompi/mpiext/pcollreq/c/scan_init.c     err = comm->c_coll->coll_scan_init(sendbuf, recvbuf, count,
count              43 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
count              44 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) )
count              63 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
count              64 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) )
count              71 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c void ompix_allreduce_init_f(char *sendbuf, char *recvbuf, MPI_Fint *count,
count              92 ompi/mpiext/pcollreq/mpif-h/allreduce_init_f.c                                   OMPI_FINT_2_INT(*count),
count              43 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c                             (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
count              44 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c                             (buffer, count, datatype, root, comm, info, request, ierr) )
count              63 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c                             (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
count              64 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c                             (buffer, count, datatype, root, comm, info, request, ierr) )
count              71 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c void ompix_bcast_init_f(char *buffer, MPI_Fint *count, MPI_Fint *datatype,
count              86 ompi/mpiext/pcollreq/mpif-h/bcast_init_f.c                               OMPI_FINT_2_INT(*count),
count              43 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
count              44 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) )
count              63 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
count              64 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) )
count              71 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c void ompix_exscan_init_f(char *sendbuf, char *recvbuf, MPI_Fint *count,
count              92 ompi/mpiext/pcollreq/mpif-h/exscan_init_f.c                                OMPI_FINT_2_INT(*count),
count              86 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Allreduce_init, mpix_allreduce_init, MPIX_ALLREDUCE_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
count              91 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Bcast_init, mpix_bcast_init, MPIX_BCAST_INIT, (char *buffer, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
count              92 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Exscan_init, mpix_exscan_init, MPIX_EXSCAN_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
count              95 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Reduce_init, mpix_reduce_init, MPIX_REDUCE_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
count              98 ompi/mpiext/pcollreq/mpif-h/mpiext_pcollreq_prototypes.h PN2(void, MPIX_Scan_init, mpix_scan_init, MPIX_SCAN_INIT, (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr));
count              43 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
count              44 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c                             (sendbuf, recvbuf, count, datatype, op, root, comm, info, request, ierr) )
count              63 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *root, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
count              64 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c                             (sendbuf, recvbuf, count, datatype, op, root, comm, info, request, ierr) )
count              71 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c void ompix_reduce_init_f(char *sendbuf, char *recvbuf, MPI_Fint *count,
count              93 ompi/mpiext/pcollreq/mpif-h/reduce_init_f.c                          OMPI_FINT_2_INT(*count),
count              43 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
count              44 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) )
count              63 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c                             (char *sendbuf, char *recvbuf, MPI_Fint *count, MPI_Fint *datatype, MPI_Fint *op, MPI_Fint *comm, MPI_Fint *info, MPI_Fint *request, MPI_Fint *ierr),
count              64 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c                             (sendbuf, recvbuf, count, datatype, op, comm, info, request, ierr) )
count              71 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c void ompix_scan_init_f(char *sendbuf, char *recvbuf, MPI_Fint *count,
count              92 ompi/mpiext/pcollreq/mpif-h/scan_init_f.c                             OMPI_FINT_2_INT(*count),
count              70 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_allreduce_init(sendbuf, recvbuf, count, &
count              82 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: count
count             170 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_bcast_init(buffer, count, datatype, root, &
count             180 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: count, root
count             190 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_exscan_init(sendbuf, recvbuf, count, &
count             202 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: count
count             258 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_reduce_init(sendbuf, recvbuf, count, &
count             270 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: count, root
count             327 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine mpix_scan_init(sendbuf, recvbuf, count, &
count             339 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: count
count             552 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_allreduce_init(sendbuf, recvbuf, count, &
count             564 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: count
count             652 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_bcast_init(buffer, count, datatype, root, &
count             662 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: count, root
count             672 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_exscan_init(sendbuf, recvbuf, count, &
count             684 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: count
count             740 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_reduce_init(sendbuf, recvbuf, count, &
count             752 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: count, root
count             809 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h     subroutine pmpix_scan_init(sendbuf, recvbuf, count, &
count             821 ompi/mpiext/pcollreq/use-mpi-f08/mpiext_pcollreq_usempif08.h         integer, intent(in) :: count
count             115 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_allreduce_init(sendbuf, recvbuf, count, &
count             125 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: count
count             136 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_allreduce_init(sendbuf, recvbuf, count, &
count             146 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: count
count             315 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_bcast_init(buffer, count, datatype, root, &
count             323 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: count
count             334 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_bcast_init(buffer, count, datatype, root, &
count             342 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: count
count             353 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_exscan_init(sendbuf, recvbuf, count, &
count             363 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: count
count             374 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_exscan_init(sendbuf, recvbuf, count, &
count             384 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: count
count             489 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_reduce_init(sendbuf, recvbuf, count, &
count             499 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: count
count             511 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_reduce_init(sendbuf, recvbuf, count, &
count             521 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: count
count             617 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine mpix_scan_init(sendbuf, recvbuf, count, &
count             627 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: count
count             638 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h     subroutine pmpix_scan_init(sendbuf, recvbuf, count, &
count             648 ompi/mpiext/pcollreq/use-mpi/mpiext_pcollreq_usempi.h         integer, intent(in) :: count
count             548 ompi/op/op.h                                     void *target, int count,
count             586 ompi/op/op.h                                              &count, &dtype,
count             594 ompi/op/op.h           f_count = OMPI_INT_2_FINT(count);
count             598 ompi/op/op.h           op->o_func.cxx_data.intercept_fn(source, target, &count, &dtype,
count             602 ompi/op/op.h           op->o_func.java_data.intercept_fn(source, target, &count, &dtype,
count             608 ompi/op/op.h       op->o_func.c_fn(source, target, &count, &dtype);
count             613 ompi/op/op.h                                          void * restrict result, int count, struct ompi_datatype_t *dtype)
count             615 ompi/op/op.h       ompi_datatype_copy_content_same_ddt (dtype, count, result, source1);
count             616 ompi/op/op.h       op->o_func.c_fn (source2, result, &count, &dtype);
count             644 ompi/op/op.h                                           int count, ompi_datatype_t * dtype)
count             655 ompi/op/op.h                                                                 tgt, &count,
count             659 ompi/op/op.h           ompi_3buff_op_user (op, src1, src2, tgt, count, dtype);
count              31 ompi/patterns/comm/allgather.c OMPI_DECLSPEC int ompi_comm_allgather_pml(void *src_buf, void *dest_buf, int count,
count              63 ompi/patterns/comm/allgather.c     message_extent = dt_extent*count;
count              66 ompi/patterns/comm/allgather.c     rc=ompi_datatype_copy_content_same_ddt(dtype,count,
count             102 ompi/patterns/comm/allgather.c                     count,dtype,ranks_in_comm[extra_rank],
count             117 ompi/patterns/comm/allgather.c                     count,dtype,ranks_in_comm[extra_rank],
count             128 ompi/patterns/comm/allgather.c     current_data_count=count;
count             173 ompi/patterns/comm/allgather.c             recv_iov[1].iov_len=n_extra*count;
count             218 ompi/patterns/comm/allgather.c             send_iov[1].iov_len=n_extra*count;
count             264 ompi/patterns/comm/allgather.c                     count*n_peers,dtype,ranks_in_comm[extra_rank],
count             277 ompi/patterns/comm/allgather.c                     count*n_peers,dtype,ranks_in_comm[extra_rank],
count              33 ompi/patterns/comm/allreduce.c OMPI_DECLSPEC int ompi_comm_allreduce_pml(void *sbuf, void *rbuf, int count,
count              63 ompi/patterns/comm/allreduce.c         rc=ompi_datatype_copy_content_same_ddt(dtype,count,
count              79 ompi/patterns/comm/allreduce.c     n_data_segments=(count+n_dts_per_buffer -1 ) / n_dts_per_buffer ;
count              97 ompi/patterns/comm/allreduce.c         if( count_processed + count_this_stripe > count )
count              98 ompi/patterns/comm/allreduce.c             count_this_stripe=count-count_processed;
count              33 ompi/patterns/comm/bcast.c OMPI_DECLSPEC int ompi_comm_bcast_pml(void *buffer, int root, int count,
count              68 ompi/patterns/comm/bcast.c         rc=MCA_PML_CALL(recv(buffer, count,dtype,peer_rank,
count              81 ompi/patterns/comm/bcast.c                     count,dtype,peer_rank,
count              30 ompi/patterns/comm/coll_ops.h OMPI_DECLSPEC int ompi_comm_allgather_pml(void *src_buf, void *dest_buf, int count,
count              33 ompi/patterns/comm/coll_ops.h OMPI_DECLSPEC int ompi_comm_allreduce_pml(void *sbuf, void *rbuf, int count,
count              37 ompi/patterns/comm/coll_ops.h OMPI_DECLSPEC int ompi_comm_bcast_pml(void *buffer, int root, int count,
count              25 ompi/patterns/net/allreduce.c                      int count, ompi_rml_tag_t tag, void* cbdata)
count              33 ompi/patterns/net/allreduce.c                      int count, ompi_rml_tag_t tag, void* cbdata)
count              41 ompi/patterns/net/allreduce.c static void op_reduce(int op_type,(void *)src_dest_buf,(void *) src_buf, int count,
count              58 ompi/patterns/net/allreduce.c                     for(cnt=0 ; cnt < count ; ) {
count              80 ompi/patterns/net/allreduce.c comm_allreduce(void *sbuf, void *rbuf, int count, opal_datatype_t *dtype,
count             110 ompi/patterns/net/allreduce.c     message_extent=dt_extent*count;
count             127 ompi/patterns/net/allreduce.c     n_data_segments=(count+n_dts_per_buffer -1 ) / n_dts_per_buffer ;
count             178 ompi/patterns/net/allreduce.c         if( count_processed + count_this_stripe > count )
count             179 ompi/patterns/net/allreduce.c             count_this_stripe=count-count_processed;
count              18 ompi/patterns/net/coll_ops.h int comm_allreduce(void *sbuf, void *rbuf, int count, opal_datatype_t *dtype,
count              80 ompi/peruse/peruse-internal.h             _comm_spec.count     = (base_req)->req_count;                              \
count              98 ompi/peruse/peruse-internal.h             _comm_spec.count     = size;                                               \
count             116 ompi/peruse/peruse-internal.h                 _comm_spec.count     = 0;                                         \
count              27 ompi/peruse/peruse.h     int           count;
count             428 ompi/proc/proc.c     size_t count = 0;
count             443 ompi/proc/proc.c             ++count;
count             448 ompi/proc/proc.c     procs = (ompi_proc_t**) malloc(count * sizeof(ompi_proc_t*));
count             455 ompi/proc/proc.c     count = 0;
count             472 ompi/proc/proc.c             procs[count++] = proc;
count             477 ompi/proc/proc.c     *size = count;
count             484 ompi/proc/proc.c     size_t count = 0;
count             492 ompi/proc/proc.c     count = ompi_process_info.num_procs;
count             495 ompi/proc/proc.c     procs = (ompi_proc_t **) malloc (count * sizeof(ompi_proc_t*));
count             501 ompi/proc/proc.c     for (size_t i = 0 ; i < count ; ++i) {
count             522 ompi/proc/proc.c     *size = count;
count             533 ompi/proc/proc.c     size_t count = 0;
count             548 ompi/proc/proc.c         procs[count++] = proc;
count             551 ompi/proc/proc.c     *size = count;
count             747 ompi/proc/proc.c         int32_t count=1;
count             755 ompi/proc/proc.c         rc = opal_dss.unpack(buf, &new_name, &count, OMPI_NAME);
count             762 ompi/proc/proc.c         rc = opal_dss.unpack(buf, &nspace, &count, OPAL_STRING);
count             771 ompi/proc/proc.c         rc = opal_dss.unpack(buf, &new_arch, &count, OPAL_UINT32);
count             778 ompi/proc/proc.c         rc = opal_dss.unpack(buf, &new_hostname, &count, OPAL_STRING);
count             106 ompi/request/req_test.c     size_t count,
count             119 ompi/request/req_test.c     for (i = 0; i < count; i++, rptr++) {
count             174 ompi/request/req_test.c     if(num_requests_null_inactive != count) {
count             190 ompi/request/req_test.c     size_t count,
count             202 ompi/request/req_test.c     for (i = 0; i < count; i++, rptr++) {
count             211 ompi/request/req_test.c     if (num_completed != count) {
count             225 ompi/request/req_test.c         for( i = 0; i < count; i++, rptr++ ) {
count             261 ompi/request/req_test.c         for( i = 0; i < count; i++, rptr++ ) {
count             298 ompi/request/req_test.c     size_t count,
count             311 ompi/request/req_test.c     for (i = 0; i < count; i++, rptr++) {
count             330 ompi/request/req_test.c     if (num_requests_null_inactive == count) {
count              84 ompi/request/req_wait.c int ompi_request_default_wait_any(size_t count,
count              89 ompi/request/req_wait.c     size_t i, completed = count, num_requests_null_inactive = 0;
count              94 ompi/request/req_wait.c     if (OPAL_UNLIKELY(0 == count)) {
count             102 ompi/request/req_wait.c     for (i = 0; i < count; i++) {
count             123 ompi/request/req_wait.c     if(num_requests_null_inactive == count) {
count             201 ompi/request/req_wait.c int ompi_request_default_wait_all( size_t count,
count             211 ompi/request/req_wait.c     if (OPAL_UNLIKELY(0 == count)) {
count             215 ompi/request/req_wait.c     WAIT_SYNC_INIT(&sync, count);
count             217 ompi/request/req_wait.c     for (i = 0; i < count; i++) {
count             254 ompi/request/req_wait.c         for( i = 0; i < count; i++, rptr++ ) {
count             316 ompi/request/req_wait.c         for( i = 0; i < count; i++, rptr++ ) {
count             385 ompi/request/req_wait.c int ompi_request_default_wait_some(size_t count,
count             398 ompi/request/req_wait.c     if (OPAL_UNLIKELY(0 == count)) {
count             411 ompi/request/req_wait.c     for (size_t i = 0; i < count; i++, rptr++) {
count             432 ompi/request/req_wait.c     if(num_requests_null_inactive == count) {
count             451 ompi/request/req_wait.c     for (size_t i = 0; i < count; i++, rptr++) {
count              75 ompi/request/request.h     size_t count,
count             231 ompi/request/request.h typedef int (*ompi_request_test_any_fn_t)(size_t count,
count             250 ompi/request/request.h typedef int (*ompi_request_test_all_fn_t)(size_t count,
count             265 ompi/request/request.h typedef int (*ompi_request_test_some_fn_t)(size_t count,
count             290 ompi/request/request.h typedef int (*ompi_request_wait_any_fn_t)(size_t count,
count             303 ompi/request/request.h typedef int (*ompi_request_wait_all_fn_t)(size_t count,
count             317 ompi/request/request.h typedef int (*ompi_request_wait_some_fn_t)(size_t count,
count              27 ompi/request/request_default.h                                   size_t count,
count              34 ompi/request/request_default.h                                   size_t count,
count              40 ompi/request/request_default.h                                    size_t count,
count              51 ompi/request/request_default.h                                   size_t count,
count              57 ompi/request/request_default.h                                   size_t count,
count              62 ompi/request/request_default.h                                    size_t count,
count              90 ompi/runtime/ompi_mpi_abort.c     int rank, i, count;
count              92 ompi/runtime/ompi_mpi_abort.c     for (count = i = 0; i < ompi_comm_size(comm); ++i) {
count              97 ompi/runtime/ompi_mpi_abort.c             assert(count <= nprocs);
count              98 ompi/runtime/ompi_mpi_abort.c             procs[count++] =
count             105 ompi/runtime/ompi_mpi_abort.c         assert(count <= nprocs);
count             106 ompi/runtime/ompi_mpi_abort.c         procs[count++] =
count             177 ompi/runtime/ompi_spc.c static int ompi_spc_notify(mca_base_pvar_t *pvar, mca_base_pvar_event_t event, void *obj_handle, int *count)
count             180 ompi/runtime/ompi_spc.c static int ompi_spc_notify(mca_base_pvar_t *pvar, mca_base_pvar_event_t event, void *obj_handle, int *count)
count             193 ompi/runtime/ompi_spc.c         *count = 1;
count             275 ompi/tools/mpisync/hpctimer.c     uint64_t count, overhead = (uint64_t)~0x01;
count             279 ompi/tools/mpisync/hpctimer.c         count = hpctimer_gettsc();
count             280 ompi/tools/mpisync/hpctimer.c         count = hpctimer_gettsc() - count;
count             281 ompi/tools/mpisync/hpctimer.c         if (count < overhead) {
count             282 ompi/tools/mpisync/hpctimer.c             overhead = count;
count             322 ompi/tools/mpisync/hpctimer.c     uint64_t count;
count             325 ompi/tools/mpisync/hpctimer.c     count = hpctimer_gettsc();
count             327 ompi/tools/mpisync/hpctimer.c     count = hpctimer_gettsc() - count - overhead;
count             328 ompi/tools/mpisync/hpctimer.c     return count / delay;
count             333 opal/datatype/opal_convertor.c     size_t count;
count             343 opal/datatype/opal_convertor.c     count = starting_point / pData->size;
count             347 opal/datatype/opal_convertor.c     pStack[0].count    = pConvertor->count - count;
count             349 opal/datatype/opal_convertor.c     pStack[0].disp     = count * extent;
count             352 opal/datatype/opal_convertor.c     count = starting_point - count * pData->size;
count             357 opal/datatype/opal_convertor.c     if( OPAL_LIKELY(0 == count) ) {
count             359 opal/datatype/opal_convertor.c         pStack[1].count    = pElems->elem.count;
count             362 opal/datatype/opal_convertor.c         pStack[1].count = pData->size - count;
count             364 opal/datatype/opal_convertor.c     pStack[1].disp  = count;
count             395 opal/datatype/opal_convertor.c     pStack[0].count = convertor->count;
count             402 opal/datatype/opal_convertor.c         pStack[1].count = pElems[0].loop.loops;
count             405 opal/datatype/opal_convertor.c         pStack[1].count = pElems[0].elem.count;
count             492 opal/datatype/opal_convertor.c             pConvertor->remote_size *= pConvertor->count;
count             506 opal/datatype/opal_convertor.c #define OPAL_CONVERTOR_PREPARE( convertor, datatype, count, pUserBuf )  \
count             508 opal/datatype/opal_convertor.c         convertor->local_size = count * datatype->size;                 \
count             510 opal/datatype/opal_convertor.c         convertor->count      = count;                                  \
count             518 opal/datatype/opal_convertor.c         if( OPAL_UNLIKELY((0 == count) || (0 == datatype->size)) ) {    \
count             533 opal/datatype/opal_convertor.c                  ((convertor->flags & OPAL_DATATYPE_FLAG_CONTIGUOUS) && (1 == count))) ) { \
count             566 opal/datatype/opal_convertor.c                                          size_t count,
count             579 opal/datatype/opal_convertor.c     OPAL_CONVERTOR_PREPARE( convertor, datatype, count, pUserBuf );
count             608 opal/datatype/opal_convertor.c                                          size_t count,
count             618 opal/datatype/opal_convertor.c     OPAL_CONVERTOR_PREPARE( convertor, datatype, count, pUserBuf );
count             626 opal/datatype/opal_convertor.c                     || (1 >= convertor->count) )
count             640 opal/datatype/opal_convertor.c                     || (1 >= convertor->count) )
count             670 opal/datatype/opal_convertor.c     destination->count             = source->count;
count             706 opal/datatype/opal_convertor.c                  convertor->count, convertor->stack_pos, convertor->bConverted,
count             738 opal/datatype/opal_convertor.c                      pStack[stack_pos].count, pStack[stack_pos].disp );
count             741 opal/datatype/opal_convertor.c                          (unsigned long)pDesc[pStack[stack_pos].index].elem.count,
count              78 opal/datatype/opal_convertor.h     size_t            count;    /**< number of times we still have to do it */
count              96 opal/datatype/opal_convertor.h     opal_datatype_count_t         count;          /**< the total number of full datatype elements */
count             192 opal/datatype/opal_convertor.h     if( (pConvertor->count == 1) && (pConvertor->flags & OPAL_DATATYPE_FLAG_CONTIGUOUS) ) return 0;
count             258 opal/datatype/opal_convertor.h                                                        size_t count,
count             263 opal/datatype/opal_convertor.h                                                                 size_t count,
count             272 opal/datatype/opal_convertor.h     return opal_convertor_prepare_for_send( convertor, datatype, count, pUserBuf );
count             280 opal/datatype/opal_convertor.h                                                        size_t count,
count             284 opal/datatype/opal_convertor.h                                                                 size_t count,
count             293 opal/datatype/opal_convertor.h     return opal_convertor_prepare_for_recv( convertor, datatype, count, pUserBuf );
count              25 opal/datatype/opal_convertor_internal.h typedef int32_t (*conversion_fct_t)( opal_convertor_t* pConvertor, uint32_t count,
count              86 opal/datatype/opal_convertor_raw.c     count_desc   = pStack->count;
count              94 opal/datatype/opal_convertor_raw.c                            pConvertor->stack_pos, pStack->index, pStack->count, (long)pStack->disp ); );
count             104 opal/datatype/opal_convertor_raw.c                                                      pConvertor->pDesc, pConvertor->count );
count             117 opal/datatype/opal_convertor_raw.c                                                      pConvertor->pDesc, pConvertor->count );
count             139 opal/datatype/opal_convertor_raw.c                                    pStack->count, pConvertor->stack_pos,
count             141 opal/datatype/opal_convertor_raw.c             if( --(pStack->count) == 0 ) { /* end of loop */
count             165 opal/datatype/opal_convertor_raw.c                                    pStack->count, pConvertor->stack_pos,
count             177 opal/datatype/opal_convertor_raw.c                                                      pConvertor->pDesc, pConvertor->count );
count             220 opal/datatype/opal_convertor_raw.c                            pConvertor->stack_pos, pStack->index, pStack->count, (long)pStack->disp ); );
count              43 opal/datatype/opal_copy_functions.c static int copy_##TYPENAME( opal_convertor_t *pConvertor, size_t count,                 \
count              52 opal/datatype/opal_copy_functions.c     if( (remote_TYPE_size * count) > from_len ) {                                       \
count              53 opal/datatype/opal_copy_functions.c         count = from_len / remote_TYPE_size;                                            \
count              54 opal/datatype/opal_copy_functions.c         if( (count * remote_TYPE_size) != from_len ) {                                  \
count              56 opal/datatype/opal_copy_functions.c                   from_len - (count * remote_TYPE_size) );                              \
count              59 opal/datatype/opal_copy_functions.c               #TYPE, count, from, from_len, to, to_len );                               \
count              62 opal/datatype/opal_copy_functions.c               #TYPE, count, from, from_len, to, to_len );                               \
count              67 opal/datatype/opal_copy_functions.c         MEMCPY( to, from, count * local_TYPE_size );                                    \
count              70 opal/datatype/opal_copy_functions.c         for(size_t i = 0; i < count; i++ ) {                                            \
count              76 opal/datatype/opal_copy_functions.c     *advance = count * from_extent;                                                     \
count              77 opal/datatype/opal_copy_functions.c     return count;                                                                       \
count              95 opal/datatype/opal_copy_functions.c static size_t copy_##TYPENAME##_##COUNT( opal_convertor_t *pConvertor, size_t count,         \
count             103 opal/datatype/opal_copy_functions.c     if( (remote_TYPE_size * count) > from_len ) {                               \
count             104 opal/datatype/opal_copy_functions.c         count = from_len / remote_TYPE_size;                                    \
count             105 opal/datatype/opal_copy_functions.c         if( (count * remote_TYPE_size) != from_len ) {                          \
count             107 opal/datatype/opal_copy_functions.c                   from_len - (count * remote_TYPE_size) );                      \
count             110 opal/datatype/opal_copy_functions.c               #TYPENAME, count, from, from_len, to, to_len );                   \
count             113 opal/datatype/opal_copy_functions.c               #TYPENAME, count, from, from_len, to, to_len );                   \
count             117 opal/datatype/opal_copy_functions.c         MEMCPY( to, from, count * local_TYPE_size );                            \
count             119 opal/datatype/opal_copy_functions.c         for(size_t i = 0; i < count; i++ ) {                                    \
count             125 opal/datatype/opal_copy_functions.c     *advance = count * from_extent;                                             \
count             126 opal/datatype/opal_copy_functions.c     return count;                                                               \
count              48 opal/datatype/opal_copy_functions_heterogeneous.c opal_dt_swap_bytes(void *to_p, const void *from_p, const size_t size, size_t count)
count              60 opal/datatype/opal_copy_functions_heterogeneous.c     while(count > 1) {
count              63 opal/datatype/opal_copy_functions_heterogeneous.c         count--;
count              90 opal/datatype/opal_copy_functions_heterogeneous.c opal_dt_swap_long_double(void *to_p, const void *from_p, const size_t size, size_t count, uint32_t remoteArch)
count              98 opal/datatype/opal_copy_functions_heterogeneous.c         for (i=0; i<count; i++, to++) {
count             111 opal/datatype/opal_copy_functions_heterogeneous.c         for (i=0; i<count; i++, to++) {
count             129 opal/datatype/opal_copy_functions_heterogeneous.c #define opal_dt_swap_long_double(to_p, from_p, size, count, remoteArch)
count             143 opal/datatype/opal_copy_functions_heterogeneous.c copy_##TYPENAME##_heterogeneous(opal_convertor_t *pConvertor, size_t count,               \
count             150 opal/datatype/opal_copy_functions_heterogeneous.c     datatype_check( #TYPE, sizeof(TYPE), sizeof(TYPE), &count,          \
count             157 opal/datatype/opal_copy_functions_heterogeneous.c             opal_dt_swap_bytes(to, from, sizeof(TYPE), count);          \
count             159 opal/datatype/opal_copy_functions_heterogeneous.c                 opal_dt_swap_long_double(to, from, sizeof(TYPE), count, pConvertor->remoteArch);\
count             162 opal/datatype/opal_copy_functions_heterogeneous.c             for( i = 0; i < count; i++ ) {                              \
count             173 opal/datatype/opal_copy_functions_heterogeneous.c          MEMCPY( to, from, count * sizeof(TYPE) );                      \
count             176 opal/datatype/opal_copy_functions_heterogeneous.c          for( i = 0; i < count; i++ ) {                                 \
count             182 opal/datatype/opal_copy_functions_heterogeneous.c     *advance = count * from_extent;                                     \
count             183 opal/datatype/opal_copy_functions_heterogeneous.c     return count;                                                       \
count             191 opal/datatype/opal_copy_functions_heterogeneous.c copy_##TYPENAME##_heterogeneous(opal_convertor_t *pConvertor, size_t count,               \
count             198 opal/datatype/opal_copy_functions_heterogeneous.c     datatype_check( #TYPE, sizeof(TYPE), sizeof(TYPE), &count,          \
count             205 opal/datatype/opal_copy_functions_heterogeneous.c             opal_dt_swap_bytes(to, from, sizeof(TYPE), 2 * count);      \
count             207 opal/datatype/opal_copy_functions_heterogeneous.c                 opal_dt_swap_long_double(to, from, sizeof(TYPE), 2*count, pConvertor->remoteArch);\
count             210 opal/datatype/opal_copy_functions_heterogeneous.c             for( i = 0; i < count; i++ ) {                              \
count             221 opal/datatype/opal_copy_functions_heterogeneous.c          MEMCPY( to, from, count * sizeof(TYPE) );                      \
count             224 opal/datatype/opal_copy_functions_heterogeneous.c          for( i = 0; i < count; i++ ) {                                 \
count             230 opal/datatype/opal_copy_functions_heterogeneous.c     *advance = count * from_extent;                                     \
count             231 opal/datatype/opal_copy_functions_heterogeneous.c     return count;                                                       \
count             236 opal/datatype/opal_copy_functions_heterogeneous.c copy_##TYPENAME##_heterogeneous(opal_convertor_t *pConvertor, size_t count, \
count             244 opal/datatype/opal_copy_functions_heterogeneous.c                    sizeof(TYPE1) + sizeof(TYPE2), &count,               \
count             251 opal/datatype/opal_copy_functions_heterogeneous.c         for( i = 0; i < count; i++ ) {                                  \
count             264 opal/datatype/opal_copy_functions_heterogeneous.c         MEMCPY( to, from, count * (sizeof(TYPE1) + sizeof(TYPE2)) );    \
count             267 opal/datatype/opal_copy_functions_heterogeneous.c         for( i = 0; i < count; i++ ) {                                  \
count             273 opal/datatype/opal_copy_functions_heterogeneous.c     *advance = count * from_extent;                                     \
count             274 opal/datatype/opal_copy_functions_heterogeneous.c     return count;                                                       \
count             279 opal/datatype/opal_copy_functions_heterogeneous.c datatype_check(char *type, size_t local_size, size_t remote_size, size_t *count,
count             284 opal/datatype/opal_copy_functions_heterogeneous.c     if( (remote_size * *count) > from_len ) {
count             285 opal/datatype/opal_copy_functions_heterogeneous.c         *count = from_len / remote_size;
count             286 opal/datatype/opal_copy_functions_heterogeneous.c         if( (*count * remote_size) != from_len ) {
count             288 opal/datatype/opal_copy_functions_heterogeneous.c                   from_len - (*count * remote_size) );
count             291 opal/datatype/opal_copy_functions_heterogeneous.c               "char", *count, from, from_len, to, to_len );
count             294 opal/datatype/opal_copy_functions_heterogeneous.c               "char", *count, from, from_len, to, to_len );
count             299 opal/datatype/opal_copy_functions_heterogeneous.c     for(size_t i = 0; i < count; i++ ) {                \
count             306 opal/datatype/opal_copy_functions_heterogeneous.c copy_cxx_bool_heterogeneous(opal_convertor_t *pConvertor, size_t count,
count             327 opal/datatype/opal_copy_functions_heterogeneous.c     datatype_check( "bool", sizeof(bool), sizeof(bool), &count,
count             346 opal/datatype/opal_copy_functions_heterogeneous.c         MEMCPY( to, from, count * sizeof(bool) );
count             349 opal/datatype/opal_copy_functions_heterogeneous.c     *advance = count * from_extent;
count             350 opal/datatype/opal_copy_functions_heterogeneous.c     return count;
count             222 opal/datatype/opal_datatype.h opal_datatype_is_contiguous_memory_layout( const opal_datatype_t* datatype, int32_t count )
count             225 opal/datatype/opal_datatype.h     if( (count == 1) || (datatype->flags & OPAL_DATATYPE_FLAG_NO_GAPS) ) return 1;
count             233 opal/datatype/opal_datatype.h OPAL_DECLSPEC int32_t opal_datatype_create_contiguous( int count, const opal_datatype_t* oldType, opal_datatype_t** newType );
count             235 opal/datatype/opal_datatype.h OPAL_DECLSPEC int32_t opal_datatype_add( opal_datatype_t* pdtBase, const opal_datatype_t* pdtAdd, size_t count,
count             284 opal/datatype/opal_datatype.h opal_datatype_set_element_count( const opal_datatype_t* pData, size_t count, size_t* length );
count             286 opal/datatype/opal_datatype.h opal_datatype_copy_content_same_ddt( const opal_datatype_t* pData, int32_t count,
count             351 opal/datatype/opal_datatype.h opal_datatype_span( const opal_datatype_t* pData, int64_t count,
count             354 opal/datatype/opal_datatype.h     if (OPAL_UNLIKELY(0 == pData->size) || (0 == count)) {
count             361 opal/datatype/opal_datatype.h     return true_extent + (count - 1) * extent;
count             373 opal/datatype/opal_datatype.h                                                   int count );
count             106 opal/datatype/opal_datatype_add.c                            size_t count, ptrdiff_t disp, ptrdiff_t extent )
count             119 opal/datatype/opal_datatype_add.c     if( 0 == count ) return OPAL_SUCCESS;
count             154 opal/datatype/opal_datatype_add.c     OPAL_DATATYPE_COMPUTE_REQUIRED_ENTRIES( pdtAdd, count, extent, place_needed );
count             162 opal/datatype/opal_datatype_add.c     OPAL_DATATYPE_LB_UB_CONT( count, disp, pdtAdd->lb, pdtAdd->ub, extent, lb, ub );
count             250 opal/datatype/opal_datatype_add.c     if( (0 == count) || (0 == pdtAdd->size) ) {
count             257 opal/datatype/opal_datatype_add.c     pdtBase->size += count * pdtAdd->size;
count             283 opal/datatype/opal_datatype_add.c             pdtBase->ptypes[pdtAdd->id] += count;
count             285 opal/datatype/opal_datatype_add.c         pLast->elem.count            = count;
count             290 opal/datatype/opal_datatype_add.c         if( (extent != (ptrdiff_t)pdtAdd->size) && (count > 1) ) {  /* gaps around the datatype */
count             300 opal/datatype/opal_datatype_add.c                 if( pdtAdd->ptypes[i] != 0 ) pdtBase->ptypes[i] += (count * pdtAdd->ptypes[i]);
count             305 opal/datatype/opal_datatype_add.c             pLast->elem.count *= count;
count             312 opal/datatype/opal_datatype_add.c             if( count != 1 ) {
count             314 opal/datatype/opal_datatype_add.c                 CREATE_LOOP_START( pLast, count, pdtAdd->desc.used + 1, extent,
count             352 opal/datatype/opal_datatype_add.c              || (count < 2)) ) {                      /* if the count is bigger than 2 */
count             362 opal/datatype/opal_datatype_add.c     pdtBase->nbElems += (count * pdtAdd->nbElems);
count              99 opal/datatype/opal_datatype_copy.c int32_t opal_datatype_copy_content_same_ddt( const opal_datatype_t* datatype, int32_t count,
count             110 opal/datatype/opal_datatype_copy.c                            (void*)datatype, count, (void*)destination_base, (void*)source_base ); );
count             115 opal/datatype/opal_datatype_copy.c     if( 0 == count ) return 1;
count             122 opal/datatype/opal_datatype_copy.c     extent = (datatype->true_ub - datatype->true_lb) + (count - 1) * (datatype->ub - datatype->lb);
count             139 opal/datatype/opal_datatype_copy.c     return fct( datatype, count, destination_base, source_base );
count             119 opal/datatype/opal_datatype_copy.h static inline int32_t _copy_content_same_ddt( const opal_datatype_t* datatype, int32_t count,
count             133 opal/datatype/opal_datatype_copy.h                            (void*)datatype, count, (void*)destination_base, (void*)source_base ); );
count             135 opal/datatype/opal_datatype_copy.h     iov_len_local = count * datatype->size;
count             153 opal/datatype/opal_datatype_copy.h                                             (unsigned char*)destination_base, datatype, count );
count             155 opal/datatype/opal_datatype_copy.h                                             (unsigned char*)source_base, datatype, count );
count             165 opal/datatype/opal_datatype_copy.h         for( pos_desc = 0; (int32_t)pos_desc < count; pos_desc++ ) {
count             167 opal/datatype/opal_datatype_copy.h                                         (unsigned char*)destination_base, datatype, count );
count             169 opal/datatype/opal_datatype_copy.h                                         (unsigned char*)source_base, datatype, count );
count             181 opal/datatype/opal_datatype_copy.h     pStack->count = count;
count             196 opal/datatype/opal_datatype_copy.h         count_desc = description[0].elem.count;
count             202 opal/datatype/opal_datatype_copy.h             _predefined_data( pElem, datatype, (unsigned char*)source_base, count, count_desc,
count             209 opal/datatype/opal_datatype_copy.h                                    pStack->count, stack_pos, pos_desc, pStack->disp, (unsigned long)iov_len_local ); );
count             210 opal/datatype/opal_datatype_copy.h             if( --(pStack->count) == 0 ) { /* end of loop */
count             231 opal/datatype/opal_datatype_copy.h                                    pStack->count, stack_pos, pos_desc, pStack->disp, (unsigned long)iov_len_local ); );
count             236 opal/datatype/opal_datatype_copy.h                 _contiguous_loop( pElem, datatype, (unsigned char*)source_base, count, count_desc,
count              27 opal/datatype/opal_datatype_create_contiguous.c int32_t opal_datatype_create_contiguous( int count, const opal_datatype_t* oldType,
count              32 opal/datatype/opal_datatype_create_contiguous.c     if( 0 == count ) {
count              37 opal/datatype/opal_datatype_create_contiguous.c         opal_datatype_add( pdt, oldType, count, 0, (oldType->ub - oldType->lb) );
count             102 opal/datatype/opal_datatype_dump.c                                pDesc->elem.count, pDesc->elem.disp, pDesc->elem.disp, pDesc->elem.blocklen,
count             103 opal/datatype/opal_datatype_dump.c                                pDesc->elem.extent, (pDesc->elem.count * pDesc->elem.blocklen * opal_datatype_basicDatatypes[pDesc->elem.common.type]->size) );
count              50 opal/datatype/opal_datatype_fake_stack.c     size_t count;
count              54 opal/datatype/opal_datatype_fake_stack.c     assert( starting_point <=(pConvertor->count * pData->size) );
count              75 opal/datatype/opal_datatype_fake_stack.c         pStack[0].count = pConvertor->count - cnt;
count              80 opal/datatype/opal_datatype_fake_stack.c         pStack[1].count    = pData->size - cnt;
count              85 opal/datatype/opal_datatype_fake_stack.c             pStack[1].disp += (pConvertor->count - pStack[0].count) * extent + cnt;
count              96 opal/datatype/opal_datatype_fake_stack.c     count          = starting_point / remote_size;
count              97 opal/datatype/opal_datatype_fake_stack.c     resting_place -= (remote_size * count);
count              98 opal/datatype/opal_datatype_fake_stack.c     pStack->count  = pConvertor->count - count;
count             102 opal/datatype/opal_datatype_fake_stack.c     pStack->disp = count * (pData->ub - pData->lb) + pElems[loop_length].elem.disp;
count             117 opal/datatype/opal_datatype_fake_stack.c             if( (loop_length * pStack->count) > resting_place ) {
count             130 opal/datatype/opal_datatype_fake_stack.c                 pStack->count -= (cnt + 1);
count             143 opal/datatype/opal_datatype_fake_stack.c             resting_place -= (loop_length * (pStack->count - 1));  /* update the resting place */
count             148 opal/datatype/opal_datatype_fake_stack.c             remoteLength[pConvertor->stack_pos] += (loop_length * pStack->count);
count             164 opal/datatype/opal_datatype_fake_stack.c             lastLength = pElems->elem.count * basic_type->size;
count             170 opal/datatype/opal_datatype_fake_stack.c                             pElems->elem.count - cnt,
count              45 opal/datatype/opal_datatype_get_count.c     pStack->count    = 1;
count              53 opal/datatype/opal_datatype_get_count.c             if( --(pStack->count) == 0 ) { /* end of loop */
count              72 opal/datatype/opal_datatype_get_count.c             local_size = pElems[pos_desc].elem.count * basic_type->size;
count              79 opal/datatype/opal_datatype_get_count.c             nbElems += pElems[pos_desc].elem.count;
count              86 opal/datatype/opal_datatype_get_count.c int32_t opal_datatype_set_element_count( const opal_datatype_t* datatype, size_t count, size_t* length )
count              98 opal/datatype/opal_datatype_get_count.c     pos_desc = count / local_length;
count              99 opal/datatype/opal_datatype_get_count.c     count = count % local_length;
count             101 opal/datatype/opal_datatype_get_count.c     if( 0 == count ) {
count             105 opal/datatype/opal_datatype_get_count.c     DUMP( "dt_set_element_count( %p, %d )\n", (void*)datatype, count );
count             107 opal/datatype/opal_datatype_get_count.c     pStack->count    = 1;
count             115 opal/datatype/opal_datatype_get_count.c             if( --(pStack->count) == 0 ) { /* end of loop */
count             134 opal/datatype/opal_datatype_get_count.c             local_length = pElems[pos_desc].elem.count;
count             135 opal/datatype/opal_datatype_get_count.c             if( local_length >= count ) {
count             136 opal/datatype/opal_datatype_get_count.c                 *length += count * basic_type->size;
count             140 opal/datatype/opal_datatype_get_count.c             count -= local_length;
count             165 opal/datatype/opal_datatype_get_count.c     pStack->count    = 1;
count             173 opal/datatype/opal_datatype_get_count.c             if( --(pStack->count) == 0 ) { /* end of loop */
count             191 opal/datatype/opal_datatype_get_count.c             datatype->ptypes[pElems[pos_desc].elem.common.type] += pElems[pos_desc].elem.count;
count             192 opal/datatype/opal_datatype_get_count.c             nbElems += pElems[pos_desc].elem.count;
count             196 opal/datatype/opal_datatype_get_count.c                   pElems[pos_desc].elem.count, nbElems );
count             160 opal/datatype/opal_datatype_internal.h     size_t                  count;            /**< number of blocks */
count             231 opal/datatype/opal_datatype_internal.h         (_place)->elem.count        = (_count);                                \
count             454 opal/datatype/opal_datatype_internal.h    (PSTACK)->count    = (COUNT); \
count             506 opal/datatype/opal_datatype_internal.h             (COUNTER) = (ELEMENT)->elem.count;                          \
count             256 opal/datatype/opal_datatype_module.c         datatype->desc.desc[0].elem.count        = 1;
count             286 opal/datatype/opal_datatype_module.c                                                       int count )
count              38 opal/datatype/opal_datatype_optimize.c         _elem->count        = 0;                  \
count              45 opal/datatype/opal_datatype_optimize.c                               size_t count,
count              61 opal/datatype/opal_datatype_optimize.c     SAVE_STACK( pStack, -1, 0, count, 0 );
count              71 opal/datatype/opal_datatype_optimize.c     opt_elem.count = 0;
count             178 opal/datatype/opal_datatype_optimize.c                     if( (1 == elem->count)
count             189 opal/datatype/opal_datatype_optimize.c                                          elem->count, elem_displ, elem->extent );
count             216 opal/datatype/opal_datatype_optimize.c                     last_length += pData->desc.desc[pos_desc].elem.count;
count             221 opal/datatype/opal_datatype_optimize.c                         last_length = pData->desc.desc[pos_desc].elem.count;
count             225 opal/datatype/opal_datatype_optimize.c                             pData->desc.desc[pos_desc].elem.count * opal_datatype_basicDatatypes[type]->size;
count             237 opal/datatype/opal_datatype_optimize.c                 last_length = pData->desc.desc[pos_desc].elem.count;
count              88 opal/datatype/opal_datatype_pack.c                                         pConv->pBaseBuf, pConv->pDesc, pConv->count );
count             127 opal/datatype/opal_datatype_pack.c         stack[1].count *= opal_datatype_basicDatatypes[stack[1].type]->size;
count             143 opal/datatype/opal_datatype_pack.c         i = pConv->count - stack[0].count;  /* how many we already packed */
count             151 opal/datatype/opal_datatype_pack.c             if( stack->count < (size_t)((*out_size) - iov_count) ) {
count             152 opal/datatype/opal_datatype_pack.c                 stack[1].count = pData->size - (pConv->bConverted % pData->size);
count             153 opal/datatype/opal_datatype_pack.c                 for( index = iov_count; i < pConv->count; i++, index++ ) {
count             155 opal/datatype/opal_datatype_pack.c                     iov[index].iov_len = stack[1].count;
count             157 opal/datatype/opal_datatype_pack.c                     pConv->bConverted += stack[1].count;
count             159 opal/datatype/opal_datatype_pack.c                     stack[1].count = pData->size;
count             173 opal/datatype/opal_datatype_pack.c                 for( index = iov_count; (i < pConv->count) && (index < (*out_size));
count             204 opal/datatype/opal_datatype_pack.c             length = (0 == pConv->stack_pos ? 0 : stack[1].count);  /* left over from the last pack */
count             209 opal/datatype/opal_datatype_pack.c                                                  pData, pConv->count );
count             216 opal/datatype/opal_datatype_pack.c                 stack[1].count -= length;
count             217 opal/datatype/opal_datatype_pack.c                 if( 0 == stack[1].count) { /* one completed element */
count             218 opal/datatype/opal_datatype_pack.c                     stack[0].count--;
count             220 opal/datatype/opal_datatype_pack.c                     if( 0 != stack[0].count ) {  /* not yet done */
count             221 opal/datatype/opal_datatype_pack.c                         stack[1].count = pData->size;
count             228 opal/datatype/opal_datatype_pack.c                                                  pData, pConv->count );
count             236 opal/datatype/opal_datatype_pack.c             stack[0].count -= i;  /* the filled up and the entire types */
count             242 opal/datatype/opal_datatype_pack.c                                                  pData, pConv->count );
count             247 opal/datatype/opal_datatype_pack.c                 stack[1].count -= remaining;
count             249 opal/datatype/opal_datatype_pack.c             if( 0 == stack[1].count ) {  /* prepare for the next element */
count             250 opal/datatype/opal_datatype_pack.c                 stack[1].count = pData->size;
count             304 opal/datatype/opal_datatype_pack.c     count_desc = pStack->count;
count             312 opal/datatype/opal_datatype_pack.c                            pConvertor->stack_pos, pStack->index, pStack->count, pStack->disp ); );
count             333 opal/datatype/opal_datatype_pack.c                                        pStack->count, pConvertor->stack_pos,
count             335 opal/datatype/opal_datatype_pack.c                 if( --(pStack->count) == 0 ) { /* end of loop */
count             356 opal/datatype/opal_datatype_pack.c                                        pStack->count, pConvertor->stack_pos, pos_desc,
count             395 opal/datatype/opal_datatype_pack.c                            pConvertor->stack_pos, pStack->index, pStack->count, pStack->disp ); );
count             434 opal/datatype/opal_datatype_pack.c                                      (CONVERTOR)->pDesc, (CONVERTOR)->count );
count             480 opal/datatype/opal_datatype_pack.c     count_desc = pStack->count;
count             488 opal/datatype/opal_datatype_pack.c                            pConvertor->stack_pos, pStack->index, pStack->count, pStack->disp ); );
count             519 opal/datatype/opal_datatype_pack.c                                        pStack->count, pConvertor->stack_pos,
count             521 opal/datatype/opal_datatype_pack.c                 if( --(pStack->count) == 0 ) { /* end of loop */
count             544 opal/datatype/opal_datatype_pack.c                                        pStack->count, pConvertor->stack_pos, pos_desc,
count             588 opal/datatype/opal_datatype_pack.c                            pConvertor->stack_pos, pStack->index, pStack->count, pStack->disp ); );
count              53 opal/datatype/opal_datatype_pack.h                                     (CONVERTOR)->pDesc, (CONVERTOR)->count );
count              62 opal/datatype/opal_datatype_pack.h                                         (CONVERTOR)->pDesc, (CONVERTOR)->count );
count              92 opal/datatype/opal_datatype_pack.h                                     (CONVERTOR)->pDesc, (CONVERTOR)->count );
count              76 opal/datatype/opal_datatype_position.c                                 (CONVERTOR)->pDesc, (CONVERTOR)->count );
count             102 opal/datatype/opal_datatype_position.c                                 (CONVERTOR)->pBaseBuf, (CONVERTOR)->pDesc, (CONVERTOR)->count );
count             147 opal/datatype/opal_datatype_position.c         pStack[0].count -= count_desc;
count             149 opal/datatype/opal_datatype_position.c                                (unsigned long)pConvertor->bConverted, (unsigned long)pStack[0].count, (unsigned long)iov_len_local ); );
count             155 opal/datatype/opal_datatype_position.c     count_desc    = pStack->count;
count             163 opal/datatype/opal_datatype_position.c                            pConvertor->stack_pos, pStack->index, pStack->count, (unsigned long long)pStack->disp ); );
count             183 opal/datatype/opal_datatype_position.c                                    pStack->count, pConvertor->stack_pos, pos_desc,
count             185 opal/datatype/opal_datatype_position.c             if( --(pStack->count) == 0 ) { /* end of loop */
count             206 opal/datatype/opal_datatype_position.c                                    pStack->count, pConvertor->stack_pos, pos_desc,
count             229 opal/datatype/opal_datatype_position.c                                    pStack->count, pConvertor->stack_pos, pos_desc,
count             245 opal/datatype/opal_datatype_position.c                                    pStack->count, pConvertor->stack_pos, pos_desc,
count             257 opal/datatype/opal_datatype_position.c                                pConvertor->stack_pos, pStack->index, pStack->count, (unsigned long long)pStack->disp ); );
count              82 opal/datatype/opal_datatype_unpack.c         stack[1].count *= opal_datatype_basicDatatypes[stack[1].type]->size;
count             101 opal/datatype/opal_datatype_unpack.c                                              pConv->pBaseBuf, pData, pConv->count );
count             111 opal/datatype/opal_datatype_unpack.c             length = (0 == pConv->stack_pos ? 0 : stack[1].count);  /* left over from the last unpack */
count             115 opal/datatype/opal_datatype_unpack.c                                                  pData, pConv->count );
count             122 opal/datatype/opal_datatype_unpack.c                 stack[1].count -= length;
count             123 opal/datatype/opal_datatype_unpack.c                 if( 0 == stack[1].count) { /* one completed element */
count             124 opal/datatype/opal_datatype_unpack.c                     stack[0].count--;
count             126 opal/datatype/opal_datatype_unpack.c                     if( 0 != stack[0].count ) {  /* not yet done */
count             127 opal/datatype/opal_datatype_unpack.c                         stack[1].count = pData->size;
count             134 opal/datatype/opal_datatype_unpack.c                                                  pData, pConv->count );
count             142 opal/datatype/opal_datatype_unpack.c             stack[0].count -= i;
count             148 opal/datatype/opal_datatype_unpack.c                                                  pData, pConv->count );
count             153 opal/datatype/opal_datatype_unpack.c                 stack[1].count -= remaining;
count             194 opal/datatype/opal_datatype_unpack.c                            (unsigned long)pConvertor->bConverted, (unsigned long)pConvertor->local_size, pConvertor->count ); );
count             288 opal/datatype/opal_datatype_unpack.c     count_desc = pStack->count;
count             296 opal/datatype/opal_datatype_unpack.c                            pConvertor->stack_pos, pStack->index, pStack->count, (long)(pStack->disp) ); );
count             352 opal/datatype/opal_datatype_unpack.c                                        pStack->count, pConvertor->stack_pos, pos_desc,
count             354 opal/datatype/opal_datatype_unpack.c                 if( --(pStack->count) == 0 ) { /* end of loop */
count             377 opal/datatype/opal_datatype_unpack.c                                        pStack->count, pConvertor->stack_pos, pos_desc,
count             418 opal/datatype/opal_datatype_unpack.c                            pConvertor->stack_pos, pStack->index, pStack->count, (long)pStack->disp ); );
count             467 opal/datatype/opal_datatype_unpack.c     count_desc = pStack->count;
count             475 opal/datatype/opal_datatype_unpack.c                            pConvertor->stack_pos, pStack->index, pStack->count, (long)(pStack->disp) ); );
count             486 opal/datatype/opal_datatype_unpack.c                                                  pData, pConvertor->count );
count             495 opal/datatype/opal_datatype_unpack.c                                                (pConvertor->pDesc->ub - pConvertor->pDesc->lb) * pConvertor->count,
count             529 opal/datatype/opal_datatype_unpack.c                                        pStack->count, pConvertor->stack_pos, pos_desc,
count             531 opal/datatype/opal_datatype_unpack.c                 if( --(pStack->count) == 0 ) { /* end of loop */
count             554 opal/datatype/opal_datatype_unpack.c                                        pStack->count, pConvertor->stack_pos, pos_desc,
count             583 opal/datatype/opal_datatype_unpack.c                            pConvertor->stack_pos, pStack->index, pStack->count, (long)pStack->disp ); );
count              52 opal/datatype/opal_datatype_unpack.h                                     (CONVERTOR)->pDesc, (CONVERTOR)->count );
count              61 opal/datatype/opal_datatype_unpack.h                                         (CONVERTOR)->pDesc, (CONVERTOR)->count );
count              91 opal/datatype/opal_datatype_unpack.h                                     (CONVERTOR)->pDesc, (CONVERTOR)->count );
count             143 opal/mca/base/mca_base_pvar.c int mca_base_pvar_get_count (int *count)
count             145 opal/mca/base/mca_base_pvar.c     *count = pvar_count;
count             169 opal/mca/base/mca_base_pvar.c static int mca_base_pvar_notify_ignore (mca_base_pvar_t *pvar, mca_base_pvar_event_t event, void *obj_handle, int *count)
count             177 opal/mca/base/mca_base_pvar.c         *count = 1;
count             391 opal/mca/base/mca_base_pvar.c int mca_base_pvar_notify (mca_base_pvar_handle_t *handle, mca_base_pvar_event_t event, int *count)
count             397 opal/mca/base/mca_base_pvar.c     return handle->pvar->notify (handle->pvar, event, handle->obj_handle, count);
count             431 opal/mca/base/mca_base_pvar.c                                 mca_base_pvar_handle_t **handle, int *count)
count             469 opal/mca/base/mca_base_pvar.c         ret = mca_base_pvar_notify (pvar_handle, MCA_BASE_PVAR_HANDLE_BIND, count);
count             475 opal/mca/base/mca_base_pvar.c         pvar_handle->count = *count;
count             490 opal/mca/base/mca_base_pvar.c             pvar_handle->current_value = calloc (*count, datatype_size);
count             502 opal/mca/base/mca_base_pvar.c             pvar_handle->tmp_value = calloc (*count, datatype_size);
count             508 opal/mca/base/mca_base_pvar.c             pvar_handle->last_value = calloc (*count, datatype_size);
count             579 opal/mca/base/mca_base_pvar.c             for (i = 0 ; i < handle->count ; ++i) {
count             609 opal/mca/base/mca_base_pvar.c             for (i = 0 ; i < handle->count ; ++i) {
count             687 opal/mca/base/mca_base_pvar.c         memmove (value, handle->current_value, handle->count * ompi_var_type_sizes[handle->pvar->type]);
count             716 opal/mca/base/mca_base_pvar.c     memmove (handle->current_value, value, handle->count * ompi_var_type_sizes[handle->pvar->type]);
count             797 opal/mca/base/mca_base_pvar.c         memset (handle->current_value, 0, handle->count * ompi_var_type_sizes[handle->pvar->type]);
count             161 opal/mca/base/mca_base_pvar.h typedef int (*mca_base_notify_fn_t) (struct mca_base_pvar_t *pvar, mca_base_pvar_event_t event, void *obj, int *count);
count             253 opal/mca/base/mca_base_pvar.h     int count;
count             379 opal/mca/base/mca_base_pvar.h OPAL_DECLSPEC int mca_base_pvar_get_count (int *count);
count             483 opal/mca/base/mca_base_pvar.h                                 mca_base_pvar_handle_t **handle, int *count);
count             536 opal/mca/base/mca_base_pvar.h OPAL_DECLSPEC int mca_base_pvar_notify (mca_base_pvar_handle_t *handle, mca_base_pvar_event_t event, int *count);
count             236 opal/mca/base/mca_base_var.c     int i, count;
count             240 opal/mca/base/mca_base_var.c     count = opal_argv_count(mca_base_var_file_list);
count             242 opal/mca/base/mca_base_var.c     for (i = count - 1; i >= 0; --i) {
count            1178 opal/mca/base/mca_base_var.c     int count, i, argc = 0;
count            1182 opal/mca/base/mca_base_var.c     count = opal_argv_count(files);
count            1187 opal/mca/base/mca_base_var.c     for (i = 0 ; i < count; ++i) {
count            1249 opal/mca/base/mca_base_var.c     int i, count;
count            1255 opal/mca/base/mca_base_var.c     count = opal_argv_count(tmp);
count            1261 opal/mca/base/mca_base_var.c     for (i = count - 1; i >= 0; --i) {
count              50 opal/mca/base/mca_base_var_enum.c static int enum_get_count (mca_base_var_enum_t *self, int *count);
count              53 opal/mca/base/mca_base_var_enum.c static int mca_base_var_enum_bool_get_count (mca_base_var_enum_t *enumerator, int *count)
count              55 opal/mca/base/mca_base_var_enum.c     *count = 2;
count             128 opal/mca/base/mca_base_var_enum.c static int mca_base_var_enum_auto_bool_get_count (mca_base_var_enum_t *enumerator, int *count)
count             130 opal/mca/base/mca_base_var_enum.c     *count = 3;
count             436 opal/mca/base/mca_base_var_enum.c static int enum_get_count (mca_base_var_enum_t *self, int *count)
count             438 opal/mca/base/mca_base_var_enum.c     *count = self->enum_value_count;
count             444 opal/mca/base/mca_base_var_enum.c     int count, ret;
count             446 opal/mca/base/mca_base_var_enum.c     ret = self->get_count(self, &count);
count             451 opal/mca/base/mca_base_var_enum.c     if (index >= count) {
count             467 opal/mca/base/mca_base_var_enum.c     int value, count, ret, i;
count             471 opal/mca/base/mca_base_var_enum.c     ret = self->get_count(self, &count);
count             481 opal/mca/base/mca_base_var_enum.c     for (i = 0 ; i < count ; ++i) {
count             488 opal/mca/base/mca_base_var_enum.c     if (i == count) {
count             498 opal/mca/base/mca_base_var_enum.c     int count, ret, i;
count             500 opal/mca/base/mca_base_var_enum.c     ret = self->get_count(self, &count);
count             505 opal/mca/base/mca_base_var_enum.c     for (i = 0 ; i < count ; ++i) {
count             511 opal/mca/base/mca_base_var_enum.c     if (i == count) {
count             552 opal/mca/base/mca_base_var_enum.c     int count, ret;
count             554 opal/mca/base/mca_base_var_enum.c     ret = self->get_count(self, &count);
count             559 opal/mca/base/mca_base_var_enum.c     if (index >= count) {
count             576 opal/mca/base/mca_base_var_enum.c     int value, count, ret, flag;
count             581 opal/mca/base/mca_base_var_enum.c     ret = self->get_count(self, &count);
count             598 opal/mca/base/mca_base_var_enum.c         for (int j = 0 ; j < count ; ++j) {
count             635 opal/mca/base/mca_base_var_enum.c     int count, ret, current;
count             638 opal/mca/base/mca_base_var_enum.c     ret = self->get_count(self, &count);
count             644 opal/mca/base/mca_base_var_enum.c     for (int i = 0 ; i < count ; ++i) {
count              41 opal/mca/base/mca_base_var_enum.h typedef int (*mca_base_var_enum_get_count_fn_t)(mca_base_var_enum_t *self, int *count);
count             357 opal/mca/btl/ofi/btl_ofi.h int mca_btl_ofi_post_recvs(mca_btl_base_module_t* module, mca_btl_ofi_context_t *context, int count);
count              44 opal/mca/btl/ofi/btl_ofi_module.c     int count;
count              85 opal/mca/btl/ofi/btl_ofi_module.c         count = fi_av_insert(ofi_btl->av,      /* Address vector to insert */
count              93 opal/mca/btl/ofi/btl_ofi_module.c         if (count == 1) { /* we inserted 1 address. */
count              97 opal/mca/btl/ofi/btl_ofi_module.c             BTL_VERBOSE(("fi_av_insert failed with rc = %d", count));
count             329 opal/mca/btl/ofi/btl_ofi_module.c                             int count)
count             336 opal/mca/btl/ofi/btl_ofi_module.c     for (i=0; i < count; i++) {
count             334 opal/mca/btl/tcp/btl_tcp.c     frag->hdr.count = 0;
count             408 opal/mca/btl/tcp/btl_tcp.c     frag->hdr.count = 1;
count             469 opal/mca/btl/tcp/btl_tcp.c     frag->hdr.count = 1;
count             288 opal/mca/btl/tcp/btl_tcp_frag.c                 frag->iov[1].iov_len = frag->hdr.count * sizeof(mca_btl_base_segment_t);
count             292 opal/mca/btl/tcp/btl_tcp_frag.c                 for( i = 0; i < frag->hdr.count; i++ ) {
count             297 opal/mca/btl/tcp/btl_tcp_frag.c                 frag->iov_cnt += frag->hdr.count;
count              40 opal/mca/btl/tcp/btl_tcp_hdr.h     uint16_t count;
count              47 opal/mca/btl/tcp/btl_tcp_hdr.h         hdr.count = htons(hdr.count); \
count              53 opal/mca/btl/tcp/btl_tcp_hdr.h         hdr.count = ntohs(hdr.count); \
count             490 opal/mca/btl/uct/btl_uct_component.c     size_t count;
count             492 opal/mca/btl/uct/btl_uct_component.c     if (0 == (count = opal_list_get_size (&uct_btl->pending_frags))) {
count             127 opal/mca/btl/uct/btl_uct_device_context.h             comp->uct_comp.count = 1;
count             183 opal/mca/btl/uct/btl_uct_endpoint.c     mca_btl_uct_conn_completion_t completion = {.super = {.count = 1, .func = mca_btl_uct_endpoint_flush_complete},
count              37 opal/mca/btl/uct/btl_uct_frag.c     frag->comp.uct_comp.count = 1;
count              43 opal/mca/btl/uct/btl_uct_frag.c     frag->uct_iov.count = 1;
count              42 opal/mca/btl/uct/btl_uct_rdma.c         comp->uct_comp.count = 1;
count             105 opal/mca/btl/uct/btl_uct_rdma.c         uct_iov_t iov = {.buffer = local_address, .length = size, .stride = 0, .count = 1,
count             204 opal/mca/btl/uct/btl_uct_rdma.c             uct_iov_t iov = {.buffer = local_address, .length = size, .stride = 0, .count = 1,
count             509 opal/mca/btl/ugni/btl_ugni.h                                            struct mca_btl_ugni_post_descriptor_t *post_desc, const int count);
count              95 opal/mca/btl/ugni/btl_ugni_component.c static inline int mca_btl_ugni_notify_stat (mca_base_pvar_t *pvar, mca_base_pvar_event_t event, void *obj, int *count)
count              99 opal/mca/btl/ugni/btl_ugni_component.c         *count = mca_btl_ugni_component.virtual_device_count;
count             567 opal/mca/btl/ugni/btl_ugni_component.c     int count = 0, rc;
count             613 opal/mca/btl/ugni/btl_ugni_component.c         count = mca_btl_ugni_smsg_process (ep);
count             621 opal/mca/btl/ugni/btl_ugni_component.c     return count;
count             625 opal/mca/btl/ugni/btl_ugni_component.c                                            struct mca_btl_ugni_post_descriptor_t *post_desc, const int count)
count             629 opal/mca/btl/ugni/btl_ugni_component.c     for (int i = 0 ; i < count ; ++i) {
count             670 opal/mca/btl/ugni/btl_ugni_component.c     int count;
count             677 opal/mca/btl/ugni/btl_ugni_component.c     count = opal_list_get_size(&ugni_module->ep_wait_list);
count             678 opal/mca/btl/ugni/btl_ugni_component.c     if (0 == count) {
count             683 opal/mca/btl/ugni/btl_ugni_component.c     count = opal_list_get_size(&ugni_module->ep_wait_list);
count             695 opal/mca/btl/ugni/btl_ugni_component.c     } while (endpoint != NULL && --count > 0) ;
count             704 opal/mca/btl/ugni/btl_ugni_component.c     int count = 0;
count             706 opal/mca/btl/ugni/btl_ugni_component.c     count += mca_btl_ugni_progress_remote_smsg (ugni_module);
count             709 opal/mca/btl/ugni/btl_ugni_component.c         count += mca_btl_ugni_progress_datagram (ugni_module->devices);
count             716 opal/mca/btl/ugni/btl_ugni_component.c             count += mca_btl_ugni_progress_local_smsg (ugni_module, device);
count             721 opal/mca/btl/ugni/btl_ugni_component.c             count += mca_btl_ugni_progress_rdma (ugni_module, device, &device->dev_rdma_local_cq);
count             725 opal/mca/btl/ugni/btl_ugni_component.c             count += mca_btl_ugni_progress_rdma (ugni_module, device, &device->dev_rdma_local_irq_cq);
count             729 opal/mca/btl/ugni/btl_ugni_component.c     return count;
count             138 opal/mca/btl/ugni/btl_ugni_device.h     int count;
count             158 opal/mca/btl/ugni/btl_ugni_device.h                                                                    const int count, bool block)
count             165 opal/mca/btl/ugni/btl_ugni_device.h     for (desc_index = 0 ; desc_index < count && cq->active_operations ; ) {
count             214 opal/mca/btl/ugni/btl_ugni_device.h     return _mca_btl_ugni_cq_get_completed_desc_device (device, args->cq, args->post_desc, args->count, false);
count             237 opal/mca/btl/ugni/btl_ugni_device.h     int count;
count             248 opal/mca/btl/ugni/btl_ugni_device.h     args->count = 0;
count             256 opal/mca/btl/ugni/btl_ugni_device.h         if (OPAL_LIKELY(NULL == rdma_desc && !args->count)) {
count             257 opal/mca/btl/ugni/btl_ugni_device.h 	    args->count = _mca_btl_ugni_cq_get_completed_desc_device (device, &device->dev_rdma_local_cq,
count             298 opal/mca/btl/ugni/btl_ugni_device.h 	int count = args->count;
count             299 opal/mca/btl/ugni/btl_ugni_device.h 	args->count += _mca_btl_ugni_cq_get_completed_desc_device (device, &device->dev_rdma_local_cq,
count             300 opal/mca/btl/ugni/btl_ugni_device.h 								   args->completed + count,
count             301 opal/mca/btl/ugni/btl_ugni_device.h 								   MCA_BTL_UGNI_DEVICE_REAP_COUNT - count,
count             343 opal/mca/btl/ugni/btl_ugni_device.h 	int count = args->count;
count             344 opal/mca/btl/ugni/btl_ugni_device.h 	args->count += _mca_btl_ugni_cq_get_completed_desc_device (device, &device->dev_rdma_local_cq,
count             345 opal/mca/btl/ugni/btl_ugni_device.h 								   args->completed + count,
count             346 opal/mca/btl/ugni/btl_ugni_device.h 								   MCA_BTL_UGNI_DEVICE_REAP_COUNT - count,
count             517 opal/mca/btl/ugni/btl_ugni_device.h     if (args.count) {
count             518 opal/mca/btl/ugni/btl_ugni_device.h         mca_btl_ugni_handle_rdma_completions (ugni_module, args.device, args.completed, args.count);
count             546 opal/mca/btl/ugni/btl_ugni_device.h                                                       int count)
count             548 opal/mca/btl/ugni/btl_ugni_device.h     mca_btl_ugni_cq_get_completed_desc_arg_t args = {.cq = cq, .post_desc = post_desc, .count = count};
count              66 opal/mca/btl/ugni/btl_ugni_smsg.c     int count = 0;
count              83 opal/mca/btl/ugni/btl_ugni_smsg.c                 return count;
count              92 opal/mca/btl/ugni/btl_ugni_smsg.c         count++;
count             157 opal/mca/btl/ugni/btl_ugni_smsg.c     return count;
count             165 opal/mca/btl/ugni/btl_ugni_smsg.c     int count, rc;
count             178 opal/mca/btl/ugni/btl_ugni_smsg.c     for (ep_index = 0, count = 0 ; ep_index < endpoint_count ; ++ep_index) {
count             191 opal/mca/btl/ugni/btl_ugni_smsg.c             count += rc;
count             195 opal/mca/btl/ugni/btl_ugni_smsg.c     return count;
count             111 opal/mca/btl/usnic/btl_usnic_cclient.c     int count = 0;
count             121 opal/mca/btl/usnic/btl_usnic_cclient.c             if (count < mca_btl_usnic_component.connectivity_num_retries) {
count             123 opal/mca/btl/usnic/btl_usnic_cclient.c                 ++count;
count            1138 opal/mca/btl/usnic/btl_usnic_component.c     int count;
count            1148 opal/mca/btl/usnic/btl_usnic_component.c     count = 0;
count            1170 opal/mca/btl/usnic/btl_usnic_component.c                     count += usnic_handle_completion(module, channel,
count            1182 opal/mca/btl/usnic/btl_usnic_component.c     return count + usnic_component_progress_2();
count            1305 opal/mca/btl/usnic/btl_usnic_component.c     int i, j, count = 0, num_events, ret;
count            1346 opal/mca/btl/usnic/btl_usnic_component.c                 count += usnic_handle_completion(module, channel,
count            1372 opal/mca/btl/usnic/btl_usnic_component.c     return count;
count             266 opal/mca/btl/usnic/btl_usnic_stats.c                              void *obj, int *count)
count             269 opal/mca/btl/usnic/btl_usnic_stats.c         *count = mca_btl_usnic_component.num_modules;
count             710 opal/mca/btl/vader/btl_vader_component.c     int count;
count             712 opal/mca/btl/vader/btl_vader_component.c     count = opal_list_get_size (&mca_btl_vader_component.pending_endpoints);
count             713 opal/mca/btl/vader/btl_vader_component.c     if (OPAL_LIKELY(0 == count)) {
count             727 opal/mca/btl/vader/btl_vader_component.c     int count = 0;
count             737 opal/mca/btl/vader/btl_vader_component.c         count = mca_btl_vader_check_fboxes ();
count             744 opal/mca/btl/vader/btl_vader_component.c         return count;
count             747 opal/mca/btl/vader/btl_vader_component.c     count += mca_btl_vader_poll_fifo ();
count             751 opal/mca/btl/vader/btl_vader_component.c     return count;
count             179 opal/mca/common/ucx/common_ucx.c static void opal_common_ucx_wait_all_requests(void **reqs, int count, ucp_worker_h worker)
count             183 opal/mca/common/ucx/common_ucx.c     MCA_COMMON_UCX_VERBOSE(2, "waiting for %d disconnect requests", count);
count             184 opal/mca/common/ucx/common_ucx.c     for (i = 0; i < count; ++i) {
count             190 opal/mca/common/ucx/common_ucx.c OPAL_DECLSPEC int opal_common_ucx_del_procs_nofence(opal_common_ucx_del_proc_t *procs, size_t count,
count             198 opal/mca/common/ucx/common_ucx.c     MCA_COMMON_UCX_ASSERT(procs || !count);
count             201 opal/mca/common/ucx/common_ucx.c     max_reqs = (max_disconnect > count) ? count : max_disconnect;
count             210 opal/mca/common/ucx/common_ucx.c     for (i = 0; i < count; ++i) {
count             211 opal/mca/common/ucx/common_ucx.c         n = (i + my_rank) % count;
count             241 opal/mca/common/ucx/common_ucx.c OPAL_DECLSPEC int opal_common_ucx_del_procs(opal_common_ucx_del_proc_t *procs, size_t count,
count             244 opal/mca/common/ucx/common_ucx.c     opal_common_ucx_del_procs_nofence(procs, count, my_rank, max_disconnect, worker);
count             112 opal/mca/common/ucx/common_ucx.h OPAL_DECLSPEC int opal_common_ucx_del_procs(opal_common_ucx_del_proc_t *procs, size_t count,
count             114 opal/mca/common/ucx/common_ucx.h OPAL_DECLSPEC int opal_common_ucx_del_procs_nofence(opal_common_ucx_del_proc_t *procs, size_t count,
count             125 opal/mca/event/libevent2022/libevent/arc4random.c read_all(int fd, unsigned char *buf, size_t count)
count             130 opal/mca/event/libevent2022/libevent/arc4random.c 	while (numread < count) {
count             131 opal/mca/event/libevent2022/libevent/arc4random.c 		result = read(fd, buf+numread, count-numread);
count            1380 opal/mca/event/libevent2022/libevent/buffer.c 	int count = 0;
count            1397 opal/mca/event/libevent2022/libevent/buffer.c 			ptr->pos += count;
count            1398 opal/mca/event/libevent2022/libevent/buffer.c 			return count;
count            1400 opal/mca/event/libevent2022/libevent/buffer.c 			++count;
count            1407 opal/mca/event/libevent2022/libevent/buffer.c 			ptr->pos += count;
count            1408 opal/mca/event/libevent2022/libevent/buffer.c 			return count;
count            2265 opal/mca/event/libevent2022/libevent/evdns.c nameserver_probe_callback(int result, char type, int count, int ttl, void *addresses, void *arg) {
count            2268 opal/mca/event/libevent2022/libevent/evdns.c 	(void) count;
count            2686 opal/mca/event/libevent2022/libevent/evdns.c 	int count = 0;
count            2689 opal/mca/event/libevent2022/libevent/evdns.c 		count++;
count            2691 opal/mca/event/libevent2022/libevent/evdns.c 	return count;
count            4299 opal/mca/event/libevent2022/libevent/evdns.c evdns_getaddrinfo_gotresolve(int result, char type, int count,
count            4356 opal/mca/event/libevent2022/libevent/evdns.c 		if (count == 0)
count            4428 opal/mca/event/libevent2022/libevent/evdns.c 	for (i=0; i < count; ++i) {
count             349 opal/mca/event/libevent2022/libevent/event-internal.h void event_active_nolock(struct event *ev, int res, short count);
count            1336 opal/mca/event/libevent2022/libevent/event.c 	int count = 0;
count            1346 opal/mca/event/libevent2022/libevent/event.c 			++count;
count            1389 opal/mca/event/libevent2022/libevent/event.c 	return count;
count            1401 opal/mca/event/libevent2022/libevent/event.c 	int count = 0;
count            1416 opal/mca/event/libevent2022/libevent/event.c 		if (++count == MAX_DEFERRED)
count            1420 opal/mca/event/libevent2022/libevent/event.c 	return count;
count            2677 opal/mca/event/libevent2022/libevent/event.c event_mm_calloc_(size_t count, size_t size)
count            2680 opal/mca/event/libevent2022/libevent/event.c 		size_t sz = count * size;
count            2686 opal/mca/event/libevent2022/libevent/event.c 		return calloc(count, size);
count             200 opal/mca/event/libevent2022/libevent/event_tagging.c 	size_t count = 0;
count             212 opal/mca/event/libevent2022/libevent/event_tagging.c 	while (count++ < len) {
count             227 opal/mca/event/libevent2022/libevent/event_tagging.c 		evbuffer_drain(evbuf, count);
count             232 opal/mca/event/libevent2022/libevent/event_tagging.c 	return count > INT_MAX ? INT_MAX : (int)(count);
count             154 opal/mca/event/libevent2022/libevent/evthread.c 	int count;
count             174 opal/mca/event/libevent2022/libevent/evthread.c 	result->count = 0;
count             183 opal/mca/event/libevent2022/libevent/evthread.c 	EVUTIL_ASSERT(lock->count == 0);
count             190 opal/mca/event/libevent2022/libevent/evthread.c 	lock->count = -100;
count             197 opal/mca/event/libevent2022/libevent/evthread.c 	++lock->count;
count             199 opal/mca/event/libevent2022/libevent/evthread.c 		EVUTIL_ASSERT(lock->count == 1);
count             203 opal/mca/event/libevent2022/libevent/evthread.c 		if (lock->count > 1)
count             235 opal/mca/event/libevent2022/libevent/evthread.c 		if (lock->count == 1)
count             238 opal/mca/event/libevent2022/libevent/evthread.c 	--lock->count;
count             239 opal/mca/event/libevent2022/libevent/evthread.c 	EVUTIL_ASSERT(lock->count >= 0);
count             297 opal/mca/event/libevent2022/libevent/evthread.c 	if (! lock->count)
count             344 opal/mca/event/libevent2022/libevent/evthread.c 		lock->count = 0;
count             361 opal/mca/event/libevent2022/libevent/evthread.c 			lock->count = -200;
count             199 opal/mca/event/libevent2022/libevent/include/event2/dns.h typedef void (*evdns_callback_type) (int result, char type, int count, int ttl, void *addresses, void *arg);
count              40 opal/mca/event/libevent2022/libevent/mm-internal.h void *event_mm_calloc_(size_t count, size_t size);
count              45 opal/mca/event/libevent2022/libevent/mm-internal.h #define mm_calloc(count, size) event_mm_calloc_((count), (size))
count              54 opal/mca/event/libevent2022/libevent/sample/dns-example.c main_callback(int result, char type, int count, int ttl,
count              58 opal/mca/event/libevent2022/libevent/sample/dns-example.c 	for (i = 0; i < count; ++i) {
count              65 opal/mca/event/libevent2022/libevent/sample/dns-example.c 	if (!count) {
count              63 opal/mca/event/libevent2022/libevent/test/bench.c static int count, writes, fired;
count              75 opal/mca/event/libevent2022/libevent/test/bench.c 	count += recv(fd, (char*)&ch, sizeof(ch), 0);
count             107 opal/mca/event/libevent2022/libevent/test/bench.c 	count = 0;
count             114 opal/mca/event/libevent2022/libevent/test/bench.c 	} while (count != fired);
count             117 opal/mca/event/libevent2022/libevent/test/bench.c 	if (xcount != count) fprintf(stderr, "Xcount: %d, Rcount: %d\n", xcount, count);
count             600 opal/mca/event/libevent2022/libevent/test/regress.c 	int *count = arg;
count             602 opal/mca/event/libevent2022/libevent/test/regress.c 	(*count)++;
count             603 opal/mca/event/libevent2022/libevent/test/regress.c 	if (*count == 6) {
count             616 opal/mca/event/libevent2022/libevent/test/regress.c 	int count = 0;
count             622 opal/mca/event/libevent2022/libevent/test/regress.c 	    periodic_timeout_cb, &count);
count             635 opal/mca/event/libevent2022/libevent/test/regress.c 	int count = 0;
count             639 opal/mca/event/libevent2022/libevent/test/regress.c 	event_assign(&ev, data->base, -1, EV_PERSIST, periodic_timeout_cb, &count);
count             649 opal/mca/event/libevent2022/libevent/test/regress.c 	tt_int_op(count, ==, 1);
count             726 opal/mca/event/libevent2022/libevent/test/regress.c 	int count;
count             733 opal/mca/event/libevent2022/libevent/test/regress.c 	++ti->count;
count             735 opal/mca/event/libevent2022/libevent/test/regress.c 	if (ti->count >= 6)
count             787 opal/mca/event/libevent2022/libevent/test/regress.c 		tt_int_op(info[i].count, ==, 6);
count            1527 opal/mca/event/libevent2022/libevent/test/regress.c 	int count;
count            1536 opal/mca/event/libevent2022/libevent/test/regress.c 	if (pri->count == 3) {
count            1541 opal/mca/event/libevent2022/libevent/test/regress.c 	pri->count++;
count            1585 opal/mca/event/libevent2022/libevent/test/regress.c 		if (one.count == 3 && two.count == 3)
count            1589 opal/mca/event/libevent2022/libevent/test/regress.c 		if (one.count == 3 && two.count == 1)
count            1592 opal/mca/event/libevent2022/libevent/test/regress.c 		if (one.count == 3 && two.count == 0)
count              82 opal/mca/event/libevent2022/libevent/test/regress_dns.c dns_gethostbyname_cb(int result, char type, int count, int ttl,
count              98 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	TT_BLATHER(("type: %d, count: %d, ttl: %d: ", type, count, ttl));
count             109 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		for (i = 0; i < count; ++i) {
count             125 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		for (i = 0; i < count; ++i)
count             131 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		if (count != 1)
count             290 opal/mca/event/libevent2022/libevent/test/regress_dns.c dns_server_gethostbyname_cb(int result, char type, int count, int ttl,
count             306 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	if (count != 1) {
count             307 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		printf("Unexpected answer count %d. ", count);
count             451 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	int count;
count             459 opal/mca/event/libevent2022/libevent/test/regress_dns.c generic_dns_callback(int result, char type, int count, int ttl, void *addresses,
count             466 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	res->count = count;
count             470 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		len = count * 4;
count             472 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		len = count * 16;
count             544 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r[0].count, ==, 1);
count             547 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r[1].count, ==, 1);
count             637 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	int *count = data;
count             641 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	if (*count > 0) {
count             642 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		--*count;
count             702 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r1.count, ==, 1);
count             731 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r1.count, ==, 1);
count             795 opal/mca/event/libevent2022/libevent/test/regress_dns.c 	tt_int_op(r1.count, ==, 1);
count             852 opal/mca/event/libevent2022/libevent/test/regress_dns.c 		tt_int_op(r[i].count, ==, 1);
count              59 opal/mca/event/libevent2022/libevent/test/regress_iocp.c static int count = 0;
count              85 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	count++;
count              98 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	while (ms > 0 && count != i) {
count             106 opal/mca/event/libevent2022/libevent/test/regress_iocp.c 	if (count == i)
count             157 opal/mca/event/libevent2022/libevent/test/regress_listener.c 	int count = 1;
count             168 opal/mca/event/libevent2022/libevent/test/regress_listener.c 	listener = evconnlistener_new(base, acceptcb, &count,
count             178 opal/mca/event/libevent2022/libevent/test/regress_listener.c 	tt_int_op(count,==,1000); /* set by error cb */
count             111 opal/mca/event/libevent2022/libevent/test/regress_thread.c static int count;
count             142 opal/mca/event/libevent2022/libevent/test/regress_thread.c 		++count;
count             148 opal/mca/event/libevent2022/libevent/test/regress_thread.c 	if (count >= NUM_THREADS * NUM_ITERATIONS)
count             258 opal/mca/event/libevent2022/libevent/test/regress_thread.c 	tt_int_op(count, ==, NUM_THREADS * NUM_ITERATIONS);
count             239 opal/mca/hwloc/base/base.h                                           size_t count, int node_id);
count             133 opal/mca/hwloc/base/hwloc_base_maffinity.c                             size_t count, int node_id)
count             154 opal/mca/hwloc/base/hwloc_base_maffinity.c     for(i = 0; i < count; i++) {
count            1978 opal/mca/hwloc/base/hwloc_base_util.c     int count = 0;
count            1981 opal/mca/hwloc/base/hwloc_base_util.c             count++;
count            1986 opal/mca/hwloc/base/hwloc_base_util.c     return count;
count            1995 opal/mca/hwloc/base/hwloc_base_util.c     int count;
count            2018 opal/mca/hwloc/base/hwloc_base_util.c                         count = find_devices(topo, &device_name);
count            2019 opal/mca/hwloc/base/hwloc_base_util.c                         if (count > 1) {
count            2021 opal/mca/hwloc/base/hwloc_base_util.c                             return count;
count             365 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   int count=0;
count             369 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   count++;
count             371 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     count++;
count             383 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     count--;
count             386 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   if (hwloc_bitmap_reset_by_ulongs(set, (count + HWLOC_BITMAP_STRING_PER_LONG - 1) / HWLOC_BITMAP_STRING_PER_LONG) < 0)
count             395 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     assert(count > 0);
count             396 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     count--;
count             398 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     accum |= (val << ((count * HWLOC_BITMAP_SUBSTRING_SIZE) % HWLOC_BITS_PER_LONG));
count             399 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     if (!(count % HWLOC_BITMAP_STRING_PER_LONG)) {
count             400 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       set->ulongs[count / HWLOC_BITMAP_STRING_PER_LONG] = accum;
count             405 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c       if (*next || count > 0)
count             632 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   int count;
count             657 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   count = (chars * 4 + HWLOC_BITS_PER_LONG - 1) / HWLOC_BITS_PER_LONG;
count             659 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c   if (hwloc_bitmap_reset_by_ulongs(set, count) < 0)
count             679 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     set->ulongs[count-1] = val;
count             683 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c     count--;
count            1263 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	unsigned count = set->ulongs_count;
count            1269 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	if (hwloc_bitmap_reset_by_ulongs(res, count) < 0)
count            1272 opal/mca/hwloc/hwloc201/hwloc/hwloc/bitmap.c 	for(i=0; i<count; i++)
count             293 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 					    unsigned long count __hwloc_attribute_unused,
count             300 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   return syscall(__NR_move_pages, pid, count, pages, nodes, status, flags);
count            1953 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   unsigned long count;
count            1963 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   count = (len + pagesize-1)/pagesize;
count            1964 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   pages = malloc(count*sizeof(*pages));
count            1965 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   status = malloc(count*sizeof(*status));
count            1971 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   for(i=0; i<count; i++)
count            1974 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   ret = hwloc_move_pages(0, count, pages, NULL, status, 0);
count            1979 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c   for(i=0; i<count; i++)
count            2326 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	memory->page_types[index_].count = strtoull(line, NULL, 0);
count            2327 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c 	*remaining_local_memory -= memory->page_types[index_].count * memory->page_types[index_].size;
count            2384 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c         memory->page_types[1].count = meminfo_hugepages_count;
count            2402 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     memory->page_types[0].count = remaining_local_memory / memory->page_types[0].size;
count            2451 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c         memory->page_types[1].count = meminfo_hugepages_count;
count            2460 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     memory->page_types[0].count = remaining_local_memory / memory->page_types[0].size;
count            5366 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     unsigned long count = strtoul(string, NULL, 16);
count            5367 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     snprintf(string, sizeof(string), "%lu", count);
count            5373 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     unsigned long count = strtoul(string, NULL, 16);
count            5374 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c     snprintf(string, sizeof(string), "%lu", count);
count             423 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   unsigned long item, count;
count             455 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   for (pos = description, count = 1; *pos; pos = next_pos) {
count             460 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     data->level[count-1].arity = 0;
count             487 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       data->numa_attached_nr += data->level[count-1].totalwidth;
count             495 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c 	pprev = &data->level[count-1].attached;
count             524 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     data->level[count].indexes.string = NULL;
count             525 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     data->level[count].indexes.array = NULL;
count             526 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     data->level[count].attached = NULL;
count             553 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     data->level[count].attr.type = type;
count             554 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     data->level[count].attr.depth = (unsigned) -1;
count             555 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     data->level[count].attr.cachetype = (hwloc_obj_cache_type_t) -1;
count             558 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       data->level[count].attr.depth = attrs.cache.depth;
count             559 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       data->level[count].attr.cachetype = attrs.cache.type;
count             562 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       data->level[count].attr.depth = attrs.group.depth;
count             579 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     data->level[count-1].arity = (unsigned)item;
count             582 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     data->level[count].totalwidth = totalarity;
count             583 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     data->level[count].indexes.string = NULL;
count             584 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     data->level[count].indexes.array = NULL;
count             585 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     data->level[count].attr.memorysize = 0;
count             587 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c       err = hwloc_synthetic_parse_attrs(next_pos+1, &next_pos, &data->level[count].attr, &data->level[count].indexes, verbose);
count             592 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     if (count + 1 >= HWLOC_SYNTHETIC_MAX_DEPTH) {
count             605 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     count++;
count             608 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   if (data->level[count-1].attr.type != HWLOC_OBJ_TYPE_NONE && data->level[count-1].attr.type != HWLOC_OBJ_PU) {
count             614 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   data->level[count-1].attr.type = HWLOC_OBJ_PU;
count             619 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   for(i=count-1; i>0; i--) {
count             665 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   for(i=1; i<count-1; i++) {
count             669 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   if (unset && unset != count-2) {
count             677 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     unsigned _count = count;
count             759 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     memmove(&data->level[2], &data->level[1], count*sizeof(struct hwloc_synthetic_level_data_s));
count             768 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     count++;
count             771 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   for (i=0; i<count; i++) {
count             800 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c   data->level[count-1].arity = 0;
count             825 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-synthetic.c     obj->attr->numanode.page_types[0].count = sattr->memorysize / 4096;
count             434 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c 	  memory->page_types[0].count = lvalue;
count             498 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c   uint64_t size = 0, count = 0;
count             507 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       count = strtoull(attrvalue, NULL, 10);
count             520 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       memory->page_types[idx].count = count;
count            2015 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-xml.c       sprintf(tmp, "%llu", (unsigned long long) obj->attr->numanode.page_types[i].count);
count             155 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   mach_msg_type_number_t count = HOST_BASIC_INFO_COUNT;
count             156 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   host_info(mach_host_self(), HOST_BASIC_INFO, (integer_t*) &info, &count);
count             295 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c void hwloc__free_infos(struct hwloc_info_s *infos, unsigned count)
count             298 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for(i=0; i<count; i++) {
count             307 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   unsigned count = *countp;
count             311 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   unsigned alloccount = (count + 1 + (OBJECT_INFO_ALLOC-1)) & ~(OBJECT_INFO_ALLOC-1);
count             312 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (count != alloccount) {
count             319 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   infos[count].name = strdup(name);
count             320 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (!infos[count].name)
count             322 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   infos[count].value = strdup(value);
count             323 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   if (!infos[count].value)
count             325 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   *countp = count+1;
count             329 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   free(infos[count].name);
count             340 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   unsigned count = *countp;
count             342 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology.c   for(i=0; i<count; i++) {
count             560 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h       hwloc_uint64_t count;	/**< \brief Number of pages of this size */
count              89 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/glibc-sched.h   int count;
count              93 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/glibc-sched.h   count = CPU_COUNT_S(schedsetsize, schedset);
count              95 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/glibc-sched.h   while (count) {
count              98 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/glibc-sched.h       count--;
count             134 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   unsigned count = 0;
count             139 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h       if (count == idx)
count             141 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h       count++;
count             189 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   unsigned count = 0;
count             194 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h       count++;
count             197 opal/mca/hwloc/hwloc201/hwloc/include/hwloc/helper.h   return count;
count             312 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h             if ((head)->hh.tbl->buckets[_bkt_i].count !=  _bkt_count) {          \
count             314 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h                 (head)->hh.tbl->buckets[_bkt_i].count, _bkt_count);              \
count             630 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h  head.count++;                                                                   \
count             635 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h  if ((head.count >= ((head.expand_mult+1U) * HASH_BKT_CAPACITY_THRESH))          \
count             643 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h     (head).count--;                                                              \
count             705 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h            if (++(_he_newbkt->count) > tbl->ideal_chain_maxlen) {                \
count             707 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h              _he_newbkt->expand_mult = _he_newbkt->count /                       \
count             900 opal/mca/hwloc/hwloc201/hwloc/include/netloc/uthash.h    unsigned count;
count             227 opal/mca/hwloc/hwloc201/hwloc/include/private/private.h extern void hwloc__free_infos(struct hwloc_info_s *infos, unsigned count);
count              18 opal/mca/memcpy/base/memcpy_base_default.h #define opal_memcpy_tov( dst_iov, src, count )        \
count              23 opal/mca/memcpy/base/memcpy_base_default.h         for( _i = 0; _i < count; _i++ ) {             \
count              30 opal/mca/memcpy/base/memcpy_base_default.h #define opal_memcpy_fromv( dst, src_iov, count )        \
count              35 opal/mca/memcpy/base/memcpy_base_default.h         for( _i = 0; _i < count; _i++ ) {               \
count              75 opal/mca/mpool/base/mpool_base_alloc.c     mpool_tree_item->count = 0;
count              53 opal/mca/mpool/base/mpool_base_tree.h     uint8_t count; /**< length of the mpools/regs array */
count              65 opal/mca/mpool/hugepage/mpool_hugepage.h     opal_atomic_int32_t count;
count             134 opal/mca/mpool/hugepage/mpool_hugepage_module.c         int32_t count;
count             136 opal/mca/mpool/hugepage/mpool_hugepage_module.c         count = opal_atomic_add_fetch_32 (&huge_page->count, 1);
count             139 opal/mca/mpool/hugepage/mpool_hugepage_module.c                        getpid (), count);
count             127 opal/mca/patcher/linux/patcher_linux_module.c     unsigned count;
count             151 opal/mca/patcher/linux/patcher_linux_module.c             count = nread / sizeof(buffer[0]);
count             152 opal/mca/patcher/linux/patcher_linux_module.c             for (unsigned i = 0 ; i < count && AT_NULL != buffer[i].a_type ; ++i) {
count             160 opal/mca/patcher/linux/patcher_linux_module.c         } while ((count > 0) && (phent == 0));
count              97 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmix.c     size_t count;
count              40 opal/mca/pmix/pmix4x/pmix/examples/examples.h     int count;
count              50 opal/mca/pmix/pmix4x/pmix/examples/examples.h         (l)->count = 0;                             \
count             716 opal/mca/pmix/pmix4x/pmix/include/pmi.h PMIX_EXPORT int PMI_Spawn_multiple(int count,
count             197 opal/mca/pmix/pmix4x/pmix/include/pmi2.h PMIX_EXPORT int PMI2_Job_Spawn(int count, const char * cmds[],
count             706 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c PMIX_EXPORT int PMI_Spawn_multiple(int count,
count             733 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c     PMIX_APP_CREATE(apps, count);
count             734 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c     for (i = 0; i < count; i++) {
count             751 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c                 for (i = 0; i < count; i++) {
count             762 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c     rc = PMIx_Spawn(NULL, 0, apps, count, NULL);
count             764 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c     for (i = 0; i < count; i++) {
count             769 opal/mca/pmix/pmix4x/pmix/src/client/pmi1.c         for (i = 0; i < count; i++) {
count             192 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c PMIX_EXPORT int PMI2_Job_Spawn(int count, const char * cmds[],
count             219 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c     PMIX_APP_CREATE(apps, count);
count             220 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c     for (i=0; i < count; i++) {
count             235 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c                 for (i = 0; i < count; i++) {
count             246 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c     rc = PMIx_Spawn(NULL, 0, apps, count, NULL);
count             248 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c     for (i=0; i < count; i++) {
count             253 opal/mca/pmix/pmix4x/pmix/src/client/pmi2.c         for (i=0; i < count; i++) {
count             222 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     int i, count;
count             226 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     count = pmix_argv_count(pmix_mca_base_var_file_list);
count             228 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     for (i = count - 1; i >= 0; --i) {
count            1199 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     int count, i, argc = 0;
count            1203 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     count = pmix_argv_count(files);
count            1208 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     for (i = 0 ; i < count; ++i) {
count            1270 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     int i, count;
count            1276 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     count = pmix_argv_count(tmp);
count            1282 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var.c     for (i = count - 1; i >= 0; --i) {
count              46 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c static int enum_get_count (pmix_mca_base_var_enum_t *self, int *count);
count              49 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c static int pmix_mca_base_var_enum_bool_get_count (pmix_mca_base_var_enum_t *enumerator, int *count)
count              51 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     *count = 2;
count             336 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c static int enum_get_count (pmix_mca_base_var_enum_t *self, int *count)
count             338 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     *count = self->enum_value_count;
count             344 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     int count, ret;
count             346 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     ret = self->get_count(self, &count);
count             351 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     if (index >= count) {
count             367 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     int value, count, ret, i;
count             371 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     ret = self->get_count(self, &count);
count             381 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     for (i = 0 ; i < count ; ++i) {
count             388 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     if (i == count) {
count             398 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     int count, ret, i;
count             400 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     ret = self->get_count(self, &count);
count             405 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     for (i = 0 ; i < count ; ++i) {
count             411 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     if (i == count) {
count             452 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     int count, ret;
count             454 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     ret = self->get_count(self, &count);
count             459 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     if (index >= count) {
count             476 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     int value, count, ret, flag;
count             481 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     ret = self->get_count(self, &count);
count             498 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c         for (int j = 0 ; j < count ; ++j) {
count             527 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     int count, ret, current;
count             530 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     ret = self->get_count(self, &count);
count             536 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.c     for (int i = 0 ; i < count ; ++i) {
count              40 opal/mca/pmix/pmix4x/pmix/src/mca/base/pmix_mca_base_var_enum.h typedef int (*pmix_mca_base_var_enum_get_count_fn_t)(pmix_mca_base_var_enum_t *self, int *count);
count             912 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c     int id, count;
count             924 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                          (unsigned long)rinfo->offset, (unsigned long)rinfo->count));
count             967 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         count = id;
count             970 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         while (NULL != tmp->next && 0 != count) {
count             972 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             count--;
count            1211 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             (*rinfo)->count = 0;
count            1213 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         (*rinfo)->count++;
count            1227 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         kval_cnt = (*rinfo)->count;
count            1267 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c                     (*rinfo)->count--;
count            1305 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c             (*rinfo)->count++;
count            2085 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c         kval_cnt = rinfo->count;
count             119 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.h     size_t count;
count              33 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.c     if(sync->count <= 0)
count              42 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.c     if(sync->count <= 0) {
count              75 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.c         if( sync->count <= 0 ) {  /* Completed? */
count              84 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.c     while(sync->count > 0) {  /* progress till completion */
count              31 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.h     pmix_atomic_int32_t count;
count              78 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.h     while (sync->count > 0) {
count              87 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.h         (sync)->count = (c);                                    \
count             106 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.h         if( 0 != (PMIX_THREAD_ADD_FETCH32(&sync->count, -updates)) ) {
count             113 opal/mca/pmix/pmix4x/pmix/src/threads/wait_sync.h         pmix_atomic_swap_32 (&sync->count, 0);
count             150 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c     int count;
count             227 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c     pmix_cmd_line_get_tail(&cmd_line, &count, &keys);
count             228 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c     if (0 == count) {
count             233 opal/mca/pmix/pmix4x/pmix/src/tools/plookup/plookup.c     ndata = count;
count             349 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     int i, count;
count             353 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     count = pmix_cmd_line_get_ninsts(cmd_line, "path");
count             354 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     for (i = 0; i < count; ++i) {
count             382 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         count = pmix_cmd_line_get_ninsts(cmd_line, "path");
count             383 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         for (i = 0; i < count; ++i) {
count             436 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     int count;
count             473 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         count = pmix_cmd_line_get_ninsts(pmix_info_cmd_line, p);
count             474 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         for (i = 0; i < count; ++i) {
count             496 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c         for (i = 0; i < count; ++i) {
count             551 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     int count;
count             573 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     count = pmix_cmd_line_get_ninsts(pmix_info_cmd_line, p);
count             576 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     for (k = 0; k < count; ++k) {
count             614 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     int ret, i, j, count;
count             617 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     count = pmix_value_array_get_size((pmix_value_array_t *)&group->group_vars);
count             656 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     for (i = 0 ; i < count ; ++i) {
count             708 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     count = pmix_value_array_get_size((pmix_value_array_t *)&group->group_subgroups);
count             710 opal/mca/pmix/pmix4x/pmix/src/tools/pmix_info/support.c     for (i = 0 ; i < count ; ++i) {
count             472 opal/mca/pmix/pmix4x/pmix/src/util/argv.c     int count;
count             480 opal/mca/pmix/pmix4x/pmix/src/util/argv.c     count = pmix_argv_count(*argv);
count             481 opal/mca/pmix/pmix4x/pmix/src/util/argv.c     if (start > count) {
count             490 opal/mca/pmix/pmix4x/pmix/src/util/argv.c     suffix_count = count - (start + num_to_delete);
count             497 opal/mca/pmix/pmix4x/pmix/src/util/argv.c     for (i = start; i < count && i < start + num_to_delete; ++i) {
count             133 opal/mca/pmix/pmix4x/pmix/src/util/net.c     int i, count, found_bad = 0;
count             137 opal/mca/pmix/pmix4x/pmix/src/util/net.c         count = pmix_argv_count(args);
count             138 opal/mca/pmix/pmix4x/pmix/src/util/net.c         private_ipv4 = (private_ipv4_t*)malloc( (count + 1) * sizeof(private_ipv4_t));
count             144 opal/mca/pmix/pmix4x/pmix/src/util/net.c         for( i = 0; i < count; i++ ) {
count              95 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     int i, count;
count             101 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     count = pmix_argv_count(lines);
count             102 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     for (i = 0; i < count; ++i) {
count             122 opal/mca/pmix/pmix4x/pmix/src/util/show_help.c     for (i = 0; i < count; ++i) {
count             247 opal/mca/pmix/pmix4x/pmix/test/test_common.c             int count = pmix_argv_count(argv);
count             249 opal/mca/pmix/pmix4x/pmix/test/test_common.c             if( rankidx >= count ){
count             313 opal/mca/pmix/pmix4x/pmix/test/test_common.c     int count = 0;
count             409 opal/mca/pmix/pmix4x/pmix/test/test_common.c             if (',' == *str && 0 != count) {
count             412 opal/mca/pmix/pmix4x/pmix/test/test_common.c                     rank = (int)(strtol(str-count, NULL, 10));
count             413 opal/mca/pmix/pmix4x/pmix/test/test_common.c                     CHECK_STRTOL_VAL(rank, str-count, store);
count             424 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 rank = (int)(strtol(str-count, NULL, 10));
count             425 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 CHECK_STRTOL_VAL(rank, str-count, store);
count             432 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 count = -1;
count             433 opal/mca/pmix/pmix4x/pmix/test/test_common.c             } else if ('-' == *str && 0 != count) {
count             435 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 remember = (int)(strtol(str-count, NULL, 10));
count             436 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 CHECK_STRTOL_VAL(remember, str-count, store);
count             437 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 count = -1;
count             440 opal/mca/pmix/pmix4x/pmix/test/test_common.c             count++;
count             442 opal/mca/pmix/pmix4x/pmix/test/test_common.c         if (0 != count) {
count             444 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 rank = (int)(strtol(str-count, NULL, 10));
count             445 opal/mca/pmix/pmix4x/pmix/test/test_common.c                 CHECK_STRTOL_VAL(rank, str-count, store);
count             456 opal/mca/pmix/pmix4x/pmix/test/test_common.c             rank = (int)(strtol(str-count, NULL, 10));
count             457 opal/mca/pmix/pmix4x/pmix/test/test_common.c             CHECK_STRTOL_VAL(rank, str-count, store);
count             271 opal/mca/pmix/pmix4x/pmix/test/test_common.h         int count;                                                                                                  \
count             279 opal/mca/pmix/pmix4x/pmix/test/test_common.h             count = 0;                                                                                              \
count             285 opal/mca/pmix/pmix4x/pmix/test/test_common.h                 count++;                                                                                            \
count             328 opal/mca/pmix/pmix4x/pmix/test/test_common.h         int in_progress = 1, count;                                             \
count             331 opal/mca/pmix/pmix4x/pmix/test/test_common.h             count = 0;                                                          \
count             337 opal/mca/pmix/pmix4x/pmix/test/test_common.h                 count++;                                                        \
count             340 opal/mca/pmix/pmix4x/pmix/test/test_common.h                             count*100*1E-9));                                   \
count             238 opal/mca/pmix/pmix4x/pmix/test/test_fence.c static int get_local_peers(char *my_nspace, int my_rank, pmix_rank_t **_peers, pmix_rank_t *count)
count             288 opal/mca/pmix/pmix4x/pmix/test/test_fence.c     *count = 0;
count             292 opal/mca/pmix/pmix4x/pmix/test/test_fence.c         if( *count > npeers ){
count             294 opal/mca/pmix/pmix4x/pmix/test/test_fence.c                 my_nspace, my_rank, npeers, *count, val->data.string));
count             301 opal/mca/pmix/pmix4x/pmix/test/test_fence.c             peers[(*count)++] = strtol(token,&eptr,10);
count             311 opal/mca/pmix/pmix4x/pmix/test/test_fence.c     if( *count != npeers ){
count             313 opal/mca/pmix/pmix4x/pmix/test/test_fence.c                 my_nspace, my_rank, npeers, *count, val->data.string));
count             364 opal/runtime/opal_info_support.c     int i, count;
count             368 opal/runtime/opal_info_support.c     count = opal_cmd_line_get_ninsts(cmd_line, "path");
count             369 opal/runtime/opal_info_support.c     for (i = 0; i < count; ++i) {
count             397 opal/runtime/opal_info_support.c         count = opal_cmd_line_get_ninsts(cmd_line, "path");
count             398 opal/runtime/opal_info_support.c         for (i = 0; i < count; ++i) {
count             451 opal/runtime/opal_info_support.c     int count;
count             488 opal/runtime/opal_info_support.c         count = opal_cmd_line_get_ninsts(opal_info_cmd_line, p);
count             489 opal/runtime/opal_info_support.c         for (i = 0; i < count; ++i) {
count             511 opal/runtime/opal_info_support.c         for (i = 0; i < count; ++i) {
count             566 opal/runtime/opal_info_support.c     int count;
count             588 opal/runtime/opal_info_support.c     count = opal_cmd_line_get_ninsts(opal_info_cmd_line, p);
count             591 opal/runtime/opal_info_support.c     for (k = 0; k < count; ++k) {
count             628 opal/runtime/opal_info_support.c     int ret, i, j, count;
count             631 opal/runtime/opal_info_support.c     count = opal_value_array_get_size((opal_value_array_t *)&group->group_vars);
count             668 opal/runtime/opal_info_support.c     for (i = 0 ; i < count ; ++i) {
count             714 opal/runtime/opal_info_support.c     count = opal_value_array_get_size((opal_value_array_t *)&group->group_pvars);
count             716 opal/runtime/opal_info_support.c     for (i = 0 ; i < count ; ++i) {
count             760 opal/runtime/opal_info_support.c     count = opal_value_array_get_size((opal_value_array_t *)&group->group_subgroups);
count             762 opal/runtime/opal_info_support.c     for (i = 0 ; i < count ; ++i) {
count              35 opal/threads/wait_sync.c     if(sync->count <= 0)
count              44 opal/threads/wait_sync.c     if(sync->count <= 0) {
count              77 opal/threads/wait_sync.c         if( sync->count <= 0 ) {  /* Completed? */
count              87 opal/threads/wait_sync.c     while(sync->count > 0) {  /* progress till completion */
count              31 opal/threads/wait_sync.h     opal_atomic_int32_t count;
count              84 opal/threads/wait_sync.h     while (sync->count > 0) {
count              94 opal/threads/wait_sync.h         (sync)->count = (c);                                    \
count             114 opal/threads/wait_sync.h         if( 0 != (OPAL_THREAD_ADD_FETCH32(&sync->count, -updates)) ) {
count             121 opal/threads/wait_sync.h         opal_atomic_swap_32 (&sync->count, 0);
count             443 opal/util/argv.c     int count;
count             451 opal/util/argv.c     count = opal_argv_count(*argv);
count             452 opal/util/argv.c     if (start > count) {
count             461 opal/util/argv.c     suffix_count = count - (start + num_to_delete);
count             468 opal/util/argv.c     for (i = start; i < count && i < start + num_to_delete; ++i) {
count             156 opal/util/net.c     int i, count, found_bad = 0;
count             160 opal/util/net.c         count = opal_argv_count(args);
count             161 opal/util/net.c         private_ipv4 = (private_ipv4_t*)malloc( (count + 1) * sizeof(private_ipv4_t));
count             167 opal/util/net.c         for( i = 0; i < count; i++ ) {
count             100 opal/util/show_help.c     int i, count;
count             106 opal/util/show_help.c     count = opal_argv_count(lines);
count             107 opal/util/show_help.c     for (i = 0; i < count; ++i) {
count             127 opal/util/show_help.c     for (i = 0; i < count; ++i) {
count             678 orte/mca/ess/singleton/ess_singleton_module.c         int count;
count             756 orte/mca/ess/singleton/ess_singleton_module.c         count = opal_argv_count(argv);
count             758 orte/mca/ess/singleton/ess_singleton_module.c         for (i=0; i < count; i++) {
count             128 orte/mca/filem/base/filem_base_receive.c     orte_std_cntr_t count;
count             135 orte/mca/filem/base/filem_base_receive.c     count = 1;
count             136 orte/mca/filem/base/filem_base_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &command, &count, ORTE_FILEM_CMD))) {
count             167 orte/mca/filem/base/filem_base_receive.c     orte_std_cntr_t count;
count             176 orte/mca/filem/base/filem_base_receive.c     count = 1;
count             177 orte/mca/filem/base/filem_base_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &name, &count, ORTE_NAME))) {
count             231 orte/mca/filem/base/filem_base_receive.c     orte_std_cntr_t count;
count             239 orte/mca/filem/base/filem_base_receive.c     count = 1;
count             240 orte/mca/filem/base/filem_base_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &filename, &count, OPAL_STRING))) {
count              62 orte/mca/iof/hnp/iof_hnp_receive.c     int32_t count, numbytes;
count              75 orte/mca/iof/hnp/iof_hnp_receive.c     count = 1;
count              76 orte/mca/iof/hnp/iof_hnp_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &stream, &count, ORTE_IOF_TAG))) {
count             100 orte/mca/iof/hnp/iof_hnp_receive.c     count = 1;
count             101 orte/mca/iof/hnp/iof_hnp_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &origin, &count, ORTE_NAME))) {
count             114 orte/mca/iof/hnp/iof_hnp_receive.c         count = 1;
count             115 orte/mca/iof/hnp/iof_hnp_receive.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &requestor, &count, ORTE_NAME))) {
count              95 orte/mca/iof/orted/iof_orted_receive.c     int32_t count, numbytes;
count             101 orte/mca/iof/orted/iof_orted_receive.c     count = 1;
count             102 orte/mca/iof/orted/iof_orted_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &stream, &count, ORTE_IOF_TAG))) {
count             114 orte/mca/iof/orted/iof_orted_receive.c     count = 1;
count             115 orte/mca/iof/orted/iof_orted_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &target, &count, ORTE_NAME))) {
count              53 orte/mca/iof/tool/iof_tool_receive.c     int32_t count, numbytes;
count              58 orte/mca/iof/tool/iof_tool_receive.c     count = 1;
count              59 orte/mca/iof/tool/iof_tool_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &stream, &count, ORTE_IOF_TAG))) {
count              77 orte/mca/iof/tool/iof_tool_receive.c     count = 1;
count              78 orte/mca/iof/tool/iof_tool_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &origin, &count, ORTE_NAME))) {
count             167 orte/mca/odls/alps/odls_alps_utils.c         num_creds = rdmacred_rsp->count;
count             112 orte/mca/oob/base/base.h                                            int count, void *cbdata);
count            1183 orte/mca/oob/tcp/oob_tcp_component.c     snd->count = mop->snd->hdr.nbytes;
count             277 orte/mca/oob/tcp/oob_tcp_sendrecv.c                     if (msg->iovnum < msg->msg->count) {
count             588 orte/mca/oob/tcp/oob_tcp_sendrecv.c                     snd->count = peer->recv_msg->hdr.nbytes;
count             119 orte/mca/oob/tcp/oob_tcp_sendrecv.h             for (i=0; i < (m)->count; i++) {                            \
count             123 orte/mca/oob/tcp/oob_tcp_sendrecv.h             _s->hdr.nbytes = (m)->count;                               \
count             163 orte/mca/oob/tcp/oob_tcp_sendrecv.h             for (i=0; i < (m)->count; i++) {                            \
count             167 orte/mca/oob/tcp/oob_tcp_sendrecv.h             _s->hdr.nbytes = (m)->count;                               \
count             129 orte/mca/plm/base/plm_base_receive.c     orte_std_cntr_t count;
count             150 orte/mca/plm/base/plm_base_receive.c     count = 1;
count             151 orte/mca/plm/base/plm_base_receive.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &command, &count, ORTE_PLM_CMD))) {
count             164 orte/mca/plm/base/plm_base_receive.c         count = 1;
count             165 orte/mca/plm/base/plm_base_receive.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &jdata, &count, ORTE_JOB))) {
count             293 orte/mca/plm/base/plm_base_receive.c         count = 1;
count             294 orte/mca/plm/base/plm_base_receive.c         while (ORTE_SUCCESS == (rc = opal_dss.unpack(buffer, &job, &count, ORTE_JOBID))) {
count             305 orte/mca/plm/base/plm_base_receive.c             count = 1;
count             306 orte/mca/plm/base/plm_base_receive.c             while (ORTE_SUCCESS == (rc = opal_dss.unpack(buffer, &vpid, &count, ORTE_VPID))) {
count             313 orte/mca/plm/base/plm_base_receive.c                 count = 1;
count             314 orte/mca/plm/base/plm_base_receive.c                 if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &pid, &count, OPAL_PID))) {
count             319 orte/mca/plm/base/plm_base_receive.c                 count = 1;
count             320 orte/mca/plm/base/plm_base_receive.c                 if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &state, &count, ORTE_PROC_STATE))) {
count             328 orte/mca/plm/base/plm_base_receive.c                 count = 1;
count             329 orte/mca/plm/base/plm_base_receive.c                 if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &exit_code, &count, ORTE_EXIT_CODE))) {
count             365 orte/mca/plm/base/plm_base_receive.c             count = 1;
count             375 orte/mca/plm/base/plm_base_receive.c         count=1;
count             376 orte/mca/plm/base/plm_base_receive.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &job, &count, ORTE_JOBID))) {
count             387 orte/mca/plm/base/plm_base_receive.c         count=1;
count             388 orte/mca/plm/base/plm_base_receive.c         while (ORTE_SUCCESS == opal_dss.unpack(buffer, &vpid, &count, ORTE_VPID)) {
count             391 orte/mca/plm/base/plm_base_receive.c             count=1;
count             509 orte/mca/plm/tm/plm_tm_module.c     int count;
count             514 orte/mca/plm/tm/plm_tm_module.c     for (count = 0 ; count < 10; ++count) {
count             405 orte/mca/ras/slurm/ras_slurm_module.c     int i, j, len, ret, count, reps, num_nodes;
count             528 orte/mca/ras/slurm/ras_slurm_module.c         count = strtol(begptr, &endptr, 10);
count             551 orte/mca/ras/slurm/ras_slurm_module.c             slots[j++] = count;
count              99 orte/mca/rml/base/base.h     int count;
count             159 orte/mca/rml/base/base.h     int count;
count             212 orte/mca/rml/base/base.h                             (m)->iov, (m)->count,                       \
count              53 orte/mca/rml/oob/rml_oob.h                          int count,
count              55 orte/mca/rml/oob/rml_oob_send.c             xfer->cbfunc.iov(ORTE_SUCCESS, ORTE_PROC_MY_NAME, xfer->iov, xfer->count,
count              75 orte/mca/rml/oob/rml_oob_send.c                          int count,
count             130 orte/mca/rml/oob/rml_oob_send.c         xfer->count = count;
count             143 orte/mca/rml/oob/rml_oob_send.c         for (i = 0 ; i < count ; ++i) {
count             152 orte/mca/rml/oob/rml_oob_send.c             for (i = 0 ; i < count ; ++i) {
count             169 orte/mca/rml/oob/rml_oob_send.c     snd->count = count;
count             109 orte/mca/rml/rml.h                                        int count,
count             201 orte/mca/rml/rml.h                                             int count,
count             453 orte/mca/snapc/base/snapc_base_fns.c     orte_std_cntr_t count = 1;
count             488 orte/mca/snapc/base/snapc_base_fns.c     count = 1;
count             489 orte/mca/snapc/base/snapc_base_fns.c     if ( ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, jobid, &count, ORTE_JOBID)) ) {
count             514 orte/mca/snapc/base/snapc_base_fns.c     orte_std_cntr_t count = 1;
count             516 orte/mca/snapc/base/snapc_base_fns.c     count = 1;
count             517 orte/mca/snapc/base/snapc_base_fns.c     if ( ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(options->term), &count, OPAL_BOOL)) ) {
count             526 orte/mca/snapc/base/snapc_base_fns.c     count = 1;
count             527 orte/mca/snapc/base/snapc_base_fns.c     if ( ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(options->stop), &count, OPAL_BOOL)) ) {
count             536 orte/mca/snapc/base/snapc_base_fns.c     count = 1;
count             537 orte/mca/snapc/base/snapc_base_fns.c     if ( ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(options->inc_prep_only), &count, OPAL_BOOL)) ) {
count             546 orte/mca/snapc/base/snapc_base_fns.c     count = 1;
count             547 orte/mca/snapc/base/snapc_base_fns.c     if ( ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(options->inc_recover_only), &count, OPAL_BOOL)) ) {
count             557 orte/mca/snapc/base/snapc_base_fns.c     count = 1;
count             558 orte/mca/snapc/base/snapc_base_fns.c     if ( ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(options->attach_debugger), &count, OPAL_BOOL)) ) {
count             567 orte/mca/snapc/base/snapc_base_fns.c     count = 1;
count             568 orte/mca/snapc/base/snapc_base_fns.c     if ( ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(options->detach_debugger), &count, OPAL_BOOL)) ) {
count             211 orte/mca/snapc/full/snapc_full_app.c     orte_std_cntr_t count;
count             281 orte/mca/snapc/full/snapc_full_app.c         count = 1;
count             282 orte/mca/snapc/full/snapc_full_app.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &command, &count, ORTE_SNAPC_FULL_CMD))) {
count             288 orte/mca/snapc/full/snapc_full_app.c         count = 1;
count             289 orte/mca/snapc/full/snapc_full_app.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &op_event, &count, OPAL_INT))) {
count            1264 orte/mca/snapc/full/snapc_full_app.c     orte_std_cntr_t count;
count            1508 orte/mca/snapc/full/snapc_full_app.c             count = 1;
count            1509 orte/mca/snapc/full/snapc_full_app.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &command, &count, ORTE_SNAPC_FULL_CMD))) {
count            1515 orte/mca/snapc/full/snapc_full_app.c             count = 1;
count            1516 orte/mca/snapc/full/snapc_full_app.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &op_event, &count, OPAL_INT))) {
count            1522 orte/mca/snapc/full/snapc_full_app.c             count = 1;
count            1523 orte/mca/snapc/full/snapc_full_app.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &op_state, &count, OPAL_INT))) {
count            1573 orte/mca/snapc/full/snapc_full_app.c             count = 1;
count            1574 orte/mca/snapc/full/snapc_full_app.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &command, &count, ORTE_SNAPC_FULL_CMD))) {
count            1580 orte/mca/snapc/full/snapc_full_app.c             count = 1;
count            1581 orte/mca/snapc/full/snapc_full_app.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &op_event, &count, OPAL_INT))) {
count            1587 orte/mca/snapc/full/snapc_full_app.c             count = 1;
count            1588 orte/mca/snapc/full/snapc_full_app.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &op_state, &count, OPAL_INT))) {
count             955 orte/mca/snapc/full/snapc_full_global.c     orte_std_cntr_t count = 1;
count             975 orte/mca/snapc/full/snapc_full_global.c     count = 1;
count             976 orte/mca/snapc/full/snapc_full_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SNAPC_CMD))) {
count            1088 orte/mca/snapc/full/snapc_full_global.c     orte_std_cntr_t count;
count            1106 orte/mca/snapc/full/snapc_full_global.c     count = 1;
count            1107 orte/mca/snapc/full/snapc_full_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SNAPC_FULL_CMD))) {
count            1168 orte/mca/snapc/full/snapc_full_global.c     orte_std_cntr_t count = 1;
count            1180 orte/mca/snapc/full/snapc_full_global.c     count = 1;
count            1181 orte/mca/snapc/full/snapc_full_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(sbuffer, &jobid, &count, ORTE_JOBID))) {
count            1186 orte/mca/snapc/full/snapc_full_global.c     count = 1;
count            1187 orte/mca/snapc/full/snapc_full_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(sbuffer, &op_event, &count, OPAL_INT))) {
count            1316 orte/mca/snapc/full/snapc_full_global.c         count = 1;
count            1317 orte/mca/snapc/full/snapc_full_global.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(sbuffer, &seq_num, &count, OPAL_INT))) {
count            1323 orte/mca/snapc/full/snapc_full_global.c         count = 1;
count            1324 orte/mca/snapc/full/snapc_full_global.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(sbuffer, &global_handle, &count, OPAL_STRING))) {
count            1352 orte/mca/snapc/full/snapc_full_global.c         count = 1;
count            1353 orte/mca/snapc/full/snapc_full_global.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(sbuffer, &(datum->mig_num), &count, OPAL_INT))) {
count            1371 orte/mca/snapc/full/snapc_full_global.c             count = 1;
count            1372 orte/mca/snapc/full/snapc_full_global.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(sbuffer, &((datum->mig_vpids)[i]), &count, OPAL_INT))) {
count            1381 orte/mca/snapc/full/snapc_full_global.c             count = 1;
count            1382 orte/mca/snapc/full/snapc_full_global.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(sbuffer, &tmp_str, &count, OPAL_STRING))) {
count            1388 orte/mca/snapc/full/snapc_full_global.c             count = 1;
count            1389 orte/mca/snapc/full/snapc_full_global.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(sbuffer, &((datum->mig_vpid_pref)[i]), &count, OPAL_INT))) {
count            1394 orte/mca/snapc/full/snapc_full_global.c             count = 1;
count            1395 orte/mca/snapc/full/snapc_full_global.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(sbuffer, &((datum->mig_off_node)[i]), &count, OPAL_INT))) {
count            1525 orte/mca/snapc/full/snapc_full_global.c     orte_std_cntr_t count;
count            1557 orte/mca/snapc/full/snapc_full_global.c     count = 1;
count            1558 orte/mca/snapc/full/snapc_full_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &remote_ckpt_state, &count, OPAL_INT))) {
count            1811 orte/mca/snapc/full/snapc_full_global.c     orte_std_cntr_t count;
count            1816 orte/mca/snapc/full/snapc_full_global.c     count = 1;
count            1817 orte/mca/snapc/full/snapc_full_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &tmp_hostname, &count, OPAL_STRING))) {
count            1824 orte/mca/snapc/full/snapc_full_global.c     count = 1;
count            1825 orte/mca/snapc/full/snapc_full_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &num_vpids, &count, OPAL_SIZE))) {
count            1833 orte/mca/snapc/full/snapc_full_global.c         count = 1;
count            1834 orte/mca/snapc/full/snapc_full_global.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &tmp_pid, &count, OPAL_PID))) {
count            1864 orte/mca/snapc/full/snapc_full_global.c     orte_std_cntr_t count;
count            1884 orte/mca/snapc/full/snapc_full_global.c     count = 1;
count            1885 orte/mca/snapc/full/snapc_full_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &jobid, &count, ORTE_JOBID))) {
count            1890 orte/mca/snapc/full/snapc_full_global.c     count = 1;
count            1891 orte/mca/snapc/full/snapc_full_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &job_ckpt_state, &count, OPAL_INT))) {
count            1912 orte/mca/snapc/full/snapc_full_global.c         count = 1;
count            1913 orte/mca/snapc/full/snapc_full_global.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(loc_migrating), &count, OPAL_BOOL))) {
count            1919 orte/mca/snapc/full/snapc_full_global.c             count = 1;
count            1920 orte/mca/snapc/full/snapc_full_global.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &loc_num_procs, &count, OPAL_SIZE))) {
count            1926 orte/mca/snapc/full/snapc_full_global.c                 count = 1;
count            1927 orte/mca/snapc/full/snapc_full_global.c                 if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &proc, &count, ORTE_NAME))) {
count             437 orte/mca/snapc/full/snapc_full_local.c     orte_std_cntr_t count;
count             456 orte/mca/snapc/full/snapc_full_local.c     count = 1;
count             457 orte/mca/snapc/full/snapc_full_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SNAPC_CMD))) {
count             482 orte/mca/snapc/full/snapc_full_local.c         count = 1;
count             484 orte/mca/snapc/full/snapc_full_local.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &proc, &count, ORTE_NAME))) {
count             488 orte/mca/snapc/full/snapc_full_local.c         count = 1;
count             489 orte/mca/snapc/full/snapc_full_local.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &proc_pid, &count, OPAL_PID))) {
count             494 orte/mca/snapc/full/snapc_full_local.c         count = 1;
count             495 orte/mca/snapc/full/snapc_full_local.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &crdebug_enabled, &count, OPAL_BOOL))) {
count             549 orte/mca/snapc/full/snapc_full_local.c         count = 1;
count             550 orte/mca/snapc/full/snapc_full_local.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &cr_state, &count, OPAL_INT))) {
count             711 orte/mca/snapc/full/snapc_full_local.c     orte_std_cntr_t count;
count             727 orte/mca/snapc/full/snapc_full_local.c     count = 1;
count             728 orte/mca/snapc/full/snapc_full_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SNAPC_FULL_CMD))) {
count             769 orte/mca/snapc/full/snapc_full_local.c     orte_std_cntr_t count;
count             789 orte/mca/snapc/full/snapc_full_local.c     count = 1;
count             790 orte/mca/snapc/full/snapc_full_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &jobid, &count, ORTE_JOBID))) {
count             795 orte/mca/snapc/full/snapc_full_local.c     count = 1;
count             796 orte/mca/snapc/full/snapc_full_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &job_ckpt_state, &count, OPAL_INT))) {
count             817 orte/mca/snapc/full/snapc_full_local.c         count = 1;
count             818 orte/mca/snapc/full/snapc_full_local.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(loc_migrating), &count, OPAL_BOOL))) {
count             826 orte/mca/snapc/full/snapc_full_local.c             count = 1;
count             827 orte/mca/snapc/full/snapc_full_local.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &loc_num_procs, &count, OPAL_SIZE))) {
count             833 orte/mca/snapc/full/snapc_full_local.c                 count = 1;
count             834 orte/mca/snapc/full/snapc_full_local.c                 if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &proc_name, &count, ORTE_NAME))) {
count             443 orte/mca/sstore/central/sstore_central_app.c     orte_std_cntr_t count;
count             490 orte/mca/sstore/central/sstore_central_app.c     count = 1;
count             491 orte/mca/sstore/central/sstore_central_app.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &command, &count, ORTE_SSTORE_CENTRAL_CMD))) {
count             497 orte/mca/sstore/central/sstore_central_app.c     count = 1;
count             498 orte/mca/sstore/central/sstore_central_app.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &loc_id, &count, ORTE_SSTORE_HANDLE))) {
count             507 orte/mca/sstore/central/sstore_central_app.c     count = 1;
count             508 orte/mca/sstore/central/sstore_central_app.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &(handle_info->seq_num), &count, OPAL_INT))) {
count             514 orte/mca/sstore/central/sstore_central_app.c     count = 1;
count             515 orte/mca/sstore/central/sstore_central_app.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &(handle_info->global_ref_name), &count, OPAL_STRING))) {
count             521 orte/mca/sstore/central/sstore_central_app.c     count = 1;
count             522 orte/mca/sstore/central/sstore_central_app.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &(handle_info->local_location), &count, OPAL_STRING))) {
count             528 orte/mca/sstore/central/sstore_central_app.c     count = 1;
count             529 orte/mca/sstore/central/sstore_central_app.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &(handle_info->metadata_filename), &count, OPAL_STRING))) {
count             826 orte/mca/sstore/central/sstore_central_global.c     orte_std_cntr_t count;
count             850 orte/mca/sstore/central/sstore_central_global.c     count = 1;
count             851 orte/mca/sstore/central/sstore_central_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SSTORE_CENTRAL_CMD))) {
count             856 orte/mca/sstore/central/sstore_central_global.c     count = 1;
count             857 orte/mca/sstore/central/sstore_central_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &loc_id, &count, ORTE_SSTORE_HANDLE )) ) {
count             946 orte/mca/sstore/central/sstore_central_global.c     orte_std_cntr_t count;
count             956 orte/mca/sstore/central/sstore_central_global.c     count = 1;
count             957 orte/mca/sstore/central/sstore_central_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &num_entries, &count, OPAL_SIZE))) {
count             964 orte/mca/sstore/central/sstore_central_global.c         count = 1;
count             965 orte/mca/sstore/central/sstore_central_global.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &name, &count, ORTE_NAME))) {
count             971 orte/mca/sstore/central/sstore_central_global.c         count = 1;
count             972 orte/mca/sstore/central/sstore_central_global.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &ckpt_skipped, &count, OPAL_BOOL))) {
count             979 orte/mca/sstore/central/sstore_central_global.c             count = 1;
count             980 orte/mca/sstore/central/sstore_central_global.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &crs_comp, &count, OPAL_STRING))) {
count             424 orte/mca/sstore/central/sstore_central_local.c     orte_std_cntr_t count;
count             432 orte/mca/sstore/central/sstore_central_local.c     count = 1;
count             433 orte/mca/sstore/central/sstore_central_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, handle, &count, ORTE_SSTORE_HANDLE))) {
count             473 orte/mca/sstore/central/sstore_central_local.c     orte_std_cntr_t count;
count             485 orte/mca/sstore/central/sstore_central_local.c     count = 1;
count             486 orte/mca/sstore/central/sstore_central_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SSTORE_CENTRAL_CMD))) {
count             491 orte/mca/sstore/central/sstore_central_local.c     count = 1;
count             492 orte/mca/sstore/central/sstore_central_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &loc_id, &count, ORTE_SSTORE_HANDLE )) ) {
count             650 orte/mca/sstore/central/sstore_central_local.c     orte_std_cntr_t count;
count             654 orte/mca/sstore/central/sstore_central_local.c     count = 1;
count             655 orte/mca/sstore/central/sstore_central_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(handle_info->seq_num), &count, OPAL_INT))) {
count             661 orte/mca/sstore/central/sstore_central_local.c     count = 1;
count             662 orte/mca/sstore/central/sstore_central_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(handle_info->global_ref_name), &count, OPAL_STRING))) {
count             668 orte/mca/sstore/central/sstore_central_local.c     count = 1;
count             669 orte/mca/sstore/central/sstore_central_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(handle_info->location_fmt), &count, OPAL_STRING))) {
count             783 orte/mca/sstore/central/sstore_central_local.c     orte_std_cntr_t count;
count             794 orte/mca/sstore/central/sstore_central_local.c     count = 1;
count             795 orte/mca/sstore/central/sstore_central_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(app_info->ckpt_skipped), &count, OPAL_BOOL))) {
count             802 orte/mca/sstore/central/sstore_central_local.c         count = 1;
count             803 orte/mca/sstore/central/sstore_central_local.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(app_info->crs_comp), &count, OPAL_STRING))) {
count             432 orte/mca/sstore/stage/sstore_stage_app.c     orte_std_cntr_t count;
count             479 orte/mca/sstore/stage/sstore_stage_app.c     count = 1;
count             480 orte/mca/sstore/stage/sstore_stage_app.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &command, &count, ORTE_SSTORE_STAGE_CMD))) {
count             486 orte/mca/sstore/stage/sstore_stage_app.c     count = 1;
count             487 orte/mca/sstore/stage/sstore_stage_app.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &loc_id, &count, ORTE_SSTORE_HANDLE))) {
count             496 orte/mca/sstore/stage/sstore_stage_app.c     count = 1;
count             497 orte/mca/sstore/stage/sstore_stage_app.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &(handle_info->seq_num), &count, OPAL_INT))) {
count             503 orte/mca/sstore/stage/sstore_stage_app.c     count = 1;
count             504 orte/mca/sstore/stage/sstore_stage_app.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &(handle_info->global_ref_name), &count, OPAL_STRING))) {
count             510 orte/mca/sstore/stage/sstore_stage_app.c     count = 1;
count             511 orte/mca/sstore/stage/sstore_stage_app.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &(handle_info->local_location), &count, OPAL_STRING))) {
count             517 orte/mca/sstore/stage/sstore_stage_app.c     count = 1;
count             518 orte/mca/sstore/stage/sstore_stage_app.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(&rb->data, &(handle_info->metadata_filename), &count, OPAL_STRING))) {
count            1021 orte/mca/sstore/stage/sstore_stage_global.c     orte_std_cntr_t count;
count            1033 orte/mca/sstore/stage/sstore_stage_global.c     count = 1;
count            1034 orte/mca/sstore/stage/sstore_stage_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SSTORE_STAGE_CMD))) {
count            1039 orte/mca/sstore/stage/sstore_stage_global.c     count = 1;
count            1040 orte/mca/sstore/stage/sstore_stage_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &loc_id, &count, ORTE_SSTORE_HANDLE )) ) {
count            1174 orte/mca/sstore/stage/sstore_stage_global.c     orte_std_cntr_t count;
count            1204 orte/mca/sstore/stage/sstore_stage_global.c     count = 1;
count            1205 orte/mca/sstore/stage/sstore_stage_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &num_entries, &count, OPAL_SIZE))) {
count            1212 orte/mca/sstore/stage/sstore_stage_global.c         count = 1;
count            1213 orte/mca/sstore/stage/sstore_stage_global.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &name, &count, ORTE_NAME))) {
count            1219 orte/mca/sstore/stage/sstore_stage_global.c         count = 1;
count            1220 orte/mca/sstore/stage/sstore_stage_global.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &ckpt_skipped, &count, OPAL_BOOL))) {
count            1227 orte/mca/sstore/stage/sstore_stage_global.c             count = 1;
count            1228 orte/mca/sstore/stage/sstore_stage_global.c             if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &crs_comp, &count, OPAL_STRING))) {
count            1235 orte/mca/sstore/stage/sstore_stage_global.c                 count = 1;
count            1236 orte/mca/sstore/stage/sstore_stage_global.c                 if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &compress_comp, &count, OPAL_STRING))) {
count            1245 orte/mca/sstore/stage/sstore_stage_global.c                 count = 1;
count            1246 orte/mca/sstore/stage/sstore_stage_global.c                 if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &compress_postfix, &count, OPAL_STRING))) {
count            1395 orte/mca/sstore/stage/sstore_stage_global.c     orte_std_cntr_t count;
count            1401 orte/mca/sstore/stage/sstore_stage_global.c     count = 1;
count            1402 orte/mca/sstore/stage/sstore_stage_global.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &num_entries, &count, OPAL_SIZE))) {
count             645 orte/mca/sstore/stage/sstore_stage_local.c     orte_std_cntr_t count;
count             653 orte/mca/sstore/stage/sstore_stage_local.c     count = 1;
count             654 orte/mca/sstore/stage/sstore_stage_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, handle, &count, ORTE_SSTORE_HANDLE))) {
count            1074 orte/mca/sstore/stage/sstore_stage_local.c     orte_std_cntr_t count;
count            1085 orte/mca/sstore/stage/sstore_stage_local.c     count = 1;
count            1086 orte/mca/sstore/stage/sstore_stage_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &command, &count, ORTE_SSTORE_STAGE_CMD))) {
count            1091 orte/mca/sstore/stage/sstore_stage_local.c     count = 1;
count            1092 orte/mca/sstore/stage/sstore_stage_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &loc_id, &count, ORTE_SSTORE_HANDLE )) ) {
count            1161 orte/mca/sstore/stage/sstore_stage_local.c     orte_std_cntr_t count;
count            1165 orte/mca/sstore/stage/sstore_stage_local.c     count = 1;
count            1166 orte/mca/sstore/stage/sstore_stage_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(handle_info->seq_num), &count, OPAL_INT))) {
count            1172 orte/mca/sstore/stage/sstore_stage_local.c     count = 1;
count            1173 orte/mca/sstore/stage/sstore_stage_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(handle_info->global_ref_name), &count, OPAL_STRING))) {
count            1179 orte/mca/sstore/stage/sstore_stage_local.c     count = 1;
count            1180 orte/mca/sstore/stage/sstore_stage_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(handle_info->location_fmt), &count, OPAL_STRING))) {
count            1187 orte/mca/sstore/stage/sstore_stage_local.c         count = 1;
count            1188 orte/mca/sstore/stage/sstore_stage_local.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(handle_info->cache_location_fmt), &count, OPAL_STRING))) {
count            1195 orte/mca/sstore/stage/sstore_stage_local.c     count = 1;
count            1196 orte/mca/sstore/stage/sstore_stage_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(handle_info->migrating), &count, OPAL_BOOL))) {
count            1421 orte/mca/sstore/stage/sstore_stage_local.c     orte_std_cntr_t count;
count            1432 orte/mca/sstore/stage/sstore_stage_local.c     count = 1;
count            1433 orte/mca/sstore/stage/sstore_stage_local.c     if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(app_info->ckpt_skipped), &count, OPAL_BOOL))) {
count            1440 orte/mca/sstore/stage/sstore_stage_local.c         count = 1;
count            1441 orte/mca/sstore/stage/sstore_stage_local.c         if (ORTE_SUCCESS != (ret = opal_dss.unpack(buffer, &(app_info->crs_comp), &count, OPAL_STRING))) {
count            1446 orte/orted/orted_submit.c     int i, j, count, rc;
count            1490 orte/orted/orted_submit.c     opal_cmd_line_get_tail(orte_cmd_line, &count, &app->argv);
count            1493 orte/orted/orted_submit.c     if (0 == count) {
count            1507 orte/orted/orted_submit.c     if (ORTE_SUCCESS != (rc = orte_schizo.parse_cli(argc, count, argv))) {
count            2695 orte/orted/orted_submit.c     int i, j, count;
count            2732 orte/orted/orted_submit.c     count = opal_argv_count(orterun_argv);
count            2733 orte/orted/orted_submit.c     opal_argv_delete(&count, &orterun_argv, 0, 1);
count            2735 orte/orted/orted_submit.c         count = opal_argv_count(orterun_argv);
count            2738 orte/orted/orted_submit.c             opal_argv_delete(&count, &orterun_argv, i, 1);
count            2741 orte/orted/orted_submit.c             opal_argv_delete(&count, &orterun_argv, i, 1);
count            2744 orte/orted/orted_submit.c             opal_argv_delete(&count, &orterun_argv, i, 2);
count              67 orte/runtime/data_type_support/orte_dt_packing_fns.c     int32_t i, j, count, bookmark;
count              93 orte/runtime/data_type_support/orte_dt_packing_fns.c         count = 0;
count              96 orte/runtime/data_type_support/orte_dt_packing_fns.c                 ++count;
count              99 orte/runtime/data_type_support/orte_dt_packing_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, (void*)(&count), 1, ORTE_STD_CNTR))) {
count             118 orte/runtime/data_type_support/orte_dt_packing_fns.c             count = opal_list_get_size(cache);
count             119 orte/runtime/data_type_support/orte_dt_packing_fns.c             if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, (void*)(&count), 1, ORTE_STD_CNTR))) {
count             132 orte/runtime/data_type_support/orte_dt_packing_fns.c             count = 0;
count             133 orte/runtime/data_type_support/orte_dt_packing_fns.c             if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, (void*)(&count), 1, ORTE_STD_CNTR))) {
count             140 orte/runtime/data_type_support/orte_dt_packing_fns.c         count = opal_argv_count(jobs[i]->personality);
count             141 orte/runtime/data_type_support/orte_dt_packing_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, &count, 1, OPAL_INT32))) {
count             145 orte/runtime/data_type_support/orte_dt_packing_fns.c         for (j=0; j < count; j++) {
count             272 orte/runtime/data_type_support/orte_dt_packing_fns.c     int32_t i, count;
count             313 orte/runtime/data_type_support/orte_dt_packing_fns.c         count = 0;
count             316 orte/runtime/data_type_support/orte_dt_packing_fns.c                 ++count;
count             319 orte/runtime/data_type_support/orte_dt_packing_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, (void*)(&count), 1, ORTE_STD_CNTR))) {
count             342 orte/runtime/data_type_support/orte_dt_packing_fns.c     int32_t i, count;
count             400 orte/runtime/data_type_support/orte_dt_packing_fns.c         count = 0;
count             403 orte/runtime/data_type_support/orte_dt_packing_fns.c                 ++count;
count             406 orte/runtime/data_type_support/orte_dt_packing_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, (void*)(&count), 1, ORTE_STD_CNTR))) {
count             430 orte/runtime/data_type_support/orte_dt_packing_fns.c     int32_t i, count;
count             467 orte/runtime/data_type_support/orte_dt_packing_fns.c         count = opal_argv_count(app_context[i]->argv);
count             468 orte/runtime/data_type_support/orte_dt_packing_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, (void*)(&count), 1, ORTE_STD_CNTR))) {
count             474 orte/runtime/data_type_support/orte_dt_packing_fns.c         if (0 < count) {
count             476 orte/runtime/data_type_support/orte_dt_packing_fns.c                                                            (void*)(app_context[i]->argv), count, OPAL_STRING))) {
count             483 orte/runtime/data_type_support/orte_dt_packing_fns.c         count = opal_argv_count(app_context[i]->env);
count             484 orte/runtime/data_type_support/orte_dt_packing_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, (void*)(&count), 1, ORTE_STD_CNTR))) {
count             490 orte/runtime/data_type_support/orte_dt_packing_fns.c         if (0 < count) {
count             492 orte/runtime/data_type_support/orte_dt_packing_fns.c                                                            (void*)(app_context[i]->env), count, OPAL_STRING))) {
count             506 orte/runtime/data_type_support/orte_dt_packing_fns.c         count = 0;
count             509 orte/runtime/data_type_support/orte_dt_packing_fns.c                 ++count;
count             512 orte/runtime/data_type_support/orte_dt_packing_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_pack_buffer(buffer, (void*)(&count), 1, ORTE_STD_CNTR))) {
count             558 orte/runtime/data_type_support/orte_dt_print_fns.c     int i, count;
count             577 orte/runtime/data_type_support/orte_dt_print_fns.c     count = opal_argv_count(src->argv);
count             578 orte/runtime/data_type_support/orte_dt_print_fns.c     for (i=0; i < count; i++) {
count             584 orte/runtime/data_type_support/orte_dt_print_fns.c     count = opal_argv_count(src->env);
count             585 orte/runtime/data_type_support/orte_dt_print_fns.c     for (i=0; i < count; i++) {
count              64 orte/runtime/data_type_support/orte_dt_unpacking_fns.c     int32_t i, k, n, count, bookmark;
count             100 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_unpack_buffer(buffer, &count,
count             105 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         for (k=0; k < count; k++) {
count             117 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_unpack_buffer(buffer, &count,
count             122 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         if (0 < count){
count             125 orte/runtime/data_type_support/orte_dt_unpacking_fns.c             for (k=0; k < count; k++) {
count             138 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_unpack_buffer(buffer, &count, &n, OPAL_INT32))) {
count             142 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         for (k=0; k < count; k++) {
count             271 orte/runtime/data_type_support/orte_dt_unpacking_fns.c     int32_t i, n, k, count;
count             330 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_unpack_buffer(buffer, &count,
count             335 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         for (k=0; k < count; k++) {
count             356 orte/runtime/data_type_support/orte_dt_unpacking_fns.c     int32_t i, n, count, k;
count             429 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_unpack_buffer(buffer, &count,
count             434 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         for (k=0; k < count; k++) {
count             456 orte/runtime/data_type_support/orte_dt_unpacking_fns.c     int32_t i, max_n=1, count, k;
count             504 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_unpack_buffer(buffer, &count, &max_n, ORTE_STD_CNTR))) {
count             510 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         if (0 < count) {
count             511 orte/runtime/data_type_support/orte_dt_unpacking_fns.c             app_context[i]->argv = (char **)malloc((count+1) * sizeof(char*));
count             516 orte/runtime/data_type_support/orte_dt_unpacking_fns.c             app_context[i]->argv[count] = NULL;
count             519 orte/runtime/data_type_support/orte_dt_unpacking_fns.c             max_n = count;
count             528 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_unpack_buffer(buffer, &count, &max_n, ORTE_STD_CNTR))) {
count             534 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         if (0 < count) {
count             535 orte/runtime/data_type_support/orte_dt_unpacking_fns.c             app_context[i]->env = (char **)malloc((count+1) * sizeof(char*));
count             540 orte/runtime/data_type_support/orte_dt_unpacking_fns.c             app_context[i]->env[count] = NULL;
count             543 orte/runtime/data_type_support/orte_dt_unpacking_fns.c             max_n = count;
count             560 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         if (ORTE_SUCCESS != (rc = opal_dss_unpack_buffer(buffer, &count,
count             565 orte/runtime/data_type_support/orte_dt_unpacking_fns.c         for (k=0; k < count; k++) {
count             183 orte/runtime/orte_data_server.c     orte_std_cntr_t count;
count             204 orte/runtime/orte_data_server.c     count = 1;
count             205 orte/runtime/orte_data_server.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &room_number, &count, OPAL_INT))) {
count             211 orte/runtime/orte_data_server.c     count = 1;
count             212 orte/runtime/orte_data_server.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &command, &count, OPAL_UINT8))) {
count             229 orte/runtime/orte_data_server.c         count = 1;
count             230 orte/runtime/orte_data_server.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &data->owner, &count, OPAL_NAME))) {
count             242 orte/runtime/orte_data_server.c         count = 1;
count             243 orte/runtime/orte_data_server.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &data->range, &count, OPAL_PMIX_DATA_RANGE))) {
count             249 orte/runtime/orte_data_server.c         count = 1;
count             250 orte/runtime/orte_data_server.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &data->persistence, &count, OPAL_INT))) {
count             256 orte/runtime/orte_data_server.c         count = 1;
count             257 orte/runtime/orte_data_server.c         while (ORTE_SUCCESS == (rc = opal_dss.unpack(buffer, &iptr, &count, OPAL_VALUE))) {
count             379 orte/runtime/orte_data_server.c         count = 1;
count             380 orte/runtime/orte_data_server.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &jobid, &count, ORTE_JOBID))) {
count             386 orte/runtime/orte_data_server.c         count = 1;
count             387 orte/runtime/orte_data_server.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &range, &count, OPAL_PMIX_DATA_RANGE))) {
count             393 orte/runtime/orte_data_server.c         count = 1;
count             394 orte/runtime/orte_data_server.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &ninfo, &count, OPAL_UINT32))) {
count             407 orte/runtime/orte_data_server.c             count = 1;
count             408 orte/runtime/orte_data_server.c             if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &str, &count, OPAL_STRING))) {
count             418 orte/runtime/orte_data_server.c         count = 1;
count             420 orte/runtime/orte_data_server.c         while (ORTE_SUCCESS == (rc = opal_dss.unpack(buffer, &iptr, &count, OPAL_VALUE))) {
count             557 orte/runtime/orte_data_server.c         count = 1;
count             558 orte/runtime/orte_data_server.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &requestor, &count, OPAL_NAME))) {
count             569 orte/runtime/orte_data_server.c         count = 1;
count             570 orte/runtime/orte_data_server.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &range, &count, OPAL_INT))) {
count             576 orte/runtime/orte_data_server.c         count = 1;
count             577 orte/runtime/orte_data_server.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &ninfo, &count, OPAL_UINT32))) {
count             589 orte/runtime/orte_data_server.c             count = 1;
count             590 orte/runtime/orte_data_server.c             if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &str, &count, OPAL_STRING))) {
count             600 orte/runtime/orte_data_server.c         count = 1;
count             602 orte/runtime/orte_data_server.c         while (ORTE_SUCCESS == (rc = opal_dss.unpack(buffer, &iptr, &count, OPAL_VALUE))) {
count             665 orte/runtime/orte_data_server.c         count = 1;
count             666 orte/runtime/orte_data_server.c         if (ORTE_SUCCESS != (rc = opal_dss.unpack(buffer, &requestor, &count, OPAL_NAME))) {
count               5 orte/test/mpi/badcoll.c const int count = 1234;
count              19 orte/test/mpi/badcoll.c         MPI_Bcast(buffer, count, MPI_INT, 0, MPI_COMM_WORLD);
count              36 orte/test/mpi/crisscross.c  int            i,j,k,m,count,mismatch;
count              99 orte/test/mpi/crisscross.c  mpierr = MPI_Get_processor_name(process_name, &count);
count             107 orte/test/mpi/crisscross.c     if (count < MAX_RR_NAME) strncat(&process_name[count],rr_blank,MAX_RR_NAME-count);
count              12 orte/test/mpi/intercomm_create.c static void do_parent(char *argv[], int rank, int count);
count              73 orte/test/mpi/intercomm_create.c spawn_and_merge( char* argv[], char* arg, int count,
count              79 orte/test/mpi/intercomm_create.c     errcode = malloc(sizeof(int) * count);
count              82 orte/test/mpi/intercomm_create.c     memset(errcode, -1, count);
count              87 orte/test/mpi/intercomm_create.c     err = MPI_Comm_spawn(argv[0], spawn_argv, count, MPI_INFO_NULL, 0,
count              89 orte/test/mpi/intercomm_create.c     for (i = 0; i < count; i++)
count             103 orte/test/mpi/intercomm_create.c do_parent(char *argv[], int rank, int count)
count             108 orte/test/mpi/intercomm_create.c     err = spawn_and_merge( argv, cmd_argv1, count, &ab_inter, &ab_intra );
count             109 orte/test/mpi/intercomm_create.c     err = spawn_and_merge( argv, cmd_argv2, count, &ac_inter, &ac_intra );
count             112 orte/test/mpi/intercomm_create.c             whoami, count, tag, err );
count             113 orte/test/mpi/intercomm_create.c     err = MPI_Intercomm_create( ab_intra, 0, ac_intra, count, tag, &ab_c_inter );
count              35 orte/test/mpi/no-disconnect.c static int nice_send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) {
count              37 orte/test/mpi/no-disconnect.c     return MPI_Send(buf, count, datatype, dest, tag, comm);
count              41 orte/test/mpi/no-disconnect.c static int nice_recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) {
count              57 orte/test/mpi/no-disconnect.c     MPI_Irecv(buf, count, datatype, source, tag, comm, &req);
count              53 orte/test/mpi/parallel_r64.c   int  count;
count              86 orte/test/mpi/parallel_r64.c  if ( MPI_Get_processor_name(process_name, &count) != MPI_SUCCESS)
count              92 orte/test/mpi/parallel_r64.c     if (count < MAX_RR_NAME) strncat(&process_name[count],rr_blank,MAX_RR_NAME-count);
count              53 orte/test/mpi/parallel_r8.c   int  count;
count              86 orte/test/mpi/parallel_r8.c  if ( MPI_Get_processor_name(process_name, &count) != MPI_SUCCESS)
count              92 orte/test/mpi/parallel_r8.c     if (count < MAX_RR_NAME) strncat(&process_name[count],rr_blank,MAX_RR_NAME-count);
count              53 orte/test/mpi/parallel_w64.c   int  count;
count              86 orte/test/mpi/parallel_w64.c  if ( MPI_Get_processor_name(process_name, &count) != MPI_SUCCESS)
count              92 orte/test/mpi/parallel_w64.c     if (count < MAX_RR_NAME) strncat(&process_name[count],rr_blank,MAX_RR_NAME-count);
count              52 orte/test/mpi/parallel_w8.c     int  count;
count              85 orte/test/mpi/parallel_w8.c     if ( MPI_Get_processor_name(process_name, &count) != MPI_SUCCESS)
count              91 orte/test/mpi/parallel_w8.c         if (count < MAX_RR_NAME) strncat(&process_name[count],rr_blank,MAX_RR_NAME-count);
count               7 orte/test/mpi/reduce-hang.c     long count = 0;
count              30 orte/test/mpi/reduce-hang.c         if (0 == (++count % 10000)) {
count              31 orte/test/mpi/reduce-hang.c             fprintf(stderr, "%d still going at %ld\n", self, count);
count              30 orte/test/mpi/sendrecv_blaster.c     int            i, j, count;
count             160 orte/test/mpi/sendrecv_blaster.c         count = fraction * n_bytes;
count             161 orte/test/mpi/sendrecv_blaster.c         mpierr = MPI_Sendrecv(send_buff, count, MPI_CHAR, dest, tag0,
count             174 orte/test/mpi/sendrecv_blaster.c             mpierr = MPI_Sendrecv(send_buff, count, MPI_CHAR, rank, tag0,
count              36 orte/test/system/event-threads.c     int count=0;
count              59 orte/test/system/event-threads.c     while (count < 100) {
count              61 orte/test/system/event-threads.c         count++;
count              63 orte/test/system/event-threads.c     count=0;
count              82 orte/test/system/event-threads.c     while (count < 1000) {
count              89 orte/test/system/event-threads.c         if (0 == (count % 100)) {
count              93 orte/test/system/event-threads.c         count++;
count              41 orte/test/system/evthread-test.c     int count=0;
count              66 orte/test/system/evthread-test.c     while (count < 100) {
count              68 orte/test/system/evthread-test.c         count++;
count              70 orte/test/system/evthread-test.c     count=0;
count              85 orte/test/system/evthread-test.c     while (!fd_written && count < 1000) {
count              86 orte/test/system/evthread-test.c         if (0 == (count % 100)) {
count              90 orte/test/system/evthread-test.c         count++;
count              14 orte/test/system/iof_delay.c     int count;
count              28 orte/test/system/iof_delay.c         count = atoi(argv[1]);
count              29 orte/test/system/iof_delay.c         if (count < 0) {
count              30 orte/test/system/iof_delay.c             count = INT_MAX-1;
count              33 orte/test/system/iof_delay.c         count = MAX_COUNT;
count              38 orte/test/system/iof_delay.c     for (j=1; j < count+1; j++) {
count              15 orte/test/system/iof_stress.c     int count;
count              29 orte/test/system/iof_stress.c         count = atoi(argv[1]);
count              30 orte/test/system/iof_stress.c         if (count < 0) {
count              31 orte/test/system/iof_stress.c             count = INT_MAX-1;
count              34 orte/test/system/iof_stress.c         count = MAX_COUNT;
count              53 orte/test/system/iof_stress.c     for (j=1; j < count+1; j++) {
count              39 orte/test/system/ofi_big_msg.c     int count;
count              55 orte/test/system/ofi_big_msg.c         count = atoi(argv[1]);
count              56 orte/test/system/ofi_big_msg.c         if (count < 0) {
count              57 orte/test/system/ofi_big_msg.c             count = INT_MAX-1;
count              60 orte/test/system/ofi_big_msg.c         count = MAX_COUNT;
count              69 orte/test/system/ofi_big_msg.c     for (j=1; j < count+1; j++) {
count              41 orte/test/system/ofi_conduit_stress.c     int count;
count              78 orte/test/system/ofi_conduit_stress.c         count = atoi(argv[1]);
count              79 orte/test/system/ofi_conduit_stress.c         if (count < 0) {
count              80 orte/test/system/ofi_conduit_stress.c             count = INT_MAX-1;
count              83 orte/test/system/ofi_conduit_stress.c         count = MAX_COUNT;
count              93 orte/test/system/ofi_conduit_stress.c     for (j=1; j < count+1; j++) {
count             100 orte/test/system/ofi_query_test.c     int count;
count              40 orte/test/system/ofi_stress.c     int count;
count              56 orte/test/system/ofi_stress.c         count = atoi(argv[1]);
count              57 orte/test/system/ofi_stress.c         if (count < 0) {
count              58 orte/test/system/ofi_stress.c             count = INT_MAX-1;
count              61 orte/test/system/ofi_stress.c         count = MAX_COUNT;
count              71 orte/test/system/ofi_stress.c     for (j=1; j < count+1; j++) {
count              40 orte/test/system/oob_stress.c     int count;
count              55 orte/test/system/oob_stress.c         count = atoi(argv[1]);
count              56 orte/test/system/oob_stress.c         if (count < 0) {
count              57 orte/test/system/oob_stress.c             count = INT_MAX-1;
count              60 orte/test/system/oob_stress.c         count = MAX_COUNT;
count              70 orte/test/system/oob_stress.c     for (j=1; j < count+1; j++) {
count             104 orte/test/system/oob_stress_channel.c     int count;
count             123 orte/test/system/oob_stress_channel.c         count = atoi(argv[1]);
count             124 orte/test/system/oob_stress_channel.c         if (count < 0) {
count             125 orte/test/system/oob_stress_channel.c             count = INT_MAX-1;
count             128 orte/test/system/oob_stress_channel.c         count = MAX_COUNT;
count             139 orte/test/system/oob_stress_channel.c     count =3;
count             171 orte/test/system/oob_stress_channel.c     for (j = 0; j< count; j++)
count              17 orte/test/system/reducer.c     int count;
count              55 orte/test/system/reducer.c                 cnt->count += atoi(incnt[1]);
count              63 orte/test/system/reducer.c             cnt->count = atoi(incnt[1]);
count              72 orte/test/system/reducer.c         fprintf(stdout, "%s: %d\n", cnt->word, cnt->count);
count              83 orte/tools/orte-info/param.c     int count;
count              97 orte/tools/orte-info/param.c         count = opal_cmd_line_get_ninsts(orte_info_cmd_line, "param");
count              98 orte/tools/orte-info/param.c         for (i = 0; i < count; ++i) {
count             116 orte/tools/orte-info/param.c         for (i = 0; i < count; ++i) {
count             146 orte/tools/orte-info/param.c     int ret, i, j, count;
count             151 orte/tools/orte-info/param.c     count = opal_value_array_get_size((opal_value_array_t *)&group->group_vars);
count             153 orte/tools/orte-info/param.c     for (i = 0 ; i < count ; ++i) {
count             181 orte/tools/orte-info/param.c     count = opal_value_array_get_size((opal_value_array_t *)&group->group_subgroups);
count             183 orte/tools/orte-info/param.c     for (i = 0 ; i < count ; ++i) {
count             220 orte/tools/orte-info/param.c     int i, count;
count             224 orte/tools/orte-info/param.c     count = opal_cmd_line_get_ninsts(cmd_line, "path");
count             225 orte/tools/orte-info/param.c     for (i = 0; i < count; ++i) {
count             253 orte/tools/orte-info/param.c         count = opal_cmd_line_get_ninsts(cmd_line, "path");
count             254 orte/tools/orte-info/param.c         for (i = 0; i < count; ++i) {
count              80 orte/tools/orte-info/version.c     unsigned int count;
count              97 orte/tools/orte-info/version.c         count = opal_cmd_line_get_ninsts(cmd_line, "version");
count              98 orte/tools/orte-info/version.c         for (i = 0; i < count; ++i) {
count             635 orte/util/comm/comm.c     orte_std_cntr_t count;
count             689 orte/util/comm/comm.c     count = 1;
count             690 orte/util/comm/comm.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buf, &(jdata->jobid), &count, ORTE_JOBID))) {
count             714 orte/util/comm/comm.c     orte_std_cntr_t count;
count             772 orte/util/comm/comm.c     count = 1;
count             773 orte/util/comm/comm.c     if (ORTE_SUCCESS != (rc = opal_dss.unpack(buf, &ret, &count, OPAL_INT))) {
count              57 oshmem/include/pshmem.h OSHMEM_DECLSPEC  void* pshmem_calloc(size_t count, size_t size);
count             100 oshmem/mca/memheap/base/base.h     unsigned int count = (val & (val - 1) ? 1 : 0);
count             104 oshmem/mca/memheap/base/base.h         count++;
count             107 oshmem/mca/memheap/base/base.h     return count > 0 ? count - 1 : 0;
count              92 oshmem/mca/scoll/basic/scoll_basic.h     unsigned int count = 0;
count              96 oshmem/mca/scoll/basic/scoll_basic.h         count++;
count              99 oshmem/mca/scoll/basic/scoll_basic.h     return count > 0 ? count - 1 : 0;
count             225 oshmem/mca/scoll/mpi/scoll_mpi_ops.c     size_t count;
count             233 oshmem/mca/scoll/mpi/scoll_mpi_ops.c     count = nlong/op->dt_size;
count             247 oshmem/mca/scoll/mpi/scoll_mpi_ops.c     if (INT_MAX < count) {
count             259 oshmem/mca/scoll/mpi/scoll_mpi_ops.c     rc = mpi_module->comm->c_coll->coll_allreduce(sbuf, rbuf, (int)count, dtype, h_op, mpi_module->comm, mpi_module->comm->c_coll->coll_allreduce_module);
count             261 oshmem/mca/scoll/mpi/scoll_mpi_ops.c     rc = mpi_module->comm->c_coll->coll_allreduce(sbuf, rbuf, count, dtype, h_op, mpi_module->comm, mpi_module->comm->c_coll->coll_allreduce_module);
count              47 oshmem/mca/spml/base/spml_base_atomicreq.h     count,                                                               \
count              59 oshmem/mca/spml/base/spml_base_atomicreq.h     (request)->req_base.req_count = count;                               \
count              46 oshmem/mca/spml/base/spml_base_getreq.h           count,                            \
count              53 oshmem/mca/spml/base/spml_base_getreq.h      (request)->req_base.req_count = count;                                \
count              53 oshmem/mca/spml/base/spml_base_putreq.h                                         count,                            \
count              60 oshmem/mca/spml/base/spml_base_putreq.h       (request)->req_base.req_count = count;                              \
count             441 oshmem/mca/spml/ikrit/spml_ikrit.c                                          int *count)
count             449 oshmem/mca/spml/ikrit/spml_ikrit.c     *count = 0;
count             510 oshmem/mca/spml/ikrit/spml_ikrit.c     *count = MXM_PTL_LAST;
count             814 oshmem/mca/spml/ikrit/spml_ikrit.c     static int count;
count             828 oshmem/mca/spml/ikrit/spml_ikrit.c         if (++count % SPML_IKRIT_PACKETS_PER_SYNC == 0)
count             907 oshmem/mca/spml/ikrit/spml_ikrit.c     static int count;
count             918 oshmem/mca/spml/ikrit/spml_ikrit.c         if (++count % SPML_IKRIT_PACKETS_PER_SYNC == 0)
count             183 oshmem/mca/spml/ikrit/spml_ikrit.h                                                 int *count);
count             168 oshmem/mca/spml/spml.h                                                                 int *count);
count             301 oshmem/mca/spml/spml.h typedef int (*mca_spml_base_module_recv_fn_t)(void *buf, size_t count, int src);
count             313 oshmem/mca/spml/spml.h                                               size_t count,
count             398 oshmem/mca/spml/ucx/spml_ucx.c                                          int *count)
count             410 oshmem/mca/spml/ucx/spml_ucx.c     *count = 0;
count             468 oshmem/mca/spml/ucx/spml_ucx.c     *count = 1;
count             155 oshmem/mca/spml/ucx/spml_ucx.h                                                 int *count);
count             153 oshmem/mca/spml/ucx/spml_ucx_component.c     unsigned count;
count             163 oshmem/mca/spml/ucx/spml_ucx_component.c     count = ucp_worker_progress(mca_spml_ucx.aux_ctx->ucp_worker);
count             166 oshmem/mca/spml/ucx/spml_ucx_component.c     return count;
count             171 oshmem/mca/spml/ucx/spml_ucx_component.c     int count = 0;
count             178 oshmem/mca/spml/ucx/spml_ucx_component.c         count = ucp_worker_progress(mca_spml_ucx.aux_ctx->ucp_worker);
count             179 oshmem/mca/spml/ucx/spml_ucx_component.c     }  while (count);
count              48 oshmem/mca/sshmem/ucx/sshmem_ucx.h sshmem_ucx_shadow_allocator_t *sshmem_ucx_shadow_create(unsigned count);
count              51 oshmem/mca/sshmem/ucx/sshmem_ucx.h                             unsigned count, unsigned *index);
count              59 oshmem/mca/sshmem/ucx/sshmem_ucx.h                               unsigned count, unsigned old_index, unsigned *index,
count             340 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     const size_t count = (size + sizeof(uint64_t) - 1) / sizeof(uint64_t);
count             345 oshmem/mca/sshmem/ucx/sshmem_ucx_module.c     for (i = 0; i < count; ++i) {
count              43 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c sshmem_ucx_shadow_allocator_t *sshmem_ucx_shadow_create(unsigned count)
count              48 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c                        count * sizeof(*allocator->elems));
count              52 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c                                    SSHMEM_UCX_SHADOW_ELEM_FLAG_FREE, count);
count              53 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c         allocator->num_elems = count;
count              65 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c                             unsigned count, unsigned *index)
count              70 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c     assert(count > 0);
count              73 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c         if (sshmem_ucx_shadow_is_free(elem) && (elem->block_size >= count)) {
count              75 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c             if (elem->block_size > count) {
count              77 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c                 sshmem_ucx_shadow_set_elem(elem + count,
count              79 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c                                            elem->block_size - count);
count              83 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c             sshmem_ucx_shadow_set_elem(elem, 0, count);
count             113 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c                               unsigned count, unsigned old_index, unsigned *index,
count             121 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c     assert(count > 0);
count             126 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c     if (count == old_count) {
count             131 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c     if (count < old_count) {
count             134 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c         sshmem_ucx_shadow_set_elem(elem + count,
count             136 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c                                    elem->block_size - count);
count             137 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c         elem->block_size = count;
count             143 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c     assert(count > old_count);
count             150 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c         (old_count + next->block_size >= count))
count             153 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c         assert(elem + count > next);
count             154 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c         assert(elem + count <= end);
count             157 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c         if (old_count + next->block_size > count) {
count             158 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c             sshmem_ucx_shadow_set_elem(elem + count, SSHMEM_UCX_SHADOW_ELEM_FLAG_FREE,
count             159 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c                                        old_count + next->block_size - count);
count             163 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c         elem->block_size = count;
count             169 oshmem/mca/sshmem/ucx/sshmem_ucx_shadow.c     return sshmem_ucx_shadow_alloc(allocator, count, index);
count             166 oshmem/op/op.c     void oshmem_op_##name##_##type_name##_func(void *in, void *out, int count); \
count             167 oshmem/op/op.c     void oshmem_op_##name##_##type_name##_func(void *in, void *out, int count) \
count             172 oshmem/op/op.c         for (i = 0; i < count; ++i) {                                       \
count             214 oshmem/request/request.h typedef int (*oshmem_request_test_any_fn_t)(size_t count,
count             233 oshmem/request/request.h typedef int (*oshmem_request_test_all_fn_t)(size_t count,
count             248 oshmem/request/request.h typedef int (*oshmem_request_test_some_fn_t)(size_t count,
count             273 oshmem/request/request.h typedef int (*oshmem_request_wait_any_fn_t)(size_t count,
count             286 oshmem/request/request.h typedef int (*oshmem_request_wait_all_fn_t)(size_t count,
count             300 oshmem/request/request.h typedef int (*oshmem_request_wait_some_fn_t)(size_t count,
count              38 oshmem/shmem/c/shmem_alloc.c void* shmem_calloc(size_t count, size_t size)
count              40 oshmem/shmem/c/shmem_alloc.c     size_t req_sz = count * size;
count             462 oshmem/shmem/c/shmem_lock.c static int lock_extract_counter(void *lock, int lock_size, int *count)
count             464 oshmem/shmem/c/shmem_lock.c     int status = extract_first_word(lock, lock_size, count);
count             467 oshmem/shmem/c/shmem_lock.c     *count &= ~(((unsigned int) 1) << (SIZEOF_INT * 8 - 1));
count             650 oshmem/shmem/c/shmem_lock.c     int count = 0;
count             656 oshmem/shmem/c/shmem_lock.c             count = counter->counter;
count             659 oshmem/shmem/c/shmem_lock.c         lock_extract_counter(lock, lock_size, &count);
count             662 oshmem/shmem/c/shmem_lock.c     return count;
count              43 test/asm/atomic_math.c     int count = *((int*) arg);
count              46 test/asm/atomic_math.c     for (i = 0 ; i < count ; ++i) {
count              59 test/asm/atomic_math.c atomic_math_test_th(int count, int thr_count)
count              76 test/asm/atomic_math.c     value = count;
count              39 test/asm/atomic_spinlock.c     int count;
count              43 test/asm/atomic_spinlock.c static int atomic_spinlock_test(opal_atomic_lock_t *lock, int count, int id);
count              49 test/asm/atomic_spinlock.c     return (void*) (unsigned long) atomic_spinlock_test(data->lock, data->count,
count              54 test/asm/atomic_spinlock.c atomic_spinlock_test_th(opal_atomic_lock_t *lock, int count, int id, int thr_count)
count              67 test/asm/atomic_spinlock.c         data[tid].count = count;
count              95 test/asm/atomic_spinlock.c atomic_spinlock_test(opal_atomic_lock_t *lock, int count, int id)
count              99 test/asm/atomic_spinlock.c     for (i = 0 ; i < count ; ++i) {
count             108 test/class/opal_fifo.c     int count;
count             110 test/class/opal_fifo.c     for (count = 0, item = fifo->opal_fifo_head.data.item ; item != &fifo->opal_fifo_ghost ;
count             111 test/class/opal_fifo.c          item = opal_list_get_next(item), count++);
count             113 test/class/opal_fifo.c     return count == expected_count;
count              70 test/class/opal_lifo.c     int count;
count              72 test/class/opal_lifo.c     for (count = 0, item = lifo->opal_lifo_head.data.item ; item != &lifo->opal_lifo_ghost ;
count              73 test/class/opal_lifo.c          item = opal_list_get_next(item), count++);
count              75 test/class/opal_lifo.c     return count == expected_count;
count              40 test/class/opal_value_array.c     uint64_t count;
count              82 test/class/opal_value_array.c     count = 0;
count              84 test/class/opal_value_array.c         OPAL_VALUE_ARRAY_SET_ITEM(&array, uint64_t, i, count++);
count              89 test/class/opal_value_array.c         opal_value_array_append_item(&array, &count);
count              90 test/class/opal_value_array.c         count++;
count              93 test/class/opal_value_array.c     test_verify_int(count, opal_value_array_get_size(&array));
count              96 test/class/opal_value_array.c     for(i=0; i < count; i++) {
count             104 test/class/opal_value_array.c     test_verify_int(count-1, opal_value_array_get_size(&array));
count             107 test/class/opal_value_array.c     for(i=0; i < count-1; i++) {
count             440 test/datatype/ddt_lib.c ompi_datatype_t* create_contiguous_type( const ompi_datatype_t* data, int count )
count             444 test/datatype/ddt_lib.c     ompi_datatype_create_contiguous( count, data, &contiguous );
count             449 test/datatype/ddt_lib.c ompi_datatype_t* create_vector_type( const ompi_datatype_t* data, int count, int length, int stride )
count             453 test/datatype/ddt_lib.c     ompi_datatype_create_vector( count, length, stride, data, &vector );
count              90 test/datatype/ddt_lib.h extern ompi_datatype_t* create_contiguous_type( const ompi_datatype_t* data, int count );
count              91 test/datatype/ddt_lib.h extern ompi_datatype_t* create_vector_type( const ompi_datatype_t* data, int count,
count             111 test/datatype/ddt_pack.c         int count = 4;
count             112 test/datatype/ddt_pack.c         const int* a_i[2] = {&count, blen};
count             113 test/datatype/ddt_pack.c         ret = ompi_datatype_set_args( struct_type, count + 1, a_i, count, disp,
count             114 test/datatype/ddt_pack.c                                       count, types, MPI_COMBINER_STRUCT);
count             167 test/datatype/ddt_pack.c         int count = 2;
count             170 test/datatype/ddt_pack.c         const int* a_i[3] = {&count, &blocklength, &stride};
count             229 test/datatype/ddt_pack.c         int count = 2;
count             231 test/datatype/ddt_pack.c         const int* a_i[3] = {&count, &blocklength, blen};
count             233 test/datatype/ddt_pack.c         ompi_datatype_set_args( newType, 2 + count, a_i, 0, NULL, 1, &oldtype,
count             293 test/datatype/ddt_pack.c         int count = 2;
count             294 test/datatype/ddt_pack.c         const int* a_i[2] = {&count, blen};
count             296 test/datatype/ddt_pack.c         ret = ompi_datatype_set_args( newType, count + 1, a_i, count, disp,
count             353 test/datatype/ddt_pack.c         int count = 2;
count             354 test/datatype/ddt_pack.c         const int* a_i[2] = {&count, blen};
count             355 test/datatype/ddt_pack.c         ret = ompi_datatype_set_args( struct_type, count + 1, a_i, count, disp,
count             356 test/datatype/ddt_pack.c                                       count, types, MPI_COMBINER_STRUCT );
count             100 test/datatype/ddt_raw.c static int local_copy_ddt_raw( ompi_datatype_t* pdt, int count, int iov_num )
count             112 test/datatype/ddt_raw.c     if( OMPI_SUCCESS != opal_convertor_prepare_for_send( convertor, &(pdt->super), count, NULL ) ) {
count             117 test/datatype/ddt_raw.c     remaining_length = count * pdt->super.size;
count              31 test/datatype/ddt_raw2.c                                    int count,
count              51 test/datatype/ddt_raw2.c                                                          count,
count              63 test/datatype/ddt_raw2.c     remaining_length = count * datatype->super.size;
count             121 test/datatype/ddt_test.c static size_t compute_buffer_length(ompi_datatype_t* pdt, int count)
count             128 test/datatype/ddt_test.c     length = true_lb + true_extent + (count - 1) * extent;
count             142 test/datatype/ddt_test.c static int local_copy_ddt_count( ompi_datatype_t* pdt, int count )
count             149 test/datatype/ddt_test.c     length = compute_buffer_length(pdt, count);
count             161 test/datatype/ddt_test.c     if( OMPI_SUCCESS != ompi_datatype_copy_content_same_ddt( pdt, count, pdst, psrc ) ) {
count             258 test/datatype/ddt_test.c static int local_copy_with_convertor( ompi_datatype_t* pdt, int count, int chunk )
count             269 test/datatype/ddt_test.c     max_data = compute_buffer_length(pdt, count);
count             279 test/datatype/ddt_test.c     if( OPAL_SUCCESS != opal_convertor_prepare_for_send( send_convertor, &(pdt->super), count, psrc ) ) {
count             285 test/datatype/ddt_test.c     if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( recv_convertor, &(pdt->super), count, pdst ) ) {
count              28 test/datatype/external32.c                       ompi_datatype_t * datatype, int count, void* arg );
count              31 test/datatype/external32.c                   ompi_datatype_t * datatype, int count, void* arg );
count              33 test/datatype/external32.c static int pack_unpack_datatype( void* send_data, ompi_datatype_t *datatype, int count,
count              47 test/datatype/external32.c                       ompi_datatype_t* datatype, int count, void* arg )
count              53 test/datatype/external32.c         for( i = 0 ; i < count; i++ ) {
count              63 test/datatype/external32.c         for( i = 0 ; i < count; i++ ) {
count              79 test/datatype/external32.c                   ompi_datatype_t* datatype, int count, void* arg )
count              86 test/datatype/external32.c         for( i = 0 ; i < count; i++ ) {
count              96 test/datatype/external32.c         for( i = 0 ; i < count; i++ ) {
count             111 test/datatype/external32.c static int pack_unpack_datatype( void* send_data, ompi_datatype_t *datatype, int count,
count             120 test/datatype/external32.c                                              count, datatype, &buffer_size);
count             126 test/datatype/external32.c     error = ompi_datatype_pack_external("external32", (void*)send_data, count, datatype,
count             129 test/datatype/external32.c     if( 0 != validator(send_data, buffer, datatype, count, validator_arg) ) {
count             138 test/datatype/external32.c                                           recv_data, count, datatype);
count             195 test/datatype/external32.c         int count=2, blocklength=1, stride=2;
count             200 test/datatype/external32.c         ompi_datatype_create_vector ( count, blocklength, stride, &ompi_mpi_int.dt, &ddt );
count             202 test/datatype/external32.c             const int* a_i[3] = {&count, &blocklength, &stride};
count              37 test/datatype/large_data.c                                MPI_Datatype dtype, int count)
count              92 test/datatype/large_data.c     int blocklen, stride, count;
count             141 test/datatype/large_data.c     count = INT_MAX / 2;
count             143 test/datatype/large_data.c     ompi_datatype_create_vector(count, blocklen, stride, MPI_FLOAT, &ddt);
count             160 test/datatype/large_data.c     ompi_datatype_create_contiguous(count, tmp, &ddt);
count              54 test/datatype/opal_datatype_test.c static size_t compute_memory_size( opal_datatype_t const * const pdt, int count )
count              61 test/datatype/opal_datatype_test.c     return (size_t)(true_lb + true_extent + (count-1) * extent);
count             145 test/datatype/opal_datatype_test.c static int local_copy_ddt_count( opal_datatype_t const * const pdt, int count )
count             155 test/datatype/opal_datatype_test.c     malloced_size = compute_memory_size(pdt, count);
count             172 test/datatype/opal_datatype_test.c     if( OPAL_SUCCESS != opal_datatype_copy_content_same_ddt( pdt, count, pdst, psrc ) ) {
count             311 test/datatype/opal_datatype_test.c static int local_copy_with_convertor( opal_datatype_t const * const pdt, int count, int chunk )
count             324 test/datatype/opal_datatype_test.c     malloced_size = compute_memory_size(pdt, count);
count             339 test/datatype/opal_datatype_test.c     if( OPAL_SUCCESS != opal_convertor_prepare_for_send( send_convertor, pdt, count, psrc ) ) {
count             345 test/datatype/opal_datatype_test.c     if( OPAL_SUCCESS != opal_convertor_prepare_for_recv( recv_convertor, pdt, count, pdst ) ) {
count             394 test/datatype/opal_datatype_test.c                                             length, pdt->size * count);}
count             395 test/datatype/opal_datatype_test.c                     if( stack[i].count != send_convertor->pStack[i].count ) {
count             398 test/datatype/opal_datatype_test.c                                                     i, stack[i].count, send_convertor->pStack[i].count,
count             399 test/datatype/opal_datatype_test.c                                                     length, pdt->size * count);}
count             404 test/datatype/opal_datatype_test.c                                                     length, pdt->size * count);}
count             405 test/datatype/opal_datatype_test.c                             else if( (stack[i].count * opal_datatype_basicDatatypes[stack[i].type]->size) !=
count             406 test/datatype/opal_datatype_test.c                                      (send_convertor->pStack[i].count * opal_datatype_basicDatatypes[send_convertor->pStack[i].type]->size) )
count             408 test/datatype/opal_datatype_test.c                                                     i, (int)stack[i].type, stack[i].count,
count             409 test/datatype/opal_datatype_test.c                                                     (int)send_convertor->pStack[i].type, send_convertor->pStack[i].count,
count             410 test/datatype/opal_datatype_test.c                                                     length, pdt->size * count);}
count             416 test/datatype/opal_datatype_test.c                                             length, pdt->size * count);}
count             431 test/datatype/opal_datatype_test.c                                             length, pdt->size * count);}
count             432 test/datatype/opal_datatype_test.c                     if( stack[i].count != recv_convertor->pStack[i].count ) {
count             435 test/datatype/opal_datatype_test.c                                                     i, stack[i].count, recv_convertor->pStack[i].count,
count             436 test/datatype/opal_datatype_test.c                                                     length, pdt->size * count);}
count             441 test/datatype/opal_datatype_test.c                                                     length, pdt->size * count);}
count             442 test/datatype/opal_datatype_test.c                             else if( (stack[i].count * opal_datatype_basicDatatypes[stack[i].type]->size) !=
count             443 test/datatype/opal_datatype_test.c                                      (recv_convertor->pStack[i].count * opal_datatype_basicDatatypes[recv_convertor->pStack[i].type]->size) )
count             445 test/datatype/opal_datatype_test.c                                                     i, (int)stack[i].type, stack[i].count,
count             446 test/datatype/opal_datatype_test.c                                                     (int)recv_convertor->pStack[i].type, recv_convertor->pStack[i].count,
count             447 test/datatype/opal_datatype_test.c                                                     length, pdt->size * count);}
count             453 test/datatype/opal_datatype_test.c                                             length, pdt->size * count);}
count              30 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_indexed( int count, const int* pBlockLength, const int* pDisp,
count              32 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_hindexed( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
count              34 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_struct( int count, const int* pBlockLength,
count              37 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_vector( int count, int bLength, int stride,
count              39 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_hvector( int count, int bLength, ptrdiff_t stride,
count             235 test/datatype/opal_ddt_lib.c opal_datatype_t* create_vector_type( const opal_datatype_t* data, int count, int length, int stride )
count             239 test/datatype/opal_ddt_lib.c     opal_datatype_create_vector( count, length, stride, data, &vector );
count             280 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_indexed( int count, const int* pBlockLength, const int* pDisp,
count             287 test/datatype/opal_ddt_lib.c     if( 0 == count ) {
count             297 test/datatype/opal_ddt_lib.c     if( 1 >= count ) {
count             300 test/datatype/opal_ddt_lib.c         opal_datatype_add( pdt, oldType, count * dLength, disp * extent, extent );
count             302 test/datatype/opal_ddt_lib.c         pdt = opal_datatype_create( count * (2 + oldType->desc.used) );
count             303 test/datatype/opal_ddt_lib.c         for( i = 1; i < count; i++ ) {
count             322 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_hindexed( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
count             329 test/datatype/opal_ddt_lib.c     if( 0 == count ) {
count             337 test/datatype/opal_ddt_lib.c     pdt = opal_datatype_create( count * (2 + oldType->desc.used) );
count             341 test/datatype/opal_ddt_lib.c     if( 1 >= count ) {
count             344 test/datatype/opal_ddt_lib.c         opal_datatype_add( pdt, oldType, count * dLength, disp, extent );
count             346 test/datatype/opal_ddt_lib.c         for( i = 1; i < count; i++ ) {
count             365 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_struct( int count, const int* pBlockLength, const ptrdiff_t* pDisp,
count             373 test/datatype/opal_ddt_lib.c     if( 0 == count ) {
count             388 test/datatype/opal_ddt_lib.c     for( i = 1; i < count; i++ ) {
count             414 test/datatype/opal_ddt_lib.c     for( i = 1; i < count; i++ ) {
count             434 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_vector( int count, int bLength, int stride,
count             441 test/datatype/opal_ddt_lib.c     if( 0 == count ) {
count             448 test/datatype/opal_ddt_lib.c     if( (bLength == stride) || (1 >= count) ) {  /* the elements are contiguous */
count             449 test/datatype/opal_ddt_lib.c         opal_datatype_add( pData, oldType, count * bLength, 0, extent );
count             452 test/datatype/opal_ddt_lib.c             opal_datatype_add( pData, oldType, count, 0, extent * stride );
count             457 test/datatype/opal_ddt_lib.c             opal_datatype_add( pData, pTempData, count, 0, extent * stride );
count             466 test/datatype/opal_ddt_lib.c static int32_t opal_datatype_create_hvector( int count, int bLength, ptrdiff_t stride,
count             472 test/datatype/opal_ddt_lib.c     if( 0 == count ) {
count             479 test/datatype/opal_ddt_lib.c     if( ((extent * bLength) == stride) || (1 >= count) ) {  /* contiguous */
count             481 test/datatype/opal_ddt_lib.c         opal_datatype_add( pData, oldType, count * bLength, 0, extent );
count             485 test/datatype/opal_ddt_lib.c             opal_datatype_add( pData, oldType, count, 0, stride );
count             489 test/datatype/opal_ddt_lib.c             opal_datatype_add( pData, pTempData, count, 0, stride );
count              36 test/datatype/opal_ddt_lib.h extern opal_datatype_t* create_vector_type( opal_datatype_t const* const data, int count, int length, int stride );
count              43 test/datatype/position.c create_segments( ompi_datatype_t* datatype, int count,
count              53 test/datatype/position.c     data_size *= count;
count              61 test/datatype/position.c     opal_convertor_prepare_for_send( convertor, &(datatype->super), count, NULL );
count             104 test/datatype/position.c pack_segments( ompi_datatype_t* datatype, int count,
count             116 test/datatype/position.c     opal_convertor_prepare_for_send( convertor, &(datatype->super), count, buffer );
count             144 test/datatype/position.c unpack_segments( ompi_datatype_t* datatype, int count,
count             156 test/datatype/position.c     opal_convertor_prepare_for_recv( convertor, &(datatype->super), count, buffer );
count              42 test/datatype/position_noncontig.c create_segments( ompi_datatype_t* datatype, int count,
count              52 test/datatype/position_noncontig.c     data_size *= count;
count              60 test/datatype/position_noncontig.c     opal_convertor_prepare_for_send( convertor, &(datatype->super), count, NULL );
count             103 test/datatype/position_noncontig.c pack_segments( ompi_datatype_t* datatype, int count,
count             115 test/datatype/position_noncontig.c     opal_convertor_prepare_for_send( convertor, &(datatype->super), count, buffer );
count             143 test/datatype/position_noncontig.c unpack_segments( ompi_datatype_t* datatype, int count,
count             155 test/datatype/position_noncontig.c     opal_convertor_prepare_for_recv( convertor, &(datatype->super), count, buffer );
count              42 test/datatype/unpack_ooo.c static void print_hex(void* ptr, int count, int space)
count              44 test/datatype/unpack_ooo.c     for( int i = 0; i < count; i++ ) {
count             220 test/dss/dss_buffer.c         int32_t count;
count             225 test/dss/dss_buffer.c         count = NUM_ELEMS;
count             226 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dst, &count, OPAL_INT16);
count             227 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             279 test/dss/dss_buffer.c         int32_t count;
count             284 test/dss/dss_buffer.c         count = NUM_ELEMS;
count             285 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dst, &count, OPAL_INT);
count             286 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             338 test/dss/dss_buffer.c         int32_t count = NUM_ELEMS;
count             343 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dst, &count, OPAL_INT32);
count             344 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             396 test/dss/dss_buffer.c         int32_t count = NUM_ELEMS;
count             401 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dst, &count, OPAL_INT64);
count             402 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             456 test/dss/dss_buffer.c         int32_t count = NUM_ELEMS;
count             461 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dst, &count, OPAL_STRING);
count             462 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             517 test/dss/dss_buffer.c         int32_t count = NUM_ELEMS;
count             520 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dst, &count, OPAL_BOOL);
count             521 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             578 test/dss/dss_buffer.c         int32_t count = NUM_ELEMS;
count             580 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dst, &count, OPAL_BYTE_OBJECT);
count             581 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             692 test/dss/dss_buffer.c         int32_t count;
count             705 test/dss/dss_buffer.c         count=NUM_ELEMS;
count             706 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dsto, &count, OPAL_BYTE_OBJECT);
count             707 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             721 test/dss/dss_buffer.c         count = NUM_ELEMS;
count             722 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dsts, &count, OPAL_STRING);
count             723 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             737 test/dss/dss_buffer.c         count = NUM_ELEMS;
count             738 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dstb, &count, OPAL_BOOL);
count             739 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             752 test/dss/dss_buffer.c         count = NUM_ELEMS;
count             753 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dst32, &count, OPAL_INT32);
count             754 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             767 test/dss/dss_buffer.c         count = NUM_ELEMS;
count             768 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dst16, &count, OPAL_INT16);
count             769 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             830 test/dss/dss_buffer.c         int32_t count = NUM_ELEMS;
count             833 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dst, &count, OPAL_VALUE);
count             834 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             893 test/dss/dss_buffer.c         int32_t count;
count             895 test/dss/dss_buffer.c         count = NUM_ELEMS;
count             896 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dst, &count, OPAL_INT32);
count             897 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             954 test/dss/dss_buffer.c         int32_t count;
count             956 test/dss/dss_buffer.c         count = NUM_ELEMS;
count             957 test/dss/dss_buffer.c         rc = opal_dss.unpack(bufA, dst, &count, OPAL_PID);
count             958 test/dss/dss_buffer.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             132 test/dss/dss_payload.c         int32_t count;
count             137 test/dss/dss_payload.c         count = NUM_ELEMS;
count             138 test/dss/dss_payload.c         rc = opal_dss.unpack(bufB, dst32, &count, OPAL_INT32);
count             139 test/dss/dss_payload.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             154 test/dss/dss_payload.c         int32_t count;
count             159 test/dss/dss_payload.c         count = NUM_ELEMS;
count             160 test/dss/dss_payload.c         rc = opal_dss.unpack(bufB, dst, &count, OPAL_INT16);
count             161 test/dss/dss_payload.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             176 test/dss/dss_payload.c         int32_t count;
count             181 test/dss/dss_payload.c         count = NUM_ELEMS;
count             182 test/dss/dss_payload.c         rc = opal_dss.unpack(bufB, dst32, &count, OPAL_INT32);
count             183 test/dss/dss_payload.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count             199 test/dss/dss_payload.c         int32_t count;
count             204 test/dss/dss_payload.c         count = NUM_ELEMS;
count             205 test/dss/dss_payload.c         rc = opal_dss.unpack(bufA, dst, &count, OPAL_INT16);
count             206 test/dss/dss_payload.c         if (OPAL_SUCCESS != rc || count != NUM_ELEMS) {
count              59 test/monitoring/check_monitoring.c         int count;                                                      \
count              62 test/monitoring/check_monitoring.c                                               &count);                  \
count             285 test/monitoring/check_monitoring.c     size_t count, size;
count             314 test/monitoring/check_monitoring.c     pvar_o2a_read(session, &count, &size);
count             315 test/monitoring/check_monitoring.c     if( count < (size_t) 2 ) {
count             317 test/monitoring/check_monitoring.c                 __func__, count, (size_t) 2);
count             326 test/monitoring/check_monitoring.c     pvar_a2o_read(session, &count, &size);
count             327 test/monitoring/check_monitoring.c     if( count < (size_t) 2 ) {
count             329 test/monitoring/check_monitoring.c                 __func__, count, (size_t) 2);
count             339 test/monitoring/check_monitoring.c     pvar_a2a_read(session, &count, &size);
count             340 test/monitoring/check_monitoring.c     if( count < (size_t) (world_size * 4) ) {
count             342 test/monitoring/check_monitoring.c                 __func__, count, (size_t) (world_size * 4));
count              20 test/monitoring/example_reduce_count.c     int rank, size, n, to, from, tagno, MPIT_result, provided, count;
count              54 test/monitoring/example_reduce_count.c 					  &comm, &count_handle, &count);
count              61 test/monitoring/example_reduce_count.c     counts = (size_t*)malloc(count * sizeof(size_t));
count              94 test/monitoring/example_reduce_count.c     MPI_Allreduce(MPI_IN_PLACE, counts, count, MPI_UNSIGNED_LONG, MPI_MAX, MPI_COMM_WORLD);
count              97 test/monitoring/example_reduce_count.c 	for(n = 0; n < count; ++n)
count              98 test/monitoring/example_reduce_count.c 	    printf("%zu%s", counts[n], n < count - 1 ? ", " : "\n");
count              78 test/monitoring/monitoring_test.c     int rank, size, n, to, from, tagno, MPIT_result, provided, count, world_rank;
count             124 test/monitoring/monitoring_test.c                                               &comm, &flush_handle, &count);
count              66 test/monitoring/test_pvar_access.c     int rank, size, n, to, from, tagno, MPIT_result, provided, count;
count             114 test/monitoring/test_pvar_access.c                                           &comm, &count_handle, &count);
count             121 test/monitoring/test_pvar_access.c                                           &comm, &msize_handle, &count);
count             129 test/monitoring/test_pvar_access.c     msg_count_p1 = calloc(count * 4, sizeof(size_t));
count             130 test/monitoring/test_pvar_access.c     msg_size_p1 = &msg_count_p1[count];
count             131 test/monitoring/test_pvar_access.c     msg_count_p2 = &msg_count_p1[2*count];
count             132 test/monitoring/test_pvar_access.c     msg_size_p2 = &msg_count_p1[3*count];
count              34 test/runtime/sigchld.c int count = 0;
count              39 test/runtime/sigchld.c     count--;
count              52 test/runtime/sigchld.c         count++;
count              76 test/runtime/sigchld.c         count++;
count              84 test/runtime/sigchld.c     while (count > 0) {
count              41 test/spc/spc_test.c     int i, rank, size, provided, num, name_len, desc_len, verbosity, bind, var_class, readonly, continuous, atomic, count, index, MPI_result;
count             105 test/spc/spc_test.c     MPI_result = MPI_T_pvar_handle_alloc(session, index, NULL, &handle, &count);
count              24 test/threads/opal_thread.c static opal_atomic_int_t count = 0;
count              29 test/threads/opal_thread.c     opal_atomic_add (&count, 1);
count              35 test/threads/opal_thread.c     opal_atomic_add (&count, 2);
count              65 test/threads/opal_thread.c     test_verify_int(3, count);
count             224 test/util/opal_argv.c   size_t i, count;
count             235 test/util/opal_argv.c   for (count = i = 1; i < strlen(a); ++i) {
count             237 test/util/opal_argv.c       ++count;
count             243 test/util/opal_argv.c   if (i != count) {
count             249 test/util/opal_argv.c   for (start = a, count = i = 0; i < strlen(a); ++i) {
count             252 test/util/opal_argv.c       if (strcmp(start, b[count]) != 0) {
count             255 test/util/opal_argv.c       ++count;
count             262 test/util/opal_argv.c   if (strcmp(start, b[count]) != 0) {
count             166 test/util/opal_path_nfs.c     int count = 0;
count             168 test/util/opal_path_nfs.c         ++count;
count             170 test/util/opal_path_nfs.c     printf("Found %d mounts\n", count);
count             173 test/util/opal_path_nfs.c     ++count;
count             175 test/util/opal_path_nfs.c     dirs_tmp = (char**) calloc (count, sizeof(char*));
count             176 test/util/opal_path_nfs.c     nfs_tmp = (bool*) calloc (count, sizeof(bool));
count             182 test/util/opal_path_nfs.c     while (i < count && NULL != fgets (buffer, SIZE, file)) {