Lines Matching full:outbuf
1770 must be writable: outbuf[0 .. outsize-1]
1771 must be writable: outbuf[*position ..
1775 post: make readable: outbuf[old *position .. new *position]
1778 void* outbuf, int outsize,
1791 check_mem_is_addressable_untyped(outbuf, outsize);
1796 ((char*)outbuf) + position_ORIG, szB
1800 CALL_FN_W_7W(err, fn, inbuf,incount,datatype, outbuf,outsize,position, comm);
1805 ((char*)outbuf) + position_ORIG, *position - position_ORIG
1814 must be writable: (outbuf,outcount,datatype)
1815 must be writable: outbuf[0 .. outsize-1]
1816 must be writable: outbuf[*position ..
1820 post: make readable: (outbuf,outcount,datatype)
1825 void* outbuf, int outcount, MPI_Datatype datatype,
1836 check_mem_is_addressable(outbuf, outcount, datatype);
1847 CALL_FN_W_7W(err, fn, inbuf,insize,position, outbuf,outcount,datatype, comm);
1855 make_mem_defined_if_addressable( outbuf, outcount, datatype );