HomeSort by relevance Sort by last modified time
    Searched defs:M4 (Results 1 - 16 of 16) 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, nullptr, Flags, EC);
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,
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 = Memory::allocateMappedMemory(16, nullptr, Flags, EC)
    [all...]
  /external/chromium_org/third_party/opus/src/celt/
mathops.h 224 #define M4 4936
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
  /external/libopus/celt/
mathops.h 224 #define M4 4936
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
  /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/poly1305/
poly1305_vec.c 333 xmmi M0,M1,M2,M3,M4;
372 M4 = _mm_or_si128(_mm_srli_epi64(T6, 40), HIBIT);
379 T5 = _mm_mul_epu32(M4, p->S21.v); T6 = _mm_mul_epu32(M4, p->S22.v); T0 = _mm_add_epi64(T0, T5); T1 = _mm_add_epi64(T1, T6);
384 T5 = _mm_mul_epu32(M4, p->S23.v); T6 = _mm_mul_epu32(M4, p->S24.v); T2 = _mm_add_epi64(T2, T5); T3 = _mm_add_epi64(T3, T6);
389 T5 = _mm_mul_epu32(M4, p->R20.v); T4 = _mm_add_epi64(T4, T5);
399 M4 = _mm_or_si128(_mm_srli_epi64(T6, 40), HIBIT);
405 T4 = _mm_add_epi64(T4, M4);
441 xmmi M0,M1,M2,M3,M4;
    [all...]
  /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 734 milliseconds