Lines Matching refs:szB
1811 int err, szB = 0;
1822 err = PMPI_Pack_size( incount, datatype, comm, &szB );
1823 if (err == MPI_SUCCESS && szB > 0) {
1825 ((char*)outbuf) + position_ORIG, szB
1860 int err, szB = 0;
1871 err = PMPI_Pack_size( outcount, datatype, comm, &szB );
1872 if (err == MPI_SUCCESS && szB > 0) {
1874 ((char*)inbuf) + position_ORIG, szB