HomeSort by relevance Sort by last modified time
    Searched refs:x11 (Results 1 - 25 of 3065) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/542-bitfield-rotates/src/
Main.java 61 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, 0), 0x11);
63 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, 1), 0x80000008);
64 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, Integer.SIZE - 1), 0x22);
65 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, Integer.SIZE), 0x11);
66 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, Integer.SIZE + 1), 0x80000008);
68 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, -1), 0x22);
69 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, -(Integer.SIZE - 1)), 0x80000008);
70 assertIntEquals($noinline$rotate_int_right_reg_v_csubv(0x11, -Integer.SIZE), 0x11)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
secrel.s 25 .byte 0x11
27 .byte 0x11
29 .byte 0x11
31 .byte 0x11
36 .byte 0x11
38 .byte 0x11
40 .byte 0x11
42 .byte 0x11
47 .byte 0x11
49 .byte 0x11
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
secrel1.s 25 .byte 0x11
27 .byte 0x11
29 .byte 0x11
31 .byte 0x11
36 .byte 0x11
38 .byte 0x11
40 .byte 0x11
42 .byte 0x11
47 .byte 0x11
49 .byte 0x11
    [all...]
  /external/llvm/test/MC/PowerPC/
ppc64-encoding-spe.s 6 # CHECK-BE: evlddx 14, 21, 28 # encoding: [0x11,0xd5,0xe3,0x00]
7 # CHECK-LE: evlddx 14, 21, 28 # encoding: [0x00,0xe3,0xd5,0x11]
9 # CHECK-BE: evldwx 14, 21, 28 # encoding: [0x11,0xd5,0xe3,0x02]
10 # CHECK-LE: evldwx 14, 21, 28 # encoding: [0x02,0xe3,0xd5,0x11]
12 # CHECK-BE: evldhx 14, 21, 28 # encoding: [0x11,0xd5,0xe3,0x04]
13 # CHECK-LE: evldhx 14, 21, 28 # encoding: [0x04,0xe3,0xd5,0x11]
15 # CHECK-BE: evlhhesplatx 14, 21, 28 # encoding: [0x11,0xd5,0xe3,0x08]
16 # CHECK-LE: evlhhesplatx 14, 21, 28 # encoding: [0x08,0xe3,0xd5,0x11]
18 # CHECK-BE: evlhhousplatx 14, 21, 28 # encoding: [0x11,0xd5,0xe3,0x0c]
19 # CHECK-LE: evlhhousplatx 14, 21, 28 # encoding: [0x0c,0xe3,0xd5,0x11]
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
test.c 18 MixDisplayX11 *x11 = mix_displayx11_new (); local
20 MixDisplay *base = MIX_DISPLAY (x11);
26 mix_displayx11_set_drawable (x11, drawable);
28 /* clone x11 */
30 x11_clone = (MixDisplayX11 *) mix_display_dup (MIX_DISPLAY (x11));
41 mix_display_unref (MIX_DISPLAY (x11));
50 MixDisplayX11 *x11 = mix_displayx11_new (); local
51 mix_displayx11_set_drawable (x11, 1024);
53 mix_videoinitparams_set_display (init_params, MIX_DISPLAY (x11));
57 mix_display_unref (MIX_DISPLAY (x11));
67 MixDisplayX11 *x11 = mix_displayx11_new (); local
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-nds32/
relax_load_store.s 4 .word 0x11
7 .short 0x11
10 .byte 0x11
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
sad_mb_offset.h 31 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
51 x11 = *((uint32*)(ref + 4)); /* H G F E */
55 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */
56 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */
57 x11 = x11 | (x12 << (32 - SHIFT)); /* K J I H */
62 /* process x11 & x14 */
63 x11 = sad_4pixel(x11, x14, x9)
134 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
158 BIC x10, x10, x11, lsl #(32-SHIFT); local
159 MVN x11, x11, lsr #SHIFT; local
160 BIC x11, x11, x12, lsl #(32-SHIFT); local
175 LDR x11, [ref, #4]; local
181 BIC x10, x10, x11, lsl #(32-SHIFT); local
182 MVN x11, x11, lsr #SHIFT; local
183 BIC x11, x11, x12, lsl #(32-SHIFT); local
202 RSBS x11, dmin, x10, lsr #16 local
226 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 81 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
106 x11 = *((uint32*)(ref + 4));
110 /* process x11 & x14 */
111 x11 = sad_4pixel(x11, x14, x9);
119 x5 = x5 + x11; /* accumulate low bytes */
120 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
121 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes *
256 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
293 LDR x11, [ref, #4]; local
320 RSBS x11, dmin, x10, lsr #16; local
430 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_mb_offset.h 34 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
54 x11 = *((uint32*)(ref + 4)); /* H G F E */
58 x10 = x10 | (x11 << (32 - SHIFT)); /* G F E D */
59 x11 = ((uint32)x11 >> SHIFT); /* 0 0 0 H */
60 x11 = x11 | (x12 << (32 - SHIFT)); /* K J I H */
65 /* process x11 & x14 */
66 x11 = sad_4pixel(x11, x14, x9)
137 int32 x4, x5, x6, x9, x10, x11, x12, x14; local
162 BIC x10, x10, x11, lsl #(32-SHIFT); local
163 MVN x11, x11, lsr #SHIFT; local
164 BIC x11, x11, x12, lsl #(32-SHIFT); local
179 LDR x11, [ref, #4]; local
185 BIC x10, x10, x11, lsl #(32-SHIFT); local
186 MVN x11, x11, lsr #SHIFT; local
187 BIC x11, x11, x12, lsl #(32-SHIFT); local
206 RSBS x11, dmin, x10, lsr #16 local
230 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
sad_inline.h 84 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
109 x11 = *((uint32*)(ref + 4));
113 /* process x11 & x14 */
114 x11 = sad_4pixel(x11, x14, x9);
122 x5 = x5 + x11; /* accumulate low bytes */
123 x11 = x11 & (x6 << 8); /* x11 & 0xFF00FF00 */
124 x4 = x4 + ((uint32)x11 >> 8); /* accumulate high bytes *
259 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
296 LDR x11, [ref, #4]; local
323 RSBS x11, dmin, x10, lsr #16; local
448 int32 x4, x5, x6, x8, x9, x10, x11, x12, x14; local
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
BaseDexReaderSleb128Test.java 41 performTest(0x0, new byte[]{0x0, 0x11}, 1);
42 performTest(0x1, new byte[]{0x1, 0x11}, 1);
43 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
44 performTest(0xffffffc0, new byte[]{0x40, 0x11}, 1);
45 performTest(0xfffffff0, new byte[]{0x70, 0x11}, 1);
46 performTest(0xffffffff, new byte[]{0x7f, 0x11}, 1);
48 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
49 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
50 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2);
51 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2)
    [all...]
BaseDexReaderLeb128Test.java 41 performTest(0x0, new byte[]{0x0, 0x11}, 1);
42 performTest(0x1, new byte[]{0x1, 0x11}, 1);
43 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
44 performTest(0x40, new byte[]{0x40, 0x11}, 1);
45 performTest(0x70, new byte[]{0x70, 0x11}, 1);
46 performTest(0x7f, new byte[]{0x7f, 0x11}, 1);
48 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
49 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
50 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2);
51 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2)
    [all...]
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.hpp 23 * \brief Platform that uses X11 via GLX.
32 namespace x11 namespace in namespace:tcu
40 } // x11
tcuX11EglPlatform.hpp 33 namespace x11 namespace in namespace:tcu
48 } // x11
  /frameworks/rs/
rsCompatibilityLib.h 27 HAL_PIXEL_FORMAT_YCrCb_420_SP = 0x11, // NV21
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
semi.s 14 .p2align 5,0x11
  /toolchain/binutils/binutils-2.25/gold/testsuite/
memory_test.s 5 .long 0x11
script_test_10.s 8 .word 0x11
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
rgn-at5.s 5 .long 0x11
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DexWriterSleb128Test.java 54 performTest(0x0, new byte[]{0x0, 0x11}, 1);
55 performTest(0x1, new byte[]{0x1, 0x11}, 1);
56 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
57 performTest(0xffffffc0, new byte[]{0x40, 0x11}, 1);
58 performTest(0xfffffff0, new byte[]{0x70, 0x11}, 1);
59 performTest(0xffffffff, new byte[]{0x7f, 0x11}, 1);
61 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
62 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
63 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2);
64 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2)
    [all...]
DexWriterUleb128Test.java 54 performTest(0x0, new byte[]{0x0, 0x11}, 1);
55 performTest(0x1, new byte[]{0x1, 0x11}, 1);
56 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
57 performTest(0x40, new byte[]{0x40, 0x11}, 1);
58 performTest(0x70, new byte[]{0x70, 0x11}, 1);
59 performTest(0x7f, new byte[]{0x7f, 0x11}, 1);
61 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
62 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2);
63 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2);
64 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2)
    [all...]
  /external/libhevc/common/arm64/
ihevc_intra_pred_chroma_ver.s 122 lsl x11, x3, #2
124 sub x11, x11, #16
132 st2 {v22.8b, v23.8b}, [x2], x11
133 st2 {v22.8b, v23.8b}, [x5], x11
134 st2 {v22.8b, v23.8b}, [x8], x11
135 st2 {v22.8b, v23.8b}, [x10], x11
145 st2 {v22.8b, v23.8b}, [x2], x11
146 st2 {v22.8b, v23.8b}, [x5], x11
147 st2 {v22.8b, v23.8b}, [x8], x11
    [all...]
ihevc_inter_pred_chroma_horz_w16out.s 126 mov x11, #2
157 //mov x11,#8
187 ld1 { v0.2s},[x12],x11 //vector load pu1_src
188 ld1 { v1.2s},[x19],x11 //vector load pu1_src
191 ld1 { v2.2s},[x12],x11 //vector load pu1_src
192 ld1 { v3.2s},[x19],x11 //vector load pu1_src
196 ld1 { v4.2s},[x12],x11 //vector load pu1_src
197 ld1 { v5.2s},[x19],x11 //vector load pu1_src
207 ld1 { v29.2s},[x4],x11 //vector load pu1_src
208 ld1 { v31.2s},[x19],x11 //vector load pu1_sr
    [all...]
ihevc_inter_pred_chroma_horz.s 128 mov x11,#2
175 ld1 { v0.2s},[x12],x11 //vector load pu1_src
176 ld1 { v1.2s},[x19],x11 //vector load pu1_src
180 ld1 { v2.2s},[x12],x11 //vector load pu1_src
181 ld1 { v3.2s},[x19],x11 //vector load pu1_src
183 ld1 { v4.2s},[x12],x11 //vector load pu1_src
184 ld1 { v5.2s},[x19],x11 //vector load pu1_src
192 ld1 { v29.2s},[x4],x11 //vector load pu1_src
193 ld1 { v9.2s},[x19],x11 //vector load pu1_src
197 ld1 { v10.2s},[x4],x11 //vector load pu1_sr
    [all...]
  /system/bt/btif/include/
btif_sock_sdp.h 26 static const uint8_t UUID_OBEX_OBJECT_PUSH[] = {0x00, 0x00, 0x11, 0x05, 0x00, 0x00, 0x10, 0x00,
28 static const uint8_t UUID_PBAP_PSE[] = {0x00, 0x00, 0x11, 0x2F, 0x00, 0x00, 0x10, 0x00,
30 static const uint8_t UUID_MAP_MAS[] = {0x00, 0x00, 0x11, 0x32, 0x00, 0x00, 0x10, 0x00,
32 static const uint8_t UUID_SAP[] = {0x00, 0x00, 0x11, 0x2D, 0x00, 0x00, 0x10, 0x00,
34 static const uint8_t UUID_SPP[] = {0x00, 0x00, 0x11, 0x01, 0x00, 0x00, 0x10, 0x00,

Completed in 354 milliseconds

1 2 3 4 5 6 7 8 91011>>