Searched refs:x1 (Results 101 - 125 of 1008) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dattr-regparm.c4 __attribute((regparm(1.0))) int x1(void); // expected-error{{'regparm' attribute requires integer constant}}
H A Dtypeof-use-deprecated.c17 bar x1; // expected-warning {{'bar' is deprecated}} variable
19 int main() { typeof(x1) y; } // expected-warning {{'foo' is deprecated}}
H A Dexpr-address-of.c44 register int *x1; local
45 int *_dummy1 = &(*(x1 + 1));
55 register int x1[10]; local
56 int *_dummy1 = &(*(x1 + 1)); // fixme-error {{address of register variable requested}}
/external/clang/test/SemaCXX/
H A Dconverting-constructor.cpp44 void x1(X1);
46 x1(1);
H A Dwarn-dangling-field.cpp27 X &x1, *x2; member in struct:S3
28 S3(Y y) : x1(y), x2(y) {} // no-warning: conversion operator
H A Ddependent-types.cpp6 T x1; local
/external/compiler-rt/lib/ppc/
H A Dfloatditf.c12 static const double twop32 = 0x1.0p32;
13 static const double twop52 = 0x1.0p52;
16 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */
/external/oprofile/gui/
H A Doprof_start_util.h27 inline double ratio(double x1, double x2) argument
29 return fabs(((x1 - x2) / x2)) * 100;
/external/v8/test/mjsunit/compiler/
H A Dregress-gap.js75 function two_cycles(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
83 tmp = x1;
84 x1 = x2;
90 return v1 + x1;
93 function two_cycles_while(n, v1, v2, v3, v4, v5, x1, x2, x3, x4, x5) {
102 tmp = x1;
103 x1 = x2;
110 return v1 + x1;
/external/v8/test/mjsunit/regress/
H A Dregress-r4998.js39 var x1 = 3;
55 x1 = 257;
/external/webkit/Source/WebCore/svg/
H A DSVGLineElement.idl34 readonly attribute SVGAnimatedLength x1;
H A DSVGLinearGradientElement.idl29 readonly attribute SVGAnimatedLength x1;
H A DSVGPathSegCurvetoCubicAbs.idl32 attribute [StrictTypeChecking] float x1;
H A DSVGPathSegCurvetoCubicRel.idl32 attribute [StrictTypeChecking] float x1;
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp37 // (4x(x3), 4x(x2), 4x(x1), 4x(x0)) upon return.
39 // (4x(16 - x3), 4x(16 - x2), 4x(16 - x1), 4x(16 - x0))
48 int* x1) {
58 _mm_storeu_si128(reinterpret_cast<__m128i *>(x1), x1_wide);
62 // (4x(x3), 4x(x2), 4x(x1), 4x(x0))
66 // (4x(16-x3), 4x(16-x2), 4x(16-x1), 4x(16-x0))
73 // will contain (4x(x1, 16-x1), 4x(x0, 16-x0))
76 // (Aa2 * (16 - x1) + Aa3 * x1,
40 PrepareConstantsTwoPixelPairs(const uint32_t* xy, const __m128i& mask_3FFF, const __m128i& mask_000F, const __m128i& sixteen_8bit, const __m128i& mask_dist_select, __m128i* all_x_result, __m128i* sixteen_minus_x, int* x0, int* x1) argument
228 ProcessTwoPixelPairs(const uint32_t* row0, const uint32_t* row1, const int* x0, const int* x1, const __m128i& scale_x, const __m128i& all_y, const __m128i& neg_y, const __m128i& alpha) argument
345 int x1[4]; local
382 unsigned x1 = xx & 0x3FFF; local
417 int x1[4]; local
456 const unsigned x1 = xx & 0x3FFF; local
[all...]
/external/qemu/android/skin/
H A Drect.c150 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
154 if (b.x1 >= a.x1 && b.x2 <= a.x2 && b.y1 >= a.y1 && b.y2 <= a.y2) {
170 if (a.x2 <= b.x1 || b.x2 <= a.x1 || a.y2 <= b.y1 || b.y2 <= a.y1) {
175 r.x1 = (a.x1 > b.x1) ? a.x1
[all...]
/external/clang/test/ASTMerge/Inputs/
H A Denum1.c6 } x1; variable in typeref:enum:E1
H A Denum2.c6 } x1; variable in typeref:enum:E1
/external/clang/test/CXX/dcl.decl/dcl.init/
H A Dp6.cpp13 const NoUserDefault x1; // expected-error{{default initialization of an object of const type 'const NoUserDefault' requires a user-provided default constructor}} local
/external/clang/test/CXX/temp/temp.arg/temp.arg.type/
H A Dp2-cxx0x.cpp14 X<A> x1; local
/external/clang/test/CXX/temp/temp.names/
H A Dp3-0x.cpp4 X< 1>2 > x1; // expected-error{{expected unqualified-id}} variable
/external/clang/test/CodeGenCXX/
H A Danonymous-union-member-initializer.cpp36 X x1; local
39 x1.l = 1;
42 X x2(x1);
46 x3 = x1;
/external/clang/test/PCH/
H A Dpr4489.c39 void x1(void) function
/external/iproute2/include/linux/tc_act/
H A Dtc_skbedit.h27 #define SKBEDIT_F_PRIORITY 0x1
/external/iptables/include/linux/netfilter/
H A Dxt_NFLOG.h6 #define XT_NFLOG_DEFAULT_GROUP 0x1

Completed in 449 milliseconds

1234567891011>>