Searched defs:M4 (Results 1 - 15 of 15) sorted by relevance

/external/clang/test/Preprocessor/
H A Dassembler-with-cpp.c41 #define M4 expanded macro
42 #define M5() M4 ## (
/external/clang/test/Misc/
H A Dmacro-backtrace.c7 #define M4(A, B) M3(A, B) macro
8 #define M5(A, B) M4(A, B)
/external/libsepol/tests/
H A DMakefile0 M4 ?= m4
38 $(M4) $(M4PARAMS) $^ > $@
41 $(M4) $(M4PARAMS) -D enable_mls $^ > $@
1 M4 ?= m4 macro
/external/llvm/unittests/Support/
H A DMemoryTest.cpp92 MemoryBlock M4 = Memory::allocateMappedMemory(16, 0, Flags, EC); local
94 EXPECT_NE((void*)0, M4.base());
95 EXPECT_LE(16U, M4.size());
96 EXPECT_FALSE(Memory::releaseMappedMemory(M4));
162 MemoryBlock M4 = Memory::allocateMappedMemory(64 * sizeof(int), 0, Flags, EC); local
164 EXPECT_NE((void*)0, M4.base());
165 EXPECT_LE(64U * sizeof(int), M4.size());
166 x = (int*)M4.base();
169 EXPECT_FALSE(Memory::releaseMappedMemory(M4));
219 MemoryBlock M4 local
[all...]
/external/chromium_org/third_party/opus/src/celt/
H A Dmathops.h203 #define M4 4936 macro
209 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x)))))));
215 #undef M4 macro
/external/skia/bench/
H A DInterpBench.cpp160 static SkBenchmark* M4(void* p) { return new DoubleInterp(p); } function
166 static BenchRegistry gReg4(M4);
/external/chromium_org/third_party/mesa/src/src/mesa/sparc/
H A Dsparc_matrix.h39 #define M4 %f20 macro
84 ldd [BASE + ( 4 * 0x4)], M4; \
97 ldd [BASE + ( 4 * 0x4)], M4; \
116 ldd [BASE + ( 4 * 0x4)], M4; \
125 ldd [BASE + ( 4 * 0x4)], M4; \
136 ldd [BASE + ( 4 * 0x4)], M4; \
144 ldd [BASE + ( 4 * 0x4)], M4; \
/external/mesa3d/src/mesa/sparc/
H A Dsparc_matrix.h39 #define M4 %f20 macro
84 ldd [BASE + ( 4 * 0x4)], M4; \
97 ldd [BASE + ( 4 * 0x4)], M4; \
116 ldd [BASE + ( 4 * 0x4)], M4; \
125 ldd [BASE + ( 4 * 0x4)], M4; \
136 ldd [BASE + ( 4 * 0x4)], M4; \
144 ldd [BASE + ( 4 * 0x4)], M4; \
/external/speex/libspeex/
H A Dmath_approx.h277 #define M4 4936 macro
281 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x)))))));
287 #undef M4 macro
/external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
H A Dmd5-ia64.S34 // {in,out}3 Block Value 4 M4
135 #define M4 in3 define
673 mov V = M4
684 mov M4 = M5
730 mov M0 = M4
741 mov M4 = Z
779 mov V = M4
790 mov M4 = M13
/external/openssl/crypto/md5/asm/
H A Dmd5-ia64.S34 // {in,out}3 Block Value 4 M4
135 #define M4 in3 define
673 mov V = M4
684 mov M4 = M5
730 mov M0 = M4
741 mov M4 = Z
779 mov V = M4
790 mov M4 = M13
/external/llvm/include/llvm/Support/
H A DCommandLine.h1229 const M4t &M4) : Option(Optional, NotHidden) {
1231 apply(M4, this);
1238 const M4t &M4, const M5t &M5) : Option(Optional, NotHidden) {
1240 apply(M4, this); apply(M5, this);
1247 const M4t &M4, const M5t &M5,
1250 apply(M4, this); apply(M5, this); apply(M6, this);
1257 const M4t &M4, const M5t &M5, const M6t &M6,
1260 apply(M4, this); apply(M5, this); apply(M6, this); apply(M7, this);
1394 const M4t &M4) : Option(ZeroOrMore, NotHidden) {
1396 apply(M4, thi
1228 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) argument
1237 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1246 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1256 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) argument
1393 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) argument
1402 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1411 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1421 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6, const M7t &M7) argument
[all...]
/external/bison/darwin-lib/
H A Dconfig.h1809 /* Define to the GNU M4 executable name. */
1810 #define M4 "/usr/bin/m4" macro
1812 /* Define to "-g" if GNU M4 supports -g, otherwise to "". */
/external/bison/linux-lib/
H A Dconfig.h1809 /* Define to the GNU M4 executable name. */
1810 #define M4 "/usr/bin/m4" macro
1812 /* Define to "-g" if GNU M4 supports -g, otherwise to "". */
/external/bison/lib/
H A Dconfig.in.h1808 /* Define to the GNU M4 executable name. */
1809 #undef M4 macro
1811 /* Define to "-g" if GNU M4 supports -g, otherwise to "". */

Completed in 1129 milliseconds