Searched refs:x0 (Results 376 - 400 of 1819) sorted by relevance

<<11121314151617181920>>

/external/kernel-headers/original/uapi/linux/dvb/
H A Dosd.h34 OSD_Open, // (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0))
49 OSD_SetColor, // (color,R{x0},G{y0},B{x1},opacity{y1})
57 OSD_SetPalette, // (firstcolor{color},lastcolor{x0},data)
65 OSD_SetPixel, // (x0,y0,color)
68 OSD_GetPixel, // (x0,y0)
70 OSD_SetRow, // (x0,y0,x1,data)
71 // fills pixels x0,y through x1,y with the content of data[]
73 OSD_SetBlock, // (x0,y0,x1,y1,increment{color},data)
74 // fills pixels x0,y0 through x1,y1 with the content of data[]
78 OSD_FillRow, // (x0,y
102 int x0; member in struct:osd_cmd_s
[all...]
/external/libhevc/common/arm64/
H A Dihevc_inter_pred_filters_luma_vert.s99 // x0 => *pu1_src
131 add x0,x0,x12 //x0->pu1_src x12->pi1_coeff
145 stp x0,x1, [sp, #-16]!
158 and x10, x0, #31
159 add x3,x0,x2 //pu1_src_tmp += src_strd//
161 ld1 {v0.8b},[x0],#8 //src_tmp1 = vld1_u8(pu1_src_tmp)//
184 add x20,x0,x8
185 csel x0, x2
[all...]
H A Dihevc_inter_pred_filters_luma_vert_w16out.s55 // x0 => *pu1_src
86 add x0,x0,x12 //x0->pu1_src x12->pi1_coeff
100 stp x0,x1, [sp, #-16]!
114 and x10, x0, #31
115 add x3,x0,x2 //pu1_src_tmp += src_strd//
118 ld1 {v0.8b},[x0],#8 //src_tmp1 = vld1_u8(pu1_src_tmp)//
138 add x20,x0,x8
139 csel x0, x2
[all...]
/external/libunwind/src/aarch64/
H A Doffsets.h7 #define LINUX_UC_FLAGS_OFF 0x0
/external/libvorbis/doc/
H A D09-helper.tex99 "render_point(x0,y0,x1,y1,X)" is used to find the Y value at point X
100 along the line specified by x0, x1, y0 and y1. This function uses an
106 2) [adx] = [x1] - [x0]
108 4) [err] = [ady] * ([X] - [x0])
128 "render_line(x0, y0, x1, y1, v)" to construct an integer floor
136 2) [adx] = [x1] - [x0]
139 5) [x] = [x0]
156 13) iterate [x] over the range [x0]+1 ... [x1]-1 {
/external/linux-tools-perf/perf-3.12.0/arch/arm64/lib/
H A Dmemcpy.S24 * x0 - dest
28 * x0 - dest
31 mov x4, x0
H A Dmemset.S24 * x0 - buf
28 * x0 - buf
31 mov x4, x0
/external/llvm/test/MC/ARM/
H A Deh-directive-text-section.s80 @ CHECK: 0x0 R_ARM_PREL31 .text 0x0
81 @ CHECK: 0x0 R_ARM_NONE __aeabi_unwind_cpp_pr0 0x0
H A Dfconst.s4 fconsts s4, #0x0
6 fconstd d3, #0x0
/external/llvm/test/MC/Mips/
H A Dmips-data-directives.s25 # CHECK-OBJ: 0xC R_MIPS_32 .data 0x0
26 # CHECK-OBJ: 0x10 R_MIPS_64 .data 0x0
/external/llvm/test/MC/PowerPC/
H A Dtls-gd-obj.s41 .long 0 # 0x0
H A Dtls-ld-obj.s43 .long 0 # 0x0
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_flush.c48 __FUNCTION__, fence ? *fence : 0x0);
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_composite.h30 int x0, int y0, int x1, int y1);
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_reg.h28 #define CMD_MI (0x0 << 29)
110 #define TEXCOORDFMT_2D 0x0
231 #define PRIM3D_TRILIST (0x0<<18)
259 #define BR13_8 (0x0 << 24)
/external/qemu/android/utils/
H A Dmapfile.h35 #define PROT_NONE 0x0
/external/qemu/include/qapi/qmp/
H A Ddispatch.h30 QCO_NO_OPTIONS = 0x0,
/external/skia/include/utils/
H A DSkCullPoints.h41 bool sect_test(int x0, int y0, int x1, int y1) const;
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
H A DBaseDexReaderSleb128Test.java41 performTest(0x0, new byte[]{0x0, 0x11}, 1);
142 performTest(0x3e05, new byte[]{(byte)0x85, (byte)0xfc, 0x0});
143 performTest(0x5f, new byte[]{(byte)0xdf, 0x0});
155 performTest(0x5c, new byte[]{(byte)0xdc, 0x0});
159 performTest(0x4f, new byte[]{(byte)0xcf, 0x0});
166 performTest(0x179d8d, new byte[]{(byte)0x8d, (byte)0xbb, (byte)0xde, 0x0});
169 performTest(0xc9b53e8, new byte[]{(byte)0xe8, (byte)0xa7, (byte)0xed, (byte)0xe4, 0x0});
174 performTest(0x13d330, new byte[]{(byte)0xb0, (byte)0xa6, (byte)0xcf, 0x0});
183 performTest(0x1bf9b2, new byte[]{(byte)0xb2, (byte)0xf3, (byte)0xef, 0x0});
[all...]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
H A DDexWriterSleb128Test.java54 performTest(0x0, new byte[]{0x0, 0x11}, 1);
145 performTest(0x3e05, new byte[]{(byte)0x85, (byte)0xfc, 0x0});
146 performTest(0x5f, new byte[]{(byte)0xdf, 0x0});
158 performTest(0x5c, new byte[]{(byte)0xdc, 0x0});
162 performTest(0x4f, new byte[]{(byte)0xcf, 0x0});
169 performTest(0x179d8d, new byte[]{(byte)0x8d, (byte)0xbb, (byte)0xde, 0x0});
172 performTest(0xc9b53e8, new byte[]{(byte)0xe8, (byte)0xa7, (byte)0xed, (byte)0xe4, 0x0});
177 performTest(0x13d330, new byte[]{(byte)0xb0, (byte)0xa6, (byte)0xcf, 0x0});
186 performTest(0x1bf9b2, new byte[]{(byte)0xb2, (byte)0xf3, (byte)0xef, 0x0});
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dcu12.c292 uint8_t exxx_1[3] = { 0x0, 0x80, 0x80 };
293 uint8_t exxx_2[3] = { 0x0, 0xbf, 0x80 };
294 uint8_t exxx_3[3] = { 0x0, 0x80, 0xbf };
295 uint8_t exxx_4[3] = { 0x0, 0xbf, 0xbf };
333 uint8_t exxx_1[3] = { 0x0, 0x7f, 0x80 };
334 uint8_t exxx_2[3] = { 0x0, 0xc0, 0x80 };
349 uint8_t exxx_1[3] = { 0x0, 0xab, 0x7f };
350 uint8_t exxx_2[3] = { 0x0, 0xab, 0xc0 };
456 uint8_t fxxx_1[4] = { 0x0, 0x7f, 0x80, 0x80 };
457 uint8_t fxxx_2[4] = { 0x0,
[all...]
H A Dcu12_1.c292 uint8_t exxx_1[3] = { 0x0, 0x80, 0x80 };
293 uint8_t exxx_2[3] = { 0x0, 0xbf, 0x80 };
294 uint8_t exxx_3[3] = { 0x0, 0x80, 0xbf };
295 uint8_t exxx_4[3] = { 0x0, 0xbf, 0xbf };
333 uint8_t exxx_1[3] = { 0x0, 0x7f, 0x80 };
334 uint8_t exxx_2[3] = { 0x0, 0xc0, 0x80 };
349 uint8_t exxx_1[3] = { 0x0, 0xab, 0x7f };
350 uint8_t exxx_2[3] = { 0x0, 0xab, 0xc0 };
456 uint8_t fxxx_1[4] = { 0x0, 0x7f, 0x80, 0x80 };
457 uint8_t fxxx_2[4] = { 0x0,
[all...]
H A Dcu14.c292 uint8_t exxx_1[3] = { 0x0, 0x80, 0x80 };
293 uint8_t exxx_2[3] = { 0x0, 0xbf, 0x80 };
294 uint8_t exxx_3[3] = { 0x0, 0x80, 0xbf };
295 uint8_t exxx_4[3] = { 0x0, 0xbf, 0xbf };
333 uint8_t exxx_1[3] = { 0x0, 0x7f, 0x80 };
334 uint8_t exxx_2[3] = { 0x0, 0xc0, 0x80 };
349 uint8_t exxx_1[3] = { 0x0, 0xab, 0x7f };
350 uint8_t exxx_2[3] = { 0x0, 0xab, 0xc0 };
456 uint8_t fxxx_1[4] = { 0x0, 0x7f, 0x80, 0x80 };
457 uint8_t fxxx_2[4] = { 0x0,
[all...]
H A Dcu14_1.c292 uint8_t exxx_1[3] = { 0x0, 0x80, 0x80 };
293 uint8_t exxx_2[3] = { 0x0, 0xbf, 0x80 };
294 uint8_t exxx_3[3] = { 0x0, 0x80, 0xbf };
295 uint8_t exxx_4[3] = { 0x0, 0xbf, 0xbf };
333 uint8_t exxx_1[3] = { 0x0, 0x7f, 0x80 };
334 uint8_t exxx_2[3] = { 0x0, 0xc0, 0x80 };
349 uint8_t exxx_1[3] = { 0x0, 0xab, 0x7f };
350 uint8_t exxx_2[3] = { 0x0, 0xab, 0xc0 };
456 uint8_t fxxx_1[4] = { 0x0, 0x7f, 0x80, 0x80 };
457 uint8_t fxxx_2[4] = { 0x0,
[all...]
/external/vixl/examples/
H A Ddebugger.cc46 __ Add(x0, x1, x2);

Completed in 639 milliseconds

<<11121314151617181920>>