Searched defs:x4 (Results 1 - 25 of 153) sorted by relevance

1234567

/external/llvm/test/MC/ELF/
H A Dsection-sym-redefine.s20 .section x4,"a",@progbits
22 .globl x4
24 x4: label
26 .long x4 // reloc: x4(global) + 0
48 // CHECK: Addend: 0x4
61 // CHECK: Offset: 0x4
63 // CHECK: Symbol: x4 (6)
95 // CHECK: Value: 0x4
130 // CHECK: Name: x4 (4
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.link/
H A Dp7.cpp6 // CHECK: @x4 = global %struct.X zeroinitializer
17 X x4; variable
27 return x4;
/external/clang/test/CodeGen/
H A Dms-declspecs.cpp8 __declspec(selectany) int x4; variable
14 // CHECK: @x4 = weak_odr global i32 0, comdat, align 4
H A Dattr-mode-enums.c20 T4 x4 = B4; local
44 return x1 + x2 + x3 + x4 + x5 + x6 + x7 + x8;
/external/clang/test/Sema/
H A Darray-size.c8 int x4[1073741824 - 1]; local
H A Dtentative-decls.c10 struct b x4; // expected-error{{tentative definition has type 'struct b' that is never completed}} \ variable in typeref:struct:b
/external/v8/src/
H A Darguments.cc11 double ClobberDoubleRegisters(double x1, double x2, double x3, double x4) { argument
15 return x1 * 1.01 + x2 * 2.02 + x3 * 3.03 + x4 * 4.04;
/external/valgrind/massif/tests/
H A Dlong-time.c10 int i, *x1, *x2, *x3, *x4; local
18 x4 = malloc( 900 * 1000);
19 free(x4);
/external/clang/test/CXX/temp/temp.names/
H A Dp3-0x.cpp8 Y<X<6>>1>> x4; // expected-error{{expected unqualified-id}} variable
/external/clang/test/Index/
H A Dcxx-operator-overload.cpp10 Cls x4 = x1 + x2 + x3; local
/external/clang/test/SemaCXX/
H A Ddependent-types.cpp9 T x4[]; // expected-error{{needs an explicit size or an initializer}} local
H A Dattr-selectany.cpp12 extern const int x4;
13 const __declspec(selectany) int x4 = 4; variable
H A Dcopy-initialization.cpp18 X x4 = fp; // expected-error{{no viable conversion}} local
H A Ddefault-constructor-initializers.cpp22 X4 x4; // expected-note {{first required here}} variable
/external/valgrind/memcheck/tests/
H A Dbadrw.c7 int *x4; local
14 x4 = x-4;
19 y4 = *x4;
20 *x4 = y4;
/external/clang/test/CXX/expr/expr.post/expr.call/
H A Dp7-0x.cpp25 void f(X1 x1, X2 x2, X3 x3, X4 x4) { argument
29 vararg(x4); // expected-error{{cannot pass object of non-trivial type 'X4' through variadic function; call will abort at runtime}}
/external/clang/test/CodeGenCXX/
H A Dpragma-visibility.cpp20 template<class T> struct x4 { struct
24 template<> int x4<int>::y = 10;
/external/clang/test/Frontend/
H A Dbackend-diagnostic.c27 void inlineAsmError(int x0, int x1, int x2, int x3, int x4, argument
30 "r" (x4),"r" (x5),"r" (x6),"r" (x7),"r" (x8),"r" (x9));
/external/eigen/test/
H A Dsmallvectors.cpp22 x4 = internal::random<Scalar>(); local
25 V4 v4(x1, x2, x3, x4);
34 VERIFY_IS_APPROX(x4, v4.w());
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dconvolve_ssse3.h74 // compensate the subtracted 64 in f[1]. x4 is always non negative.
75 const __m128i x4 = _mm_maddubs_epi16(s[1], _mm_set1_epi8(64)); local
80 temp = _mm_adds_epi16(temp, x4);
95 const __m128i x4 = _mm_maddubs_epi16(s[4], f[4]); local
104 temp = _mm_adds_epi16(temp, x4);
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
H A Dp1.cpp29 X2<int> x4; variable
/external/clang/test/Parser/
H A Dexpressions.c68 int x4 = _Alignof int; // expected-error {{expected parentheses around type name in _Alignof expression}} local
/external/freetype/src/base/
H A Dftpsprop.c55 FT_Int x1, y1, x2, y2, x3, y3, x4, y4; local
94 x4 = darken_params[6];
97 if ( x1 < 0 || x2 < 0 || x3 < 0 || x4 < 0 ||
99 x1 > x2 || x2 > x3 || x3 > x4 ||
109 driver->darken_params[6] = x4;
/external/libcxx/test/libcxx/utilities/memory/util.smartptr/
H A Drace_condition.pass.cpp39 Ptr x4 = x3.lock(); // increment shared count via lock local
/external/pdfium/public/
H A Dfpdf_doc.h46 FS_FLOAT x4; member in struct:_FS_QUADPOINTSF

Completed in 914 milliseconds

1234567