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. */
666 void walk_type ( void(*f)(void*,long), char* base, MPI_Datatype ty ) function
679 printf("walk_type %p\n", (void*)(unsigned long)ty);
865 fprintf(stderr, "%s %5d: walk_type: unhandled base type 0x%lx ",
870 fprintf(stderr, "%s %5d: walk_type: unhandled combiner 0x%lx\n",
878 barf("walk_type: unhandled combiner, strict checking selected");
882 /* Same as walk_type but apply 'f' to every element in an array of
915 the size painted by walk_type will be 10 since it uses
921 walk_type( f, base + i * ex, elemTy );
932 walk_type(
[all...]

Completed in 30 milliseconds