HomeSort by relevance Sort by last modified time
    Searched refs:M4 (Results 1 - 25 of 30) sorted by null

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
M4.java 24 public class M4 {
27 public M4() {
30 public M4(M4 other) {
44 public M4 multiply(M4 other) {
45 M4 result = new M4();
GLShape.java 72 public void animateTransform(M4 transform) {
90 mTransform = new M4(mAnimateTransform);
96 public M4 mTransform;
97 public M4 mAnimateTransform;
Layer.java 92 M4 mTransform = new M4();
GLVertex.java 73 public void update(IntBuffer vertexBuffer, M4 transform) {
GLWorld.java 67 public void transformVertex(GLVertex vertex, M4 transform) {
  /external/clang/test/Preprocessor/
assembler-with-cpp.c 41 #define M4 expanded
42 #define M5() M4 ## (
  /external/clang/test/Misc/
macro-backtrace.c 7 #define M4(A, B) M3(A, B)
8 #define M5(A, B) M4(A, B)
  /external/bison/djgpp/
config.site 56 # A sane default for m4.
57 ac_cv_path_M4=${M4='/dev/env/DJDIR/bin/m4'}
  /external/llvm/include/llvm/Support/
CommandLine.h     [all...]
  /external/bison/
config.h 306 /* Define to the GNU M4 executable name. */
307 #define M4 "/usr/bin/m4"
config.hin 305 /* Define to the GNU M4 executable name. */
306 #undef M4
config.status 557 s,@M4@,/usr/bin/m4,;t t
935 ${ac_dA}M4${ac_dB}M4${ac_dC}"/usr/bin/m4"${ac_dD}
    [all...]
Makefile 44 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45 am__aclocal_m4_deps = $(top_srcdir)/m4/bison-i18n.m4 \
46 $(top_srcdir)/m4/c-working.m4 $(top_srcdir)/m4/cxx.m4 \
47 $(top_srcdir)/m4/dirname.m4 $(top_srcdir)/m4/dmalloc.m4
    [all...]
  /external/speex/libspeex/
math_approx.h 277 #define M4 4936
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
  /external/openssl/crypto/md5/asm/
md5-ia64.S 34 // {in,out}3 Block Value 4 M4
135 #define M4 in3
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/
MatrixBench.cpp 305 static SkBenchmark* M4(void* p) { return new DoubleConcatMatrixBench(p); }
311 static BenchRegistry gReg4(M4);
  /external/valgrind/main/drd/scripts/
download-and-build-splash2.in 97 -MACROS := \$(BASEDIR)/null_macros/c.m4.null
99 +MACROS := \$(BASEDIR)/null_macros/c.m4.null.POSIX_BARRIER
100 M4 := m4 -s -Ulen -Uindex
  /external/bison/data/
location.cc 22 # We do want M4 expansion after # for CPP macros.
lalr1.cc 22 m4_include(b4_pkgdatadir/[c++.m4])
32 # We do want M4 expansion after # for CPP macros.
Makefile 42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/m4/bison-i18n.m4 \
44 $(top_srcdir)/m4/c-working.m4 $(top_srcdir)/m4/cxx.m4 \
45 $(top_srcdir)/m4/dirname.m4 $(top_srcdir)/m4/dmalloc.m4
    [all...]
glr.c 22 m4_include(b4_pkgdatadir/[c.m4])
43 # This is not shared with yacc.c in c.m4 because GLR relies on ISO C
142 # We do want M4 expansion after # for CPP macros.
    [all...]
yacc.c 23 m4_include(b4_pkgdatadir/[c.m4])
74 # MIN to MAX (included). Overwrite the version from c.m4, which
134 # 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.
    [all...]
  /external/bison/src/
output.c 112 | Print to OUT a representation of STRING escaped both for C and M4. |
509 Test whether m4sugar.m4 is readable, to check for proper
512 char const m4sugar[] = "m4sugar/m4sugar.m4";
516 char const *m4 = (p = getenv ("M4")) ? p : M4;
532 /* Create an m4 subprocess connected to us via two pipes. */
536 m4, full_m4sugar, full_skeleton);
538 argv[0] = m4;
570 /* Read and process m4's output. *
515 char const *m4 = (p = getenv ("M4")) ? p : M4; local
    [all...]
  /external/bison/build-aux/
Makefile 42 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 am__aclocal_m4_deps = $(top_srcdir)/m4/bison-i18n.m4 \
44 $(top_srcdir)/m4/c-working.m4 $(top_srcdir)/m4/cxx.m4 \
45 $(top_srcdir)/m4/dirname.m4 $(top_srcdir)/m4/dmalloc.m4
    [all...]
  /external/bison/tests/
Makefile 41 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 am__aclocal_m4_deps = $(top_srcdir)/m4/bison-i18n.m4 \
43 $(top_srcdir)/m4/c-working.m4 $(top_srcdir)/m4/cxx.m4 \
44 $(top_srcdir)/m4/dirname.m4 $(top_srcdir)/m4/dmalloc.m4
    [all...]

Completed in 1076 milliseconds

1 2