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

/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1808 int position_ORIG = *position; local
1821 ((char*)outbuf) + position_ORIG, szB
1829 if (err == MPI_SUCCESS && (*position) > position_ORIG) {
1832 ((char*)outbuf) + position_ORIG, *position - position_ORIG
1857 int position_ORIG = *position; local
1870 ((char*)inbuf) + position_ORIG, szB
1878 if (err == MPI_SUCCESS && (*position) > position_ORIG) {
1881 ((char*)inbuf) + position_ORIG, *position - position_ORIG
[all...]

Completed in 30 milliseconds