HomeSort by relevance Sort by last modified time
    Searched full:rbuf_walk (Results 1 - 1 of 1) sorted by null

  /external/valgrind/main/mpi/
mpiwrap_type_test.c 127 char* rbuf_walk; local
177 to set to 0x00 all parts of rbuf_walk it considers part of the
180 rbuf_walk = malloc(ub);
181 assert(rbuf_walk);
183 rbuf_walk[i] = 0xFF;
185 dl_walk_type( sendToMyself_callback, rbuf_walk, *tyP );
193 if (rbuf_walk[i] == rbuf[i])
206 printf("%c", characterise(rbuf_walk[i]));
216 free(rbuf_walk);

Completed in 38 milliseconds