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

/external/valgrind/main/mpi/
H A Dlibmpiwrap.c210 in walk_type don't work. */
668 void walk_type ( void(*f)(void*,long), char* base, MPI_Datatype ty ) function
681 printf("walk_type %p\n", (void*)(unsigned long)ty);
867 fprintf(stderr, "%s %5d: walk_type: unhandled base type 0x%lx ",
872 fprintf(stderr, "%s %5d: walk_type: unhandled combiner 0x%lx\n",
880 barf("walk_type: unhandled combiner, strict checking selected");
884 /* Same as walk_type but apply 'f' to every element in an array of
917 the size painted by walk_type will be 10 since it uses
923 walk_type( f, base + i * ex, elemTy );
934 walk_type(
[all...]

Completed in 97 milliseconds