HomeSort by relevance Sort by last modified time
    Searched defs:M4 (Results 1 - 15 of 15) sorted by null

  /external/clang/test/Preprocessor/
assembler-with-cpp.c 41 #define M4 expanded
42 #define M5() M4 ## (
  /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();
  /external/clang/test/Misc/
macro-backtrace.c 7 #define M4(A, B) M3(A, B)
8 #define M5(A, B) M4(A, B)
  /external/libsepol/tests/
Makefile 0 M4 ?= m4
38 $(M4) $(M4PARAMS) $^ > $@
41 $(M4) $(M4PARAMS) -D enable_mls $^ > $@
  /external/llvm/unittests/Support/
MemoryTest.cpp 92 MemoryBlock M4 = Memory::allocateMappedMemory(16, 0, Flags, EC);
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);
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 = Memory::allocateMappedMemory(16, 0, Flags, EC)
    [all...]
  /external/skia/bench/
InterpBench.cpp 160 static SkBenchmark* M4(void* p) { return new DoubleInterp(p); }
166 static BenchRegistry gReg4(M4);
  /external/chromium_org/third_party/opus/src/celt/
mathops.h 203 #define M4 4936
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
  /external/chromium_org/third_party/mesa/src/src/mesa/sparc/
sparc_matrix.h 39 #define M4 %f20
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/
sparc_matrix.h 39 #define M4 %f20
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/
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/chromium_org/third_party/openssl/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/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/bison/darwin-lib/
config.h     [all...]
  /external/bison/linux-lib/
config.h     [all...]
  /external/bison/lib/
config.in.h     [all...]

Completed in 252 milliseconds