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

  /external/valgrind/mpi/
libmpiwrap.c 470 int r, n_ints, n_addrs, n_dtys, tycon; local
472 r = PMPI_Type_get_envelope( *ty, &n_ints, &n_addrs, &n_dtys, &tycon );
671 int r, n_ints, n_addrs, n_dtys, tycon; local
684 r = PMPI_Type_get_envelope( ty, &n_ints, &n_addrs, &n_dtys, &tycon );
746 n_ints, n_addrs, n_dtys, (int)ex );
752 assert(n_dtys >= 0);
762 if (n_dtys > 0) {
763 dtys = malloc(n_dtys * sizeof(MPI_Datatype));
767 r = PMPI_Type_get_contents( ty, n_ints, n_addrs, n_dtys,
774 assert(n_ints == 1 && n_addrs == 0 && n_dtys == 1)
    [all...]

Completed in 146 milliseconds