Searched refs:position_ORIG (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1812 int position_ORIG = *position; local
1825 ((char*)outbuf) + position_ORIG, szB
1833 if (err == MPI_SUCCESS && (*position) > position_ORIG) {
1836 ((char*)outbuf) + position_ORIG, *position - position_ORIG
1861 int position_ORIG = *position; local
1874 ((char*)inbuf) + position_ORIG, szB
1882 if (err == MPI_SUCCESS && (*position) > position_ORIG) {
1885 ((char*)inbuf) + position_ORIG, *position - position_ORIG
[all...]

Completed in 393 milliseconds