OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPI_LONG
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/Analysis/
MPIMock.h
23
#define
MPI_LONG
0
/external/clang/test/Sema/
warn-type-safety-mpi-hdf5.c
46
#define
MPI_LONG
OMPI_PREDEFINED_GLOBAL(MPI_Datatype, ompi_mpi_long)
77
#define
MPI_LONG
((MPI_Datatype) 0xa0000003)
/external/valgrind/mpi/
mpiwrap_type_test.c
332
TRY(False,
MPI_LONG
, "LONG");
libmpiwrap.c
267
else if (ty ==
MPI_LONG
) fprintf(f,"LONG");
517
if (ty ==
MPI_LONG
) return sizeof(signed long int);
[
all
...]
Completed in 1254 milliseconds