HomeSort by relevance Sort by last modified time
    Searched defs:TRY (Results 1 - 20 of 20) sorted by null

  /external/valgrind/mpi/
mpiwrap_type_test.c 248 #define TRY(_commit_free,_type,_name) \
254 TRY(True, tycon_Contiguous(3, MPI_INT),
257 TRY(True, tycon_Struct2(3,2,MPI_CHAR, 8,1,MPI_DOUBLE),
260 TRY(True, tycon_Struct2(0,1,MPI_CHAR, 8,1,tycon_Contiguous(4, MPI_DOUBLE)),
263 TRY(True, tycon_Contiguous(10, tycon_Struct2(1,1,MPI_CHAR, 4,1,MPI_FLOAT)),
266 TRY(True, tycon_Vector(5, 2,3,MPI_DOUBLE),
269 TRY(True, tycon_Vector(3, 1,2,MPI_LONG_DOUBLE),
272 TRY(True, tycon_HVector(4, 1,3,MPI_SHORT),
275 TRY(True, tycon_Indexed2(1,3, 5,2, MPI_UNSIGNED_CHAR),
278 TRY(True, tycon_HIndexed2(1,2, 6,3, MPI_UNSIGNED_SHORT)
    [all...]