Searched refs:x1 (Results 1 - 25 of 768) sorted by relevance

1234567891011>>

/external/clang/test/PCH/
H A Dcmdline-include1.h1 enum { x1 }; enumerator in enum:__anon3542
H A Dcmdline-include.c6 int g = x1 + x2;
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
H A Dp1.cpp3 char x1[]("hello");
4 extern char x1[6];
/external/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp19 struct X1 { virtual void f(); } x1; variable in typeref:struct:X1
23 memset(&x1, 0, sizeof x1); // \
30 memmove(&x1, 0, sizeof x1); // \
33 memmove(0, &x1, sizeof x1); // \
36 memcpy(&x1, 0, sizeof x1); // \
39 memcpy(0, &x1, sizeo
[all...]
/external/clang/test/ASTMerge/Inputs/
H A Dtypedef1.c3 Typedef1 x1; variable
H A Dtypedef2.c3 Typedef1 x1; variable
H A Dvar1.c2 float **x1; variable
H A Dvar2.c2 double *x1; variable
/external/clang/test/Sema/
H A Darray-size.c5 int x1[1073741824 + 1]; // expected-error{{array is too large}} local
/external/valgrind/main/memcheck/tests/
H A Dbadrw.c9 char *x1; local
16 x1 = x-1;
25 y1 = *x1;
26 *x1 = y1;
/external/clang/test/Analysis/
H A Dstack-addr-ps.cpp33 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} local
34 const int &x2 = x1; // expected-note {{binding reference variable 'x2' here}}
45 int x1; local
46 int &x2 = x1; // expected-note {{binding reference variable 'x2' here}}
47 return &x2; // expected-warning{{Address of stack memory associated with local variable 'x1' returned}} expected-warning {{address of stack memory associated with local variable 'x1' returned}}
51 int x1; local
52 int *const &x2 = &x1; // expected-note {{binding reference variable 'x2' here}}
53 return x2; // expected-warning {{address of stack memory associated with local variable 'x1' returne
57 const int &x1 = get_value(); // expected-note {{binding reference variable 'x1' here}} local
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.link/
H A Dp7.cpp5 // CHECK: @x1 = global %struct.X zeroinitializer
12 X x1; variable
23 return x1;
/external/clang/test/Index/
H A Dcxx-operator-overload.cpp9 Cls x1, x2, x3; local
10 Cls x4 = x1 + x2 + x3;
28 // RUNx: index-test %t.ast -point-at %s:10:14 | grep 'DeclRefExpr x1'
/external/iptables/include/linux/netfilter/
H A Dxt_quota.h5 XT_QUOTA_INVERT = 0x1,
7 #define XT_QUOTA_MASK 0x1
/external/kernel-headers/original/linux/netfilter/
H A Dxt_quota.h5 XT_QUOTA_INVERT = 0x1,
7 #define XT_QUOTA_MASK 0x1
/external/webkit/PerformanceTests/SunSpider/tests/ubench/
H A Dfunction-excess-args.js1 function f(x0, x1, x2, x3, x4)
/external/valgrind/main/massif/tests/
H A Dlong-time.c10 int i, *x1, *x2, *x3, *x4; local
12 x1 = malloc( 800 * 1000);
14 free(x1);
/external/webkit/Source/WebCore/svg/
H A DSVGPathSegCurvetoQuadratic.h31 SVGPathSegCurvetoQuadratic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
35 , m_x1(x1)
54 float x1() const { return m_x1; } function in class:WebCore::SVGPathSegCurvetoQuadratic
55 void setX1(float x1) argument
57 m_x1 = x1;
77 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
79 return adoptRef(new SVGPathSegCurvetoQuadraticAbs(element, role, x, y, x1, y1));
83 SVGPathSegCurvetoQuadraticAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
84 : SVGPathSegCurvetoQuadratic(element, role, x, y, x1, y1)
94 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, floa argument
100 SVGPathSegCurvetoQuadraticRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1) argument
[all...]
H A DSVGPathSegCurvetoCubic.h31 SVGPathSegCurvetoCubic(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
35 , m_x1(x1)
56 float x1() const { return m_x1; } function in class:WebCore::SVGPathSegCurvetoCubic
57 void setX1(float x1) argument
59 m_x1 = x1;
95 static PassRefPtr<SVGPathSegCurvetoCubicAbs> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
97 return adoptRef(new SVGPathSegCurvetoCubicAbs(element, role, x, y, x1, y1, x2, y2));
101 SVGPathSegCurvetoCubicAbs(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
102 : SVGPathSegCurvetoCubic(element, role, x, y, x1, y1, x2, y2)
112 static PassRefPtr<SVGPathSegCurvetoCubicRel> create(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, floa argument
118 SVGPathSegCurvetoCubicRel(SVGPathElement* element, SVGPathSegRole role, float x, float y, float x1, float y1, float x2, float y2) argument
[all...]
/external/skia/src/animator/
H A DSkDrawLine.cpp26 SK_MEMBER(x1, Float),
36 SkLine::SkLine() : x1(0), x2(0), y1(0), y2(0) {
41 maker.fCanvas->drawLine(x1, y1, x2, y2, *maker.fPaint);
/external/libvpx/vpx_scale/
H A Dscale_mode.h23 SCALE_TO_FIT = 0x1,
/external/dropbear/libtommath/etc/
H A Dmersenne.c74 long x1, x2; local
78 x1 = x2;
79 x2 = x1 - ((x1 * x1) - x) / (2 * x1);
80 } while (x1 != x2);
82 if (x1 * x1 > x) {
83 --x1;
[all...]
/external/clang/test/CXX/expr/expr.post/expr.call/
H A Dp7-0x.cpp14 void f(X1 x1, X2 x2) { argument
15 vararg(x1); // okay
/external/clang/test/CXX/temp/temp.res/temp.local/
H A Dp1.cpp31 X1<42, i, &i> x1; (void)x1; local
/external/stlport/stlport/
H A Dalgorithm29 # define _STLP_OUTERMOST_HEADER_ID 0x1
34 #if (_STLP_OUTERMOST_HEADER_ID == 0x1)
45 #if (_STLP_OUTERMOST_HEADER_ID != 0x1) || defined (_STLP_IMPORT_VENDOR_STD)
53 #if (_STLP_OUTERMOST_HEADER_ID == 0x1 )

Completed in 427 milliseconds

1234567891011>>