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

12

/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/bison/djgpp/
H A Dconfig.site57 ac_cv_path_M4=${M4='/dev/env/DJDIR/bin/m4'}
/external/bison/
H A Dconfig.h306 /* Define to the GNU M4 executable name. */
307 #define M4 "/usr/bin/m4" macro
H A Dconfig.hin305 /* Define to the GNU M4 executable name. */
306 #undef M4
H A Dconfig.status557 s,@M4@,/usr/bin/m4,;t t
935 ${ac_dA}M4${ac_dB}M4${ac_dC}"/usr/bin/m4"${ac_dD}
1067 ${ac_uA}M4${ac_uB}M4${ac_uC}"/usr/bin/m4"${ac_uD}
H A DMakefile161 M4 = /usr/bin/m4 macro
/external/llvm/include/llvm/Support/
H A DCommandLine.h1205 const M4t &M4) : Option(Optional, NotHidden) {
1207 apply(M4, this);
1214 const M4t &M4, const M5t &M5) : Option(Optional, NotHidden) {
1216 apply(M4, this); apply(M5, this);
1223 const M4t &M4, const M5t &M5,
1226 apply(M4, this); apply(M5, this); apply(M6, this);
1233 const M4t &M4, const M5t &M5, const M6t &M6,
1236 apply(M4, this); apply(M5, this); apply(M6, this); apply(M7, this);
1370 const M4t &M4) : Option(ZeroOrMore, NotHidden) {
1372 apply(M4, thi
1204 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) argument
1213 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1222 opt(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1232 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
1369 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4) argument
1378 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5) argument
1387 list(const M0t &M0, const M1t &M1, const M2t &M2, const M3t &M3, const M4t &M4, const M5t &M5, const M6t &M6) argument
1397 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/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/skia/bench/
H A DMathBench.cpp294 static SkBenchmark* M4(void* p) { return new QMul32Bench(p); } function
308 static BenchRegistry gReg4(M4);
H A DMatrixBench.cpp353 static SkBenchmark* M4(void* p) { return new DoubleConcatMatrixBench(p); } function
360 static BenchRegistry gReg4(M4);
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h944 template<typename M1, typename M2, typename M3, typename M4>
948 M3, M4> > >
949 anyOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4) {
952 template<typename M1, typename M2, typename M3, typename M4, typename M5>
957 M4, M5> > > >
958 anyOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4, const M5 &P5) {
/external/valgrind/main/drd/scripts/
H A Ddownload-and-build-splash2.in100 M4 := m4 -s -Ulen -Uindex
/external/bison/data/
H A Dlocation.cc22 # We do want M4 expansion after # for CPP macros.
H A Dlalr1.cc32 # We do want M4 expansion after # for CPP macros.
H A DMakefile139 M4 = /usr/bin/m4 macro
H A Dglr.c142 # We do want M4 expansion after # for CPP macros.
H A Dyacc.c134 # We do want M4 expansion after # for CPP macros.
964 ]m4_divert_push([KILL])# ======================== M4 code.
981 m4_divert_pop([KILL])dnl# ====================== End of M4 code.
/external/bison/src/
H A Doutput.c112 | Print to OUT a representation of STRING escaped both for C and M4. |
516 char const *m4 = (p = getenv ("M4")) ? p : M4;
/external/bison/build-aux/
H A DMakefile129 M4 = /usr/bin/m4 macro
/external/bison/tests/
H A DMakefile128 M4 = /usr/bin/m4 macro
/external/bison/doc/
H A DMakefile146 M4 = /usr/bin/m4 macro
/external/bison/examples/
H A DMakefile139 M4 = /usr/bin/m4 macro

Completed in 372 milliseconds

12