Home
last modified time | relevance | path

Searched refs:mpi (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Sema/
Dwarn-type-safety-mpi-hdf5.c32 __attribute__(( pointer_with_type_tag(mpi,1,3) ));
36 __attribute__(( pointer_with_type_tag(mpi,1,3), pointer_with_type_tag(mpi,4,6) ));
55 …ed_datatype_t ompi_mpi_datatype_null __attribute__(( type_tag_for_datatype(mpi,void,must_be_null) …
56 …i_predefined_datatype_t ompi_mpi_float __attribute__(( type_tag_for_datatype(mpi,float) ));
57 …mpi_predefined_datatype_t ompi_mpi_int __attribute__(( type_tag_for_datatype(mpi,int) ));
58 …pi_predefined_datatype_t ompi_mpi_long __attribute__(( type_tag_for_datatype(mpi,long) ));
59 …ined_datatype_t ompi_mpi_long_long_int __attribute__(( type_tag_for_datatype(mpi,long long int) ));
60 …pi_predefined_datatype_t ompi_mpi_char __attribute__(( type_tag_for_datatype(mpi,char) ));
63 …ed_datatype_t ompi_mpi_float_int __attribute__(( type_tag_for_datatype(mpi, struct ompi_struct…
66 …ed_datatype_t ompi_mpi_2int __attribute__(( type_tag_for_datatype(mpi, struct ompi_struct…
[all …]
Dwarn-type-safety.c13 …__attribute__(( pointer_with_type_tag(mpi,0,7) )); // expected-error {{attribute parameter 2 is ou…
16 …__attribute__(( pointer_with_type_tag(mpi,3,7) )); // expected-error {{attribute parameter 2 is ou…
19 …__attribute__(( pointer_with_type_tag(mpi,1,0) )); // expected-error {{attribute parameter 3 is ou…
22 …__attribute__(( pointer_with_type_tag(mpi,1,3) )); // expected-error {{attribute parameter 3 is ou…
25 …__attribute__(( pointer_with_type_tag(mpi,0x8000000000000001ULL,1) )); // expected-error {{attribu…
30 …__attribute__(( pointer_with_type_tag(mpi,x,2) )); // expected-error {{attribute requires paramete…
33 …__attribute__(( pointer_with_type_tag(mpi,1,x) )); // expected-error {{attribute requires paramete…
35 int wrong9 __attribute__(( pointer_with_type_tag(mpi,1,2) )); // expected-error {{attribute only ap…
38 …__attribute__(( pointer_with_type_tag(mpi,1,2) )); // expected-error {{'pointer_with_type_tag' att…
45 __attribute__(( type_tag_for_datatype(mpi,1,2) )); // expected-error {{expected a type}}
[all …]
Dwarn-type-safety.cpp11 extern struct ompi_predefined_datatype_t ompi_mpi_float __attribute__(( type_tag_for_datatype(mpi,f…
12 extern struct ompi_predefined_datatype_t ompi_mpi_int __attribute__(( type_tag_for_datatype(mpi,i…
13 extern struct ompi_predefined_datatype_t ompi_mpi_null __attribute__(( type_tag_for_datatype(mpi,v…
25 …__attribute__(( pointer_with_type_tag(mpi,5,6) )); // expected-error {{attribute parameter 2 is ou…
28 …__attribute__(( pointer_with_type_tag(mpi,2,5) )); // expected-error {{attribute parameter 3 is ou…
31 …__attribute__(( pointer_with_type_tag(mpi,1,5) )); // expected-error {{attribute is invalid for th…
34 …__attribute__(( pointer_with_type_tag(mpi,2,1) )); // expected-error {{attribute is invalid for th…
37 __attribute__(( pointer_with_type_tag(mpi,2,4) )); // no-error
43 …__attribute__(( pointer_with_type_tag(mpi,a,5) )); // expected-error {{attribute requires paramete…
D128bitint.c29 …__attribute__(( pointer_with_type_tag(mpi,0x10000000000000001i128,1) )); // expected-error {{attri…
32 …__attribute__(( pointer_with_type_tag(mpi,1,0x10000000000000001i128) )); // expected-error {{attri…
34 void MPI_Send(void *buf, int datatype) __attribute__(( pointer_with_type_tag(mpi,1,2) ));
36 static const __uint128_t mpi_int_wrong __attribute__(( type_tag_for_datatype(mpi,int) )) = 0x100000…
37 static const int mpi_int __attribute__(( type_tag_for_datatype(mpi,int) )) = 10;
/external/dropbear/libtommath/
Dmakefile.icc89 $(CC) $(CFLAGS) -prof_gen -DTESTING -c mpi.c -o mpi.o
90 $(CC) $(CFLAGS) -DTESTING -DTIMER demo/demo.c mpi.o -o ltmtest
93 $(CC) $(CFLAGS) -prof_use -ip -DTESTING -c mpi.c -o mpi.o
94 $(AR) $(ARFLAGS) libtommath.a mpi.o
114 *.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.il etc/*.il *.dyn
DMakefile.in109 $(CC) $(CFLAGS) -fprofile-arcs -DTESTING -c mpi.c -o mpi.o
110 $(CC) $(CFLAGS) -DTESTING -DTIMER demo/timing.c mpi.o -o ltmtest
113 $(CC) $(CFLAGS) -fbranch-probabilities -DTESTING -c mpi.c -o mpi.o
114 $(AR) $(ARFLAGS) $(LIBNAME) mpi.o
171 …*.idx *.toc *.log *.aux *.dvi *.lof *.ind *.ilg *.ps *.log *.s mpi.c *.da *.dyn *.dpi tommath.tex …
183 perl gen.pl ; mv mpi.c pre_gen/ ; \
/external/chromium_org/third_party/tlslite/tlslite/utils/
Dcryptomath.py175 def mpiToNumber(mpi): #mpi is an openssl-format bignum string argument
176 if (ord(mpi[4]) & 0x80) !=0: #Make sure this is a positive number
178 bytes = stringToBytes(mpi[4:])
/external/chromium_org/third_party/libusb/src/
DAUTHORS9 Copyright © 2012 Martin Pieuchot <mpi@openbsd.org>
/external/valgrind/main/
DMakefile.am42 mpi \ subdir
Dconfigure.in1749 AC_MSG_CHECKING([primary target for usable MPI2-compliant C compiler and mpi.h])
1755 #include <mpi.h>
1777 AC_MSG_CHECKING([secondary target for usable MPI2-compliant C compiler and mpi.h])
1787 #include <mpi.h>
1955 mpi/Makefile
/external/icu4c/data/locales/
Dswc.txt165 "mpi",
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java820 MatchPatternIterator mpi, Compiler compiler, int stepOpCodePos, in loadSteps() argument
836 step = createDefaultStepPattern(compiler, stepOpCodePos, mpi, analysis, in loadSteps()
979 Compiler compiler, int opPos, MatchPatternIterator mpi, in createDefaultStepPattern() argument
/external/valgrind/main/docs/internals/
Dmpi2entries.txt1 Canned summary of MPI-1.1/MPI-2 entry points, as derived from mpi.h
/external/bison/
DTHANKS129 Wolfram Wagner ww@mpi-sb.mpg.de
/external/clang/docs/
DLanguageExtensions.rst2046 …# define ATTR_MPI_PWT(buffer_idx, type_idx) __attribute__((pointer_with_type_tag(mpi,buffer_idx…
2089 __attribute__(( pointer_with_type_tag(mpi,1,3) ));
2103 __attribute__(( type_tag_for_datatype(mpi,int) ));
2115 __attribute__(( type_tag_for_datatype(mpi,int) )) = 42
2128 /* In mpi.h */
2131 … __attribute__(( type_tag_for_datatype(mpi, struct internal_mpi_double_int, layout_compatible) ));
2151 /* In mpi.h */
2153 __attribute__(( type_tag_for_datatype(mpi, void, must_be_null) ));
/external/dropbear/
Dconfigure.in640 AS_MKDIR_P(libtomcrypt/src/misc/mpi)
Dconfigure11172 mkdir -p libtomcrypt/src/misc/mpi
11174 as_dir=libtomcrypt/src/misc/mpi
/external/dropbear/libtomcrypt/
Dchanges322 -- Merged in latest mpi that fixed a few bugs here and there
781 -- Removed {#line 0 "..."} stuff from mpi.c to comply with ISO C :-)
796 …ed ampi.o from the depends cuz it ain't no not working in *nix with it [routines are in mpi.c now].
1273 …-- Configured "mpi-config.h" so its a bit more conservative with the memory required and code spac…
/external/chromium_org/third_party/WebKit/PerformanceTests/Parser/resources/
Dfinal-url-en57687 http://www.mpi-hd.mpg.de/be/tsr/ecool_sys_low.html
57688 http://www.mpi.mb.ca/english/claims/appeals/rab.html