Searched refs:M4 (Results 1 - 25 of 33) sorted by relevance

12

/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/clang/test/Preprocessor/
H A Dassembler-with-cpp.c41 #define M4 expanded macro
42 #define M5() M4 ## (
/external/libsepol/tests/
H A DMakefile0 M4 ?= m4
38 $(M4) $(M4PARAMS) $^ > $@
41 $(M4) $(M4PARAMS) -D enable_mls $^ > $@
1 M4 ?= m4 macro
/external/bison/djgpp/
H A Dconfig.site56 ac_cv_path_M4=${M4='/dev/env/DJDIR/bin/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; \
H A Dnorm.S62 fmuls %f0, M4, %f5 ! FGM Group
107 fmuls M4, %f15, M4
127 fmuls %f0, M4, %f5 ! FGM Group
345 fmuls M4, %f15, M4
360 fmuls %f0, M4, %f5 ! FGM Group
452 fmuls %f0, M4, %f5 ! FGM Group
H A Dxform.S465 fmuls %f1, M4, %f6 ! FGM
542 fmuls %f1, M4, %f6 ! FGM
549 fmuls %f9, M4, %f12 ! FGM Group
573 fmuls %f1, M4, %f6 ! FGM Group
671 fmuls %f1, M4, %f6 ! FGM Group
682 fmuls %f10, M4, %f14 ! FGM Group f3, f8 available
712 fmuls %f1, M4, %f6 ! FGM Group
843 fmuls %f1, M4, %f7 ! FGM Group
925 fmuls %f1, M4, %f6 ! FGM Group
994 fmuls %f1, M4,
[all...]
/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; \
H A Dnorm.S62 fmuls %f0, M4, %f5 ! FGM Group
107 fmuls M4, %f15, M4
127 fmuls %f0, M4, %f5 ! FGM Group
345 fmuls M4, %f15, M4
360 fmuls %f0, M4, %f5 ! FGM Group
452 fmuls %f0, M4, %f5 ! FGM Group
H A Dxform.S465 fmuls %f1, M4, %f6 ! FGM
542 fmuls %f1, M4, %f6 ! FGM
549 fmuls %f9, M4, %f12 ! FGM Group
573 fmuls %f1, M4, %f6 ! FGM Group
671 fmuls %f1, M4, %f6 ! FGM Group
682 fmuls %f10, M4, %f14 ! FGM Group f3, f8 available
712 fmuls %f1, M4, %f6 ! FGM Group
843 fmuls %f1, M4, %f7 ! FGM Group
925 fmuls %f1, M4, %f6 ! FGM Group
994 fmuls %f1, M4,
[all...]
/external/clang/test/Sema/
H A Dunused-expr.c133 #define M4(a, b) (foo((a), (b)) ? 0 : t3(a), 1)
144 M4(i, j); // no warning
155 #undef M4
/external/llvm/unittests/Support/
H A DMemoryTest.cpp92 MemoryBlock M4 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); local
94 EXPECT_NE((void*)nullptr, M4.base());
95 EXPECT_LE(16U, M4.size());
96 EXPECT_FALSE(Memory::releaseMappedMemory(M4));
165 MemoryBlock M4 = Memory::allocateMappedMemory(64 * sizeof(int), nullptr, local
168 EXPECT_NE((void*)nullptr, M4.base());
169 EXPECT_LE(64U * sizeof(int), M4.size());
170 x = (int*)M4.base();
173 EXPECT_FALSE(Memory::releaseMappedMemory(M4));
226 MemoryBlock M4 local
[all...]
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1215 template <typename M1, typename M2, typename M3, typename M4>
1216 typename EnableIfValidArity<4, VariadicOperatorMatcher<M1, M2, M3, M4> >::type
1217 operator()(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4) const {
1218 return VariadicOperatorMatcher<M1, M2, M3, M4>(Func, P1, P2, P3, P4);
1220 template <typename M1, typename M2, typename M3, typename M4, typename M5>
1222 5, VariadicOperatorMatcher<M1, M2, M3, M4, M5> >::type
1223 operator()(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4,
1225 return VariadicOperatorMatcher<M1, M2, M3, M4, M5>(Func, P1, P2, P3, P4,
1228 template <typename M1, typename M2, typename M3, typename M4, typename M5,
1231 6, VariadicOperatorMatcher<M1, M2, M3, M4, M
[all...]
/external/llvm/include/llvm/Support/
H A DCommandLine.h1239 const M4t &M4) : Option(Optional, NotHidden) {
1241 apply(M4, this);
1248 const M4t &M4, const M5t &M5) : Option(Optional, NotHidden) {
1250 apply(M4, this); apply(M5, this);
1257 const M4t &M4, const M5t &M5,
1260 apply(M4, this); apply(M5, this); apply(M6, this);
1267 const M4t &M4, const M5t &M5, const M6t &M6,
1270 apply(M4, this); apply(M5, this); apply(M6, this); apply(M7, this);
1406 const M4t &M4) : Option(ZeroOrMore, NotHidden) {
1408 apply(M4, thi
1238 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) argument
1247 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1256 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1266 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
1405 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) argument
1414 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1423 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1433 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/clang/include/clang/Driver/
H A DMultilib.h120 const Multilib &M3, const Multilib &M4);
122 const Multilib &M3, const Multilib &M4,
/external/clang/lib/Driver/
H A DMultilib.cpp170 const Multilib &M3, const Multilib &M4) {
175 Ms.push_back(M4);
180 const Multilib &M3, const Multilib &M4,
186 Ms.push_back(M4);
169 Either(const Multilib &M1, const Multilib &M2, const Multilib &M3, const Multilib &M4) argument
179 Either(const Multilib &M1, const Multilib &M2, const Multilib &M3, const Multilib &M4, const Multilib &M5) argument
/external/chromium_org/third_party/opus/src/celt/
H A Dmathops.h224 #define M4 4936 macro
230 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x)))))));
236 #undef M4 macro
/external/chromium_org/third_party/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/libopus/celt/
H A Dmathops.h224 #define M4 4936 macro
230 return MULT16_16_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x)))))));
236 #undef M4 macro
/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/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/chromium_org/third_party/boringssl/src/crypto/poly1305/
H A Dpoly1305_vec.c289 xmmi M0, M1, M2, M3, M4; local
357 M4 = _mm_or_si128(_mm_srli_epi64(T6, 40), HIBIT);
376 T5 = _mm_mul_epu32(M4, p->S21.v);
377 T6 = _mm_mul_epu32(M4, p->S22.v);
396 T5 = _mm_mul_epu32(M4, p->S23.v);
397 T6 = _mm_mul_epu32(M4, p->S24.v);
408 T5 = _mm_mul_epu32(M4, p->R20.v);
421 M4 = _mm_or_si128(_mm_srli_epi64(T6, 40), HIBIT);
427 T4 = _mm_add_epi64(T4, M4);
478 xmmi M0, M1, M2, M3, M4; local
[all...]
/external/clang/unittests/Driver/
H A DMultilibTest.cpp149 Multilib M4("", "", "");
154 ASSERT_TRUE(M1 == M4)
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash2100 M4 := m4 -s -Ulen -Uindex
H A Ddownload-and-build-splash2.in100 M4 := m4 -s -Ulen -Uindex

Completed in 529 milliseconds

12