Searched refs:x2 (Results 101 - 125 of 1796) sorted by relevance

1234567891011>>

/external/libhevc/common/arm64/
H A Dihevc_inter_pred_luma_copy.s69 // x2 => src_strd
102 add x9,x0,x2 //pu1_src_tmp += src_strd
105 ld1 {v0.s}[0],[x9],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
108 ld1 {v0.s}[0],[x9],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
111 ld1 {v0.s}[0],[x9],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
139 add x9,x0,x2 //pu1_src_tmp += src_strd
143 ld1 {v1.8b},[x9],x2 //vld1_u8(pu1_src_tmp)
146 ld1 {v2.8b},[x9],x2 //vld1_u8(pu1_src_tmp)
148 ld1 {v3.8b},[x9],x2 //vld1_u8(pu1_src_tmp)
172 add x9,x0,x2 //pu1_src_tm
[all...]
H A Dihevc_inter_pred_chroma_copy.s88 //x2 => src_strd
122 ADD x7,x0,x2 //pu1_src_tmp += src_strd
125 LD1 {v0.s}[0],[x7],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
128 LD1 {v0.s}[0],[x7],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
131 LD1 {v0.s}[0],[x7],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
153 ADD x7,x0,x2 //pu1_src_tmp += src_strd
156 LD1 {v0.s}[0],[x7],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0)
175 ADD x7,x0,x2 //pu1_src_tmp += src_strd
179 LD1 {v1.8b},[x7],x2 //vld1_u8(pu1_src_tmp)
182 LD1 {v2.8b},[x7],x2 //vld1_u
[all...]
H A Dihevc_inter_pred_chroma_vert.s93 //x2 => src_strd
118 sub x0,x0,x2 //pu1_src - src_strd
138 lsl x12,x2,#1 //2*src_strd
144 add x6,x0,x2 //pu1_src +src_strd
145 ld1 {v17.8b},[x6],x2 //loads pu1_src
149 ld1 {v4.8b},[x6],x2 //loads incremented src
151 ld1 {v16.8b},[x6],x2 //loads incremented src
181 lsl x7,x2,#1 //2*src_strd
186 add x6,x0,x2 //pu1_src + src_strd
190 ld1 {v6.s}[1],[x6],x2 //load
[all...]
H A Dihevc_inter_pred_chroma_vert_w16out.s93 //x2 => src_strd
120 sub x0,x0,x2 //pu1_src - src_strd
140 lsl x12,x2,#1 //2*src_strd
147 add x6,x0,x2 //pu1_src +src_strd
148 ld1 {v17.8b},[x6],x2 //loads pu1_src
152 ld1 {v4.8b},[x6],x2 //loads incremented src
154 ld1 {v16.8b},[x6],x2 //loads incremented src
182 lsl x7,x2,#1 //2*src_strd
187 add x6,x0,x2 //pu1_src + src_strd
191 ld1 {v6.s}[1],[x6],x2 //load
[all...]
/external/bluetooth/bluedroid/gki/ulinux/
H A Ddata_types.h53 #define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3))
54 #define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DBoxShape.cpp75 float x2 = rect.x(); local
83 x2 = rect.maxX();
87 x2 = std::max<float>(x2, maxXIntercept);
92 x2 = std::max<float>(x2, maxXIntercept);
95 ASSERT(x2 >= x1);
96 return LineSegment(x1, x2);
/external/chromium_org/third_party/WebKit/Source/platform/heap/asm/
H A DSaveRegisters_arm64.S54 mov x3, x2
55 mov x2, sp
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-r4998.js40 var x2 = 3;
56 x2 = 258;
/external/clang/test/CXX/dcl.decl/dcl.meaning/
H A Dp1.cpp5 template<typename T> struct x2;
13 struct PR8019::x2 { }; // expected-error{{non-friend class member 'x2' cannot have a qualified name}} struct in class:PR8019::y::PR8019
/external/clang/test/CXX/except/except.spec/
H A Dp14-ir.cpp28 void test(X2 x2, X3 x3, X5 x5) { argument
33 X2 x2a(x2);
/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
27 vararg(x2); // expected-error{{cannot pass object of non-trivial type 'X2' through variadic function; call will abort at runtime}}
/external/clang/test/Sema/
H A Dattr-regparm.c5 __attribute((regparm(-1))) int x2(void); // expected-error{{'regparm' parameter must be between 0 and 3 inclusive}}
/external/clang/test/SemaCXX/
H A Dwarn-bad-memaccess.cpp25 struct X2 : virtual S1 {} x2; variable in typeref:struct:X2
36 memset(&x2, 0, sizeof x2); // \
62 __builtin_memset(&x2, 0, sizeof x2); // \
82 __builtin___memset_chk(&x2, 0, sizeof x2, sizeof x2); // \
/external/llvm/test/MC/AArch64/
H A Darm64-large-relocs.s4 movz x2, #:abs_g0:sym
6 // CHECK: movz x2, #:abs_g0:sym // encoding: [0bAAA00010,A,0b100AAAAA,0xd2]
H A Darm64-memory.s10 ldr x2, [sp, #32]
19 ldrb w3, [x2, "+[Test method].var"@PAGEOFF]
21 ldrsb x2, [sp, #128]
29 prfm pldl1keep, [x2]
30 prfm pldl1strm, [x2]
31 prfm pldl2keep, [x2]
32 prfm pldl2strm, [x2]
33 prfm pldl3keep, [x2]
34 prfm pldl3strm, [x2]
35 prfm pstl1keep, [x2]
[all...]
H A Darm64-arithmetic-encoding.s9 adc x1, x2, x3
14 ; CHECK: adc x1, x2, x3 ; encoding: [0x41,0x00,0x03,0x9a]
19 sbc x1, x2, x3
21 sbcs x1, x2, x3
24 ; CHECK: sbc x1, x2, x3 ; encoding: [0x41,0x00,0x03,0xda]
26 ; CHECK: sbcs x1, x2, x3 ; encoding: [0x41,0x00,0x03,0xfa]
164 ; CHECK: add x2, x2, x2 ; encoding: [0x42,0x00,0x02,0x8b]
188 add x1, x2, w
[all...]
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_curves.cpp29 FX_FLOAT x2, FX_FLOAT y2,
36 bezier(x1, y1, x2, y2, x3, y3, x4, y4);
40 FX_FLOAT x2, FX_FLOAT y2,
48 FX_FLOAT x12 = (x1 + x2) / 2;
50 FX_FLOAT x23 = (x2 + x3) / 2;
62 FX_FLOAT d2 = FXSYS_fabs(FXSYS_Mul(x2 - x4, dy) - FXSYS_Mul(y2 - y4, dx));
67 if(FXSYS_fabs(x1 + x3 - x2 - x2) +
69 FXSYS_fabs(x2 + x4 - x3 - x3) +
101 FX_FLOAT x2, FX_FLOA
28 init(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4) argument
39 recursive_bezier(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4, unsigned level) argument
100 bezier(FX_FLOAT x1, FX_FLOAT y1, FX_FLOAT x2, FX_FLOAT y2, FX_FLOAT x3, FX_FLOAT y3, FX_FLOAT x4, FX_FLOAT y4) argument
[all...]
/external/pixman/pixman/
H A Dpixman-filter.c149 * aligns @x1 in @kernel1 with @x2 in @kernel2 and
158 pixman_kernel_t kernel2, double scale, double x2,
169 integral (kernel1, x1, kernel2, scale, x2, - x1) +
170 integral (kernel1, 0, kernel2, scale, x2 - x1, width + x1);
172 else if (x2 < 0 && x2 + width > 0)
175 integral (kernel1, x1, kernel2, scale, x2, - x2) +
176 integral (kernel1, x1 - x2, kernel2, scale, 0, width + x2);
157 integral(pixman_kernel_t kernel1, double x1, pixman_kernel_t kernel2, double scale, double x2, double width) argument
243 int x, x1, x2; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DObjectPainter.cpp96 void ObjectPainter::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, argument
104 length = x2 - x1;
106 thickness = x2 - x1;
124 drawDashedOrDottedBoxSide(graphicsContext, x1, y1, x2, y2, side,
128 drawDoubleBoxSide(graphicsContext, x1, y1, x2, y2, length, side, color,
133 drawRidgeOrGrooveBoxSide(graphicsContext, x1, y1, x2, y2, side, color,
147 drawSolidBoxSide(graphicsContext, x1, y1, x2, y2, side, color, adjacentWidth1, adjacentWidth2, antialias);
152 void ObjectPainter::drawDashedOrDottedBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, argument
168 graphicsContext->drawLine(IntPoint(x1, (y1 + y2) / 2), IntPoint(x2, (y1 + y2) / 2));
172 graphicsContext->drawLine(IntPoint((x1 + x2) /
179 drawDoubleBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, int length, BoxSide side, Color color, int thickness, int adjacentWidth1, int adjacentWidth2, bool antialias) argument
255 drawRidgeOrGrooveBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, BoxSide side, Color color, EBorderStyle style, int adjacentWidth1, int adjacentWidth2, bool antialias) argument
299 drawSolidBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, BoxSide side, Color color, int adjacentWidth1, int adjacentWidth2, bool antialias) argument
[all...]
/external/ceres-solver/internal/ceres/
H A Dproblem.cc75 double* x0, double* x1, double* x2) {
78 x0, x1, x2);
84 double* x0, double* x1, double* x2, double* x3) {
87 x0, x1, x2, x3);
93 double* x0, double* x1, double* x2, double* x3, double* x4) {
96 x0, x1, x2, x3, x4);
102 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) {
105 x0, x1, x2, x3, x4, x5);
111 double* x0, double* x1, double* x2, double* x3, double* x4, double* x5,
115 x0, x1, x2, x
72 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2) argument
81 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3) argument
90 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4) argument
99 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5) argument
108 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6) argument
118 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7) argument
128 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8) argument
138 AddResidualBlock( CostFunction* cost_function, LossFunction* loss_function, double* x0, double* x1, double* x2, double* x3, double* x4, double* x5, double* x6, double* x7, double* x8, double* x9) argument
[all...]
/external/chromium_org/base/message_loop/
H A Dmessage_pump_dispatcher.h28 POST_DISPATCH_PERFORM_DEFAULT = 0x2,
/external/chromium_org/cc/animation/
H A Dtiming_function.cc16 double x1, double y1, double x2, double y2) {
17 return make_scoped_ptr(new CubicBezierTimingFunction(x1, y1, x2, y2));
22 double x2,
24 : bezier_(x1, y1, x2, y2) {}
15 Create( double x1, double y1, double x2, double y2) argument
20 CubicBezierTimingFunction(double x1, double y1, double x2, double y2) argument
/external/chromium_org/media/formats/mp2t/
H A Dts_section.h17 kPidTsdt = 0x2,
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dosmman.h11 #define PROT_WRITE 0x2
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFilterAnimationCurve.h49 virtual void add(const WebFilterKeyframe&, double x1, double y1, double x2, double y2) = 0;

Completed in 681 milliseconds

1234567891011>>