Searched refs:tycon (Results 1 - 1 of 1) sorted by relevance
/external/valgrind/mpi/ |
H A D | libmpiwrap.c | 469 int r, n_ints, n_addrs, n_dtys, tycon; local 471 r = PMPI_Type_get_envelope( *ty, &n_ints, &n_addrs, &n_dtys, &tycon ); 475 if (tycon == MPI_COMBINER_NAMED) 489 showCombiner(stderr,tycon); 670 int r, n_ints, n_addrs, n_dtys, tycon; local 683 r = PMPI_Type_get_envelope( ty, &n_ints, &n_addrs, &n_dtys, &tycon ); 687 if (tycon == MPI_COMBINER_NAMED) { 743 printf("tycon 0x%llx %d %d %d (ext %d)\n", 744 (unsigned long long int)tycon, 770 switch (tycon) { [all...] |
Completed in 100 milliseconds