Lines Matching full:incount
1794 must be readable: (inbuf,incount,datatype)
1802 int WRAPPER_FOR(PMPI_Pack)( void* inbuf, int incount, MPI_Datatype datatype,
1814 check_mem_is_defined(inbuf, incount, datatype);
1818 err = PMPI_Pack_size( incount, datatype, comm, &szB );
1826 CALL_FN_W_7W(err, fn, inbuf,incount,datatype, outbuf,outsize,position, comm);