Searched refs:x0 (Results 501 - 525 of 1819) sorted by relevance

<<21222324252627282930>>

/external/llvm/test/MC/MachO/ARM/
H A Ddarwin-Thumb-reloc.s64 @ CHECK: ('word-1', 0x0)),
66 @ CHECK: (('word-0', 0x0),
/external/llvm/test/MC/PowerPC/
H A Dppc-llong.s19 # CHECK-NEXT: Address: 0x0
H A Dppc-word.s19 # CHECK-NEXT: Address: 0x0
/external/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_quad_depth_test.c68 int x = quad->input.x0 % TILE_SIZE + (j & 1);
75 int x = quad->input.x0 % TILE_SIZE + (j & 1);
83 int x = quad->input.x0 % TILE_SIZE + (j & 1);
92 int x = quad->input.x0 % TILE_SIZE + (j & 1);
100 int x = quad->input.x0 % TILE_SIZE + (j & 1);
108 int x = quad->input.x0 % TILE_SIZE + (j & 1);
115 int x = quad->input.x0 % TILE_SIZE + (j & 1);
134 const float fx = (float) quad->input.x0;
263 int x = quad->input.x0 % TILE_SIZE + (j & 1);
271 int x = quad->input.x0
[all...]
H A Dsp_quad_depth_test_tmp.h54 const unsigned ix = quads[0]->input.x0;
78 const int dx = quads[i]->input.x0 - ix;
H A Dsp_tex_sample.c639 int x0, int y0,
643 out[0] = get_texel_2d_no_border( samp, addr, x0, y0 );
645 out[2] = get_texel_2d_no_border( samp, addr, x0, y1 );
654 int x0, int y0,
658 out[0] = get_texel_2d( samp, addr, x0, y0 );
661 out[2] = get_texel_2d( samp, addr, x0, y1 );
807 int x0 = uflr & (xpot - 1); local
817 if (x0 < xmax && y0 < ymax) {
818 get_texel_quad_2d_no_border_single_tile(samp, addr, x0, y0, tx);
821 unsigned x1 = (x0
637 get_texel_quad_2d_no_border(const struct sp_sampler_variant *samp, union tex_tile_address addr, int x0, int y0, int x1, int y1, const float *out[4]) argument
652 get_texel_quad_2d(const struct sp_sampler_variant *samp, union tex_tile_address addr, int x0, int y0, int x1, int y1, const float *out[4]) argument
862 int x0 = uflr & (xpot - 1); local
897 int x0, y0; local
1181 int x0, x1; local
1218 int x0, x1, layer; local
1256 int x0, y0, x1, y1; local
1300 int x0, y0, x1, y1, layer; local
1345 int x0, y0, x1, y1; local
1390 int x0, x1, y0, y1, z0, z1; local
[all...]
H A Dsp_setup.c136 if (quad->input.x0 >= maxx ||
138 quad->input.x0 + 1 < minx ||
141 quad->inout.mask = 0x0;
144 if (quad->input.x0 < minx)
148 if (quad->input.x0 == maxx - 1)
235 setup->quad[q].input.x0 = lx;
1042 if (quadX != setup->quad[0].input.x0 ||
1047 if (setup->quad[0].input.x0 != -1)
1050 setup->quad[0].input.x0 = quadX;
1052 setup->quad[0].inout.mask = 0x0;
1069 int x0 = (int) v0[0][0]; local
[all...]
/external/skia/include/core/
H A DSkAdvancedTypefaceMetrics.h45 kEmpty_FontFlag = 0x0, //!<No flags set
79 kNo_PerGlyphInfo = 0x0, // Don't populate any per glyph info.
/external/openssl/crypto/aes/asm/
H A Daesv8-armx-64.S23 ld1 {v3.16b},[x0],#16
85 ld1 {v4.8b},[x0],#8
120 ld1 {v4.16b},[x0]
159 eor x0,x0,x0 // return value
174 add x0,x2,x12,lsl#4 // end of key schedule
177 ld1 {v1.4s},[x0]
178 st1 {v0.4s},[x0],x4
183 ld1 {v1.4s},[x0]
[all...]
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc29 // x0: number of arguments to the constructor function
37 descriptor->Initialize(x0, deopt_handler, constant_stack_parameter_count,
71 descriptor->Initialize(x0, deopt_handler, constant_stack_parameter_count,
109 x0.Is(descriptor.GetEnvironmentParameterRegister(param_count - 1)));
214 Register result = x0;
317 // Return non-zero - x0 already contains a non-zero pointer.
318 DCHECK(left.is(x0) || right.is(x0));
356 DCHECK((left.is(x0) && right.is(x1)) ||
357 (right.is(x0)
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
H A Dsp_tex_sample.c639 int x0, int y0,
643 out[0] = get_texel_2d_no_border( samp, addr, x0, y0 );
645 out[2] = get_texel_2d_no_border( samp, addr, x0, y1 );
654 int x0, int y0,
658 out[0] = get_texel_2d( samp, addr, x0, y0 );
661 out[2] = get_texel_2d( samp, addr, x0, y1 );
807 int x0 = uflr & (xpot - 1); local
817 if (x0 < xmax && y0 < ymax) {
818 get_texel_quad_2d_no_border_single_tile(samp, addr, x0, y0, tx);
821 unsigned x1 = (x0
637 get_texel_quad_2d_no_border(const struct sp_sampler_variant *samp, union tex_tile_address addr, int x0, int y0, int x1, int y1, const float *out[4]) argument
652 get_texel_quad_2d(const struct sp_sampler_variant *samp, union tex_tile_address addr, int x0, int y0, int x1, int y1, const float *out[4]) argument
862 int x0 = uflr & (xpot - 1); local
897 int x0, y0; local
1181 int x0, x1; local
1218 int x0, x1, layer; local
1256 int x0, y0, x1, y1; local
1300 int x0, y0, x1, y1, layer; local
1345 int x0, y0, x1, y1; local
1390 int x0, x1, y0, y1, z0, z1; local
[all...]
H A Dsp_setup.c136 if (quad->input.x0 >= maxx ||
138 quad->input.x0 + 1 < minx ||
141 quad->inout.mask = 0x0;
144 if (quad->input.x0 < minx)
148 if (quad->input.x0 == maxx - 1)
235 setup->quad[q].input.x0 = lx;
1042 if (quadX != setup->quad[0].input.x0 ||
1047 if (setup->quad[0].input.x0 != -1)
1050 setup->quad[0].input.x0 = quadX;
1052 setup->quad[0].inout.mask = 0x0;
1069 int x0 = (int) v0[0][0]; local
[all...]
H A Dsp_quad_stipple.c31 const int col0 = quad->input.x0 % 32;
/external/libhevc/common/arm64/
H A Dihevc_sao_edge_offset_class1.s51 //x0 => *pu1_src
85 ADD x10,x0,x9 //pu1_src[row * src_strd + wd - 1]
97 ADD x12,x12,x0 //pu1_src[(ht - 1) * src_strd]
101 ADD x20,x0,x1 //pu1_src += src_strd
102 csel x0, x20, x0,EQ
125 SUB x20,x0,x1 //pu1_src -= src_strd
129 MOV x10,x0 //*pu1_src
132 LD1 {v3.16b},[x0],#16 //pu1_cur_row = vld1q_u8(pu1_src)
262 SUB x20,x0,x
[all...]
H A Dihevc_intra_pred_chroma_mode_27_to_33.s117 add x8,x0,x7 //pu1_ref + four_nt
146 add x0,x2,x3
218 st1 {v14.8b},[x0],x3 //(ii)
235 st1 {v18.8b},[x0],x3 //(iii)
252 st1 {v22.8b},[x0],x3 //(iv)
267 st1 {v10.8b},[x0],x3 //(v)
305 st1 {v14.8b},[x0],x3 //(vi)
328 st1 {v18.8b},[x0],x3 //(vii)
337 st1 {v22.8b},[x0] //(viii)
346 add x0,x
[all...]
H A Dihevc_intra_pred_luma_mode_27_to_33.s83 //x0 => *pu1_ref
122 add x8,x0,x7 //pu1_ref + two_nt
151 add x0,x2,x3
223 st1 {v14.8b},[x0],x3 //(ii)
240 st1 {v18.8b},[x0],x3 //(iii)
257 st1 {v22.8b},[x0],x3 //(iv)
272 st1 {v10.8b},[x0],x3 //(v)
310 st1 {v14.8b},[x0],x3 //(vi)
334 st1 {v18.8b},[x0],x3 //(vii)
343 st1 {v22.8b},[x0] //(vii
[all...]
/external/pdfium/core/src/fxge/fontdata/chromefontdata/
H A DFoxitSerifItalic.c8 0x0, 0x4, 0x2, 0x0, 0x1, 0x1, 0x1, 0x15,
11 0x61, 0x6c, 0x69, 0x63, 0x0, 0x1, 0x1, 0x1,
12 0x2a, 0xf8, 0x10, 0x0, 0xf8, 0x1c, 0x1, 0xf8,
17 0xd6, 0x12, 0x0, 0x4, 0x1, 0x1, 0x5, 0x2f,
28 0x66, 0x20, 0x4f, 0x54, 0x46, 0x0, 0x0, 0x1,
29 0x0, 0x1, 0x6, 0x0, 0x68, 0x0,
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dextension_creator.h34 kNoRunFlags = 0x0,
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_params_test_utils.h16 HAS_NOTHING = 0x0,
/external/chromium_org/content/browser/web_contents/aura/
H A Dshadow_layer_delegate.cc16 const SkColor kShadowLightColor = SkColorSetARGB(0x0, 0, 0, 0);
/external/chromium_org/mojo/android/javatests/src/org/chromium/mojo/bindings/
H A DBindingsHelperTest.java37 String s = new StringBuilder().appendCodePoint(0x0).appendCodePoint(0x80).
/external/chromium_org/net/dns/
H A Ddns_protocol.h91 static const uint8 kLabelDirect = 0x0;
/external/chromium_org/net/ssl/
H A Dssl_cipher_suite_names_unittest.cc61 EXPECT_FALSE(IsSecureTLSCipherSuite(0x0));
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketFrame.h41 OpCodeContinuation = 0x0,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
H A Ddraw_pipe_stipple.c131 float x0 = pos0[0]; local
136 float dx = x0 > x1 ? x0 - x1 : x1 - x0;

Completed in 602 milliseconds

<<21222324252627282930>>