/external/bison/m4/ |
D | m4.m4 | 12 # Check for GNU M4, at least 1.4.6 (all earlier versions had bugs in 20 [AC_ARG_VAR([M4], [Location of GNU M4 1.4.6 or later. Defaults to the first 22 AC_CACHE_CHECK([for GNU M4 that supports accurate traces], [ac_cv_path_M4], 26 AC_PATH_PROGS_FEATURE_CHECK([M4], [m4 gm4 gnum4], 28 # Root out GNU M4 1.4.5, as well as non-GNU m4 that ignore -t, -F. 29 # Root out GNU M4 1.4.15 with buggy false negative replacement strstr. 30 # Root out Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 with buggy 44 GNU M4 1.4.6 or later is required; 1.4.16 or newer is recommended. 45 GNU M4 1.4.15 uses a buggy replacement strstr on some systems. 46 Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 have another strstr bug.])])]) [all …]
|
/external/llvm/unittests/Support/ |
D | MemoryTest.cpp | 92 MemoryBlock M4 = Memory::allocateMappedMemory(16, 0, Flags, EC); in TEST_P() local 94 EXPECT_NE((void*)0, M4.base()); in TEST_P() 95 EXPECT_LE(16U, M4.size()); in TEST_P() 96 EXPECT_FALSE(Memory::releaseMappedMemory(M4)); in TEST_P() 162 MemoryBlock M4 = Memory::allocateMappedMemory(64 * sizeof(int), 0, Flags, EC); in TEST_P() local 164 EXPECT_NE((void*)0, M4.base()); in TEST_P() 165 EXPECT_LE(64U * sizeof(int), M4.size()); in TEST_P() 166 x = (int*)M4.base(); in TEST_P() 169 EXPECT_FALSE(Memory::releaseMappedMemory(M4)); in TEST_P() 219 MemoryBlock M4 = Memory::allocateMappedMemory(16, 0, Flags, EC); in TEST_P() local [all …]
|
/external/bison/tests/ |
D | skeletons.at | 249 ## Fatal errors make M4 exit immediately. ## 252 AT_SETUP([[Fatal errors make M4 exit immediately]]) 256 b4_fatal([[M4 should exit immediately here]]) 268 input1.y: fatal error: M4 should exit immediately here 273 b4_fatal_at([[foo.y:1.5]], [[foo.y:1.7]], [[M4 should exit immediately here]]) 285 foo.y:1.5-6: fatal error: M4 should exit immediately here 292 ## Fatal errors but M4 continues producing output. ## 295 # At one time, if Bison encountered a fatal error during M4 processing, 296 # Bison failed to drain M4's output pipe. The result was a SIGPIPE. 298 # which was fine. On others, it's ignore, which caused M4 to report [all …]
|
/external/libsepol/tests/ |
D | Makefile | 1 M4 ?= m4 macro 38 $(M4) $(M4PARAMS) $^ > $@ 41 $(M4) $(M4PARAMS) -D enable_mls $^ > $@
|
/external/clang/test/Preprocessor/ |
D | assembler-with-cpp.c | 41 #define M4 expanded macro 42 #define M5() M4 ## (
|
/external/llvm/include/llvm/Support/ |
D | CommandLine.h | 1201 const M4t &M4) : Option(Optional, NotHidden) { 1203 apply(M4, this); 1210 const M4t &M4, const M5t &M5) : Option(Optional, NotHidden) { 1212 apply(M4, this); apply(M5, this); 1219 const M4t &M4, const M5t &M5, 1222 apply(M4, this); apply(M5, this); apply(M6, this); 1229 const M4t &M4, const M5t &M5, const M6t &M6, 1232 apply(M4, this); apply(M5, this); apply(M6, this); apply(M7, this); 1366 const M4t &M4) : Option(ZeroOrMore, NotHidden) { 1368 apply(M4, this); [all …]
|
/external/clang/test/Sema/ |
D | unused-expr.c | 133 #define M4(a, b) (foo((a), (b)) ? 0 : t3(a), 1) macro 144 M4(i, j); // no warning in t11() 155 #undef M4
|
/external/clang/test/Misc/ |
D | macro-backtrace.c | 7 #define M4(A, B) M3(A, B) macro 8 #define M5(A, B) M4(A, B)
|
/external/bison/data/m4sugar/ |
D | foreach.m4 | 4 # Speeds up GNU M4 1.4.x by avoiding quadratic $@ recursion, but penalizes 5 # GNU M4 1.6 by requiring more memory and macro expansions. 31 # In M4 1.4.x, every byte of $@ is rescanned. This means that an 34 # M4 1.6, this was fixed so that $@ is only scanned once, then 37 # Additionally, in M4 1.4.x, recursive algorithms did not clean up 45 # arguments, making these replacements very attractive for M4 1.4.x. 46 # On the other hand, in any version of M4, expanding additional macros 47 # costs additional time; therefore, in M4 1.6, where $@ recursion uses 54 # part of m4_init(), only when it is detected that M4 probably has
|
D | m4sugar.m4 | 3 # Base M4 layer. 4 # Requires GNU M4. 38 [errprint(M4sugar requires GNU M4. Install it before installing M4sugar or 39 set the M4 environment variable to its absolute file name.) 126 m4_ifdef([mkstemp],dnl added in M4 1.4.8 632 # undefined (unlike M4 1.4.x). This replacement is not a full-featured 640 # (added in M4 1.6), then let m4 do the job for us (see m4_init). 701 # undefined (unlike M4 1.4.x). 705 # (added in M4 1.6), then let m4 do the job for us (see m4_init). 762 # undefined (unlike M4 1.4.x). [all …]
|
/external/speex/libspeex/ |
D | math_approx.h | 277 #define M4 4936 macro 281 …_P15(x, ADD32(M1, MULT16_16_P15(x, ADD32(M2, MULT16_16_P15(x, ADD32(M3, MULT16_16_P15(M4, x))))))); in spx_atan01() 287 #undef M4
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 1215 template<typename M1, typename M2, typename M3, typename M4> 1219 M3, M4> > > 1220 anyOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4) { in anyOf() 1223 template<typename M1, typename M2, typename M3, typename M4, typename M5> 1228 M4, M5> > > > 1229 anyOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4, const M5 &P5) { in anyOf() 1254 template <typename M1, typename M2, typename M3, typename M4> 1259 internal::AllOfMatcher, M3, M4> > > 1260 allOf(const M1 &P1, const M2 &P2, const M3 &P3, const M4 &P4) { in allOf() 1263 template <typename M1, typename M2, typename M3, typename M4, typename M5> [all …]
|
/external/openssl/crypto/md5/asm/ |
D | md5-ia64.S | 135 #define M4 in3 macro 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/bison/djgpp/ |
D | config.site | 56 ac_cv_path_M4=${M4='/dev/env/DJDIR/bin/m4'}
|
/external/bison/ |
D | configure.ac | 164 AC_DEFINE_UNQUOTED([M4], ["$M4"], [Define to the GNU M4 executable name.]) definition 165 AC_DEFINE_UNQUOTED([M4_GNU_OPTION], ["$M4_GNU"], [Define to "-g" if GNU M4
|
D | AUTHORS | 11 use M4 (1.50, 2002).
|
/external/skia/bench/ |
D | InterpBench.cpp | 160 static SkBenchmark* M4(void* p) { return new DoubleInterp(p); } in M4() function 166 static BenchRegistry gReg4(M4);
|
D | MathBench.cpp | 380 static SkBenchmark* M4(void* p) { return new QMul32Bench(p); } in M4() function 397 static BenchRegistry gReg4(M4);
|
/external/expat/ |
D | configure.in | 23 dnl NOTE: esyscmd() is a GNU M4 extension. Thus, we wrap it in an appropriate 25 dnl GNU M4 to test it right now.
|
/external/bison/data/ |
D | README | 34 This directory contains M4sugar, sort of an extended library for M4,
|
D | bison.m4 | 3 # Language-independent M4 Macros for Bison. 246 # because issuing `[$1]' is not possible in M4. GNU M4 should provide 502 # except that the VALUES structure is more appropriate for M4. That is, VALUES
|
/external/icu4c/data/locales/ |
D | rof.txt | 160 "M4",
|
D | lu.txt | 217 "M4",
|
/external/valgrind/main/drd/scripts/ |
D | download-and-build-splash2.in | 100 M4 := m4 -s -Ulen -Uindex
|
/external/bison/darwin-lib/ |
D | config.h | 1810 #define M4 "/usr/bin/m4" macro
|