Home
last modified time | relevance | path

Searched refs:x (Results 1 – 25 of 13109) sorted by relevance

12345678910>>...525

/external/clang/test/Index/
Dindex-many-logical-ops.c11 int foo(int x) { in foo() argument
13 x && in foo()
14 x && in foo()
15 x && in foo()
16 x && in foo()
17 x && in foo()
18 x && in foo()
19 x && in foo()
20 x && in foo()
21 x && in foo()
[all …]
/external/clang/test/Sema/
Dmany-logical-ops.c8 int foo(int x) { in foo() argument
10 x && in foo()
11 x && in foo()
12 x && in foo()
13 x && in foo()
14 x && in foo()
15 x && in foo()
16 x && in foo()
17 x && in foo()
18 x && in foo()
[all …]
Dwarn-absolute-value.c16 void test_int(int x) { in test_int() argument
17 (void)abs(x); in test_int()
18 (void)labs(x); in test_int()
19 (void)llabs(x); in test_int()
21 (void)fabsf(x); in test_int()
25 (void)fabs(x); in test_int()
29 (void)fabsl(x); in test_int()
34 (void)cabsf(x); in test_int()
38 (void)cabs(x); in test_int()
42 (void)cabsl(x); in test_int()
[all …]
/external/pcre/dist2/testdata/
Dtestoutput78 /\x{100}ab/utf
9 \x{100}ab
10 0: \x{100}ab
12 /a\x{100}*b/utf
15 a\x{100}b
16 0: a\x{100}b
17 a\x{100}\x{100}b
18 0: a\x{100}\x{100}b
20 /a\x{100}+b/utf
21 a\x{100}b
[all …]
Dtestoutput413 0: a\x{7f}b
14 a\x{100}b
15 0: a\x{100}b
21 a\x{4000}xyb
22 0: a\x{4000}xyb
23 1: \x{4000}xy
24 a\x{4000}\x7fyb
25 0: a\x{4000}\x{7f}yb
26 1: \x{4000}\x{7f}y
27 a\x{4000}\x{100}yb
[all …]
Dtestinput412 a\x{100}b
17 a\x{4000}xyb
18 a\x{4000}\x7fyb
19 a\x{4000}\x{100}yb
21 a\x{4000}b
28 a\x{100}b
34 a\x{100}b
40 a\x{240}bcd
46 a\x{240}bcd
52 a\x{240}bcd
[all …]
Dtestinput78 /\x{100}ab/utf
9 \x{100}ab
11 /a\x{100}*b/utf
13 a\x{100}b
14 a\x{100}\x{100}b
16 /a\x{100}+b/utf
17 a\x{100}b
18 a\x{100}\x{100}b
25 \x{300}Xoanon
34 \x{300}Xoanon
[all …]
/external/clang/test/CodeGenCXX/
Dvtable-debug-info.cpp14 #define x(a) virtual void v ## a (void) macro
15 x(1);
16 x(2);
17 x(3);
18 x(4);
19 x(5);
20 x(6);
21 x(7);
22 x(8);
23 x(9);
[all …]
/external/mesa3d/src/gallium/drivers/r600/
Dr600d.h77 #define STRMOUT_OFFSET_SOURCE(x) (((x) & 0x3) << 1) argument
82 #define STRMOUT_SELECT_BUFFER(x) (((x) & 0x3) << 8) argument
112 #define SURFACE_BASE_UPDATE_COLOR(x) (2 << (x)) argument
113 #define SURFACE_BASE_UPDATE_STRMOUT(x) (0x200 << (x)) argument
121 #define EVENT_TYPE(x) ((x) << 0) argument
122 #define EVENT_INDEX(x) ((x) << 8) argument
135 #define PRED_OP(x) ((x) << 16) argument
145 #define PKT_TYPE_S(x) (((x) & 0x3) << 30) argument
146 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument
148 #define PKT_COUNT_S(x) (((x) & 0x3FFF) << 16) argument
[all …]
Devergreend.h51 #define EVENT_TYPE(x) ((x) << 0) argument
52 #define EVENT_INDEX(x) ((x) << 8) argument
104 #define PKT_TYPE_S(x) (((x) & 0x3) << 30) argument
105 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument
107 #define PKT_COUNT_S(x) (((x) & 0x3FFF) << 16) argument
108 #define PKT_COUNT_G(x) (((x) >> 16) & 0x3FFF) argument
110 #define PKT0_BASE_INDEX_S(x) (((x) & 0xFFFF) << 0) argument
111 #define PKT0_BASE_INDEX_G(x) (((x) >> 0) & 0xFFFF) argument
113 #define PKT3_IT_OPCODE_S(x) (((x) & 0xFF) << 8) argument
114 #define PKT3_IT_OPCODE_G(x) (((x) >> 8) & 0xFF) argument
[all …]
Deg_sq.h30 #define S_SQ_CF_WORD0_ADDR(x) (((x) & 0xFFFFFF) << 0) argument
31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFF) argument
33 #define S_SQ_CF_WORD0_JUMPTABLE_SEL(x) (((x) & 0x7) << 24) argument
34 #define G_SQ_CF_WORD0_JUMPTABLE_SEL(x) (((x) >> 24) & 0x7) argument
37 #define S_SQ_CF_WORD1_POP_COUNT(x) (((x) & 0x7) << 0) argument
38 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7) argument
40 #define S_SQ_CF_WORD1_CF_CONST(x) (((x) & 0x1F) << 3) argument
41 #define G_SQ_CF_WORD1_CF_CONST(x) (((x) >> 3) & 0x1F) argument
43 #define S_SQ_CF_WORD1_COND(x) (((x) & 0x3) << 8) argument
44 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument
[all …]
Dr600_sq.h30 #define S_SQ_CF_WORD0_ADDR(x) (((x) & 0xFFFFFFFF) << 0) argument
31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFFFF) argument
34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((x) & 0x7) << 0) argument
35 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7) argument
37 #define S_SQ_CF_WORD1_CF_CONST(x) (((x) & 0x1F) << 3) argument
38 #define G_SQ_CF_WORD1_CF_CONST(x) (((x) >> 3) & 0x1F) argument
40 #define S_SQ_CF_WORD1_COND(x) (((x) & 0x3) << 8) argument
41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument
43 #define S_SQ_CF_WORD1_COUNT(x) (((x) & 0x7) << 10) argument
44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7) argument
[all …]
Dr700_sq.h30 #define S_SQ_CF_WORD0_ADDR(x) (((x) & 0xFFFFFFFF) << 0) argument
31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFFFF) argument
34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((x) & 0x7) << 0) argument
35 #define G_SQ_CF_WORD1_POP_COUNT(x) (((x) >> 0) & 0x7) argument
37 #define S_SQ_CF_WORD1_CF_CONST(x) (((x) & 0x1F) << 3) argument
38 #define G_SQ_CF_WORD1_CF_CONST(x) (((x) >> 3) & 0x1F) argument
40 #define S_SQ_CF_WORD1_COND(x) (((x) & 0x3) << 8) argument
41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument
43 #define S_SQ_CF_WORD1_COUNT(x) (((x) & 0x7) << 10) argument
44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7) argument
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsid.h41 #define EVENT_TYPE(x) ((x) << 0) argument
42 #define EVENT_INDEX(x) ((x) << 8) argument
55 #define PRED_OP(x) ((x) << 16) argument
98 #define PKT_TYPE_S(x) (((x) & 0x3) << 30) argument
99 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument
101 #define PKT_COUNT_S(x) (((x) & 0x3FFF) << 16) argument
102 #define PKT_COUNT_G(x) (((x) >> 16) & 0x3FFF) argument
104 #define PKT0_BASE_INDEX_S(x) (((x) & 0xFFFF) << 0) argument
105 #define PKT0_BASE_INDEX_G(x) (((x) >> 0) & 0xFFFF) argument
107 #define PKT3_IT_OPCODE_S(x) (((x) & 0xFF) << 8) argument
[all …]
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-indic-table.cc82 /* 0028 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x), _(x,x), _(x,x),
83 /* 0030 */ _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x),
84 /* 0038 */ _(Nd,x), _(Nd,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
91 /* 00B0 */ _(x,x), _(x,x), _(SM,x), _(SM,x), _(x,x), _(x,x), _(x,x), _(x,x),
92 /* 00B8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
93 /* 00C0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
94 /* 00C8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x),
95 /* 00D0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x),
102 /* 0900 */ _(Bi,T), _(Bi,T), _(Bi,T), _(Vs,R), _(VI,x), _(VI,x), _(VI,x), _(VI,x),
103 /* 0908 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x),
[all …]
/external/llvm/test/CodeGen/PowerPC/
D2007-03-30-SpillerCrash.ll3 define void @test(<4 x float>*, { { i16, i16, i32 } }*) {
5 …%.sub7896 = getelementptr [4 x <4 x i32>], [4 x <4 x i32>]* null, i32 0, i32 0 ; <<4 x i32>*> [#u…
6 …getelementptr [193 x [4 x <4 x float>]], [193 x [4 x <4 x float>]]* null, i32 0, i32 175, i32 3 ;…
7 …getelementptr [193 x [4 x <4 x float>]], [193 x [4 x <4 x float>]]* null, i32 0, i32 174, i32 2 ;…
8 …getelementptr [193 x [4 x <4 x float>]], [193 x [4 x <4 x float>]]* null, i32 0, i32 174, i32 3 ;…
9 …getelementptr [193 x [4 x <4 x float>]], [193 x [4 x <4 x float>]]* null, i32 0, i32 173, i32 1 ;…
10 …getelementptr [193 x [4 x <4 x float>]], [193 x [4 x <4 x float>]]* null, i32 0, i32 173, i32 2 ;…
11 …getelementptr [193 x [4 x <4 x float>]], [193 x [4 x <4 x float>]]* null, i32 0, i32 173, i32 3 ;…
12 …getelementptr [193 x [4 x <4 x float>]], [193 x [4 x <4 x float>]]* null, i32 0, i32 172, i32 1 ;…
13 …getelementptr [193 x [4 x <4 x float>]], [193 x [4 x <4 x float>]]* null, i32 0, i32 172, i32 2 ;…
[all …]
/external/boringssl/src/crypto/chacha/asm/
Dchacha-armv8.pl49 my @x=map("x$_",(5..17,19..21));
59 "&add_32 (@x[$a0],@x[$a0],@x[$b0])",
60 "&add_32 (@x[$a1],@x[$a1],@x[$b1])",
61 "&add_32 (@x[$a2],@x[$a2],@x[$b2])",
62 "&add_32 (@x[$a3],@x[$a3],@x[$b3])",
63 "&eor_32 (@x[$d0],@x[$d0],@x[$a0])",
64 "&eor_32 (@x[$d1],@x[$d1],@x[$a1])",
65 "&eor_32 (@x[$d2],@x[$d2],@x[$a2])",
66 "&eor_32 (@x[$d3],@x[$d3],@x[$a3])",
67 "&ror_32 (@x[$d0],@x[$d0],16)",
[all …]
/external/llvm/test/CodeGen/X86/
D2008-07-19-movups-spills.ll7 @0 = external global <4 x float>, align 1 ; <<4 x float>*>:0 [#uses=2]
8 @1 = external global <4 x float>, align 1 ; <<4 x float>*>:1 [#uses=1]
9 @2 = external global <4 x float>, align 1 ; <<4 x float>*>:2 [#uses=1]
10 @3 = external global <4 x float>, align 1 ; <<4 x float>*>:3 [#uses=1]
11 @4 = external global <4 x float>, align 1 ; <<4 x float>*>:4 [#uses=1]
12 @5 = external global <4 x float>, align 1 ; <<4 x float>*>:5 [#uses=1]
13 @6 = external global <4 x float>, align 1 ; <<4 x float>*>:6 [#uses=1]
14 @7 = external global <4 x float>, align 1 ; <<4 x float>*>:7 [#uses=1]
15 @8 = external global <4 x float>, align 1 ; <<4 x float>*>:8 [#uses=1]
16 @9 = external global <4 x float>, align 1 ; <<4 x float>*>:9 [#uses=1]
[all …]
/external/clang/test/SemaCXX/
Dwarn-absolute-value.cpp35 void test_int(int x) { in test_int() argument
36 (void)std::abs(x); in test_int()
38 (void)abs(x); in test_int()
39 (void)labs(x); in test_int()
40 (void)llabs(x); in test_int()
42 (void)fabsf(x); in test_int()
46 (void)fabs(x); in test_int()
50 (void)fabsl(x); in test_int()
55 (void)cabsf(x); in test_int()
59 (void)cabs(x); in test_int()
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2008-07-19-movups-spills.ll8 external global <4 x float>, align 1 ; <<4 x float>*>:0 [#uses=2]
9 external global <4 x float>, align 1 ; <<4 x float>*>:1 [#uses=1]
10 external global <4 x float>, align 1 ; <<4 x float>*>:2 [#uses=1]
11 external global <4 x float>, align 1 ; <<4 x float>*>:3 [#uses=1]
12 external global <4 x float>, align 1 ; <<4 x float>*>:4 [#uses=1]
13 external global <4 x float>, align 1 ; <<4 x float>*>:5 [#uses=1]
14 external global <4 x float>, align 1 ; <<4 x float>*>:6 [#uses=1]
15 external global <4 x float>, align 1 ; <<4 x float>*>:7 [#uses=1]
16 external global <4 x float>, align 1 ; <<4 x float>*>:8 [#uses=1]
17 external global <4 x float>, align 1 ; <<4 x float>*>:9 [#uses=1]
[all …]
/external/llvm/test/CodeGen/Hexagon/
Dreg-scavenger-valid-slot.ll20 define void @foo(<16 x i32>* nocapture readnone %p) #0 {
52x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x
53x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x
54x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x
55x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x
56x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x
57x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x
58x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x
59x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x
60x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x
[all …]
/external/vixl/test/test-trace-reference/
Dlog-branch1 # w18: 0x00000060 -> 0x~~~~~~~~~~~~~~~~
2 # x19: 0x0000000000000086 -> 0x~~~~~~~~~~~~~~~~
3 # w20<7:0>: 0x04 -> 0x~~~~~~~~~~~~~~~~
4 # w21<7:0>: 0x03 -> 0x~~~~~~~~~~~~~~~~
5 # w22<15:0>: 0x0004 -> 0x~~~~~~~~~~~~~~~~
6 # w23<15:0>: 0x0100 -> 0x~~~~~~~~~~~~~~~~
7 # w14: 0x00000000 -> 0x~~~~~~~~~~~~~~~~
8 # w15: 0x00000082 -> 0x~~~~~~~~~~~~~~~~
9 # x16: 0x000000000000000c -> 0x~~~~~~~~~~~~~~~~
10 # x17: 0x00000000ffffff7b -> 0x~~~~~~~~~~~~~~~~
[all …]
Dlog-write1 # w18: 0x00000060 -> 0x~~~~~~~~~~~~~~~~
2 # x19: 0x0000000000000086 -> 0x~~~~~~~~~~~~~~~~
3 # w20<7:0>: 0x04 -> 0x~~~~~~~~~~~~~~~~
4 # w21<7:0>: 0x03 -> 0x~~~~~~~~~~~~~~~~
5 # w22<15:0>: 0x0004 -> 0x~~~~~~~~~~~~~~~~
6 # w23<15:0>: 0x0100 -> 0x~~~~~~~~~~~~~~~~
7 # w14: 0x00000000 -> 0x~~~~~~~~~~~~~~~~
8 # w15: 0x00000082 -> 0x~~~~~~~~~~~~~~~~
9 # x16: 0x000000000000000c -> 0x~~~~~~~~~~~~~~~~
10 # x17: 0x00000000ffffff7b -> 0x~~~~~~~~~~~~~~~~
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
D2007-03-30-SpillerCrash.ll3 define void @test(<4 x float>*, { { i16, i16, i32 } }*) {
5 %.sub7896 = getelementptr [4 x <4 x i32>]* null, i32 0, i32 0 ; <<4 x i32>*> [#uses=24]
6 getelementptr [193 x [4 x <4 x float>]]* null, i32 0, i32 175, i32 3 ; <<4 x float>*>:2 [#uses=0]
7 getelementptr [193 x [4 x <4 x float>]]* null, i32 0, i32 174, i32 2 ; <<4 x float>*>:3 [#uses=0]
8 getelementptr [193 x [4 x <4 x float>]]* null, i32 0, i32 174, i32 3 ; <<4 x float>*>:4 [#uses=0]
9 getelementptr [193 x [4 x <4 x float>]]* null, i32 0, i32 173, i32 1 ; <<4 x float>*>:5 [#uses=0]
10 getelementptr [193 x [4 x <4 x float>]]* null, i32 0, i32 173, i32 2 ; <<4 x float>*>:6 [#uses=0]
11 getelementptr [193 x [4 x <4 x float>]]* null, i32 0, i32 173, i32 3 ; <<4 x float>*>:7 [#uses=0]
12 getelementptr [193 x [4 x <4 x float>]]* null, i32 0, i32 172, i32 1 ; <<4 x float>*>:8 [#uses=0]
13 getelementptr [193 x [4 x <4 x float>]]* null, i32 0, i32 172, i32 2 ; <<4 x float>*>:9 [#uses=0]
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c96 #define x 999 macro
115 SF( Y, 50, x, x, Y, Y, Y, Y, x, BRW_SURFACEFORMAT_R32G32B32A32_FLOAT)
116 SF( Y, x, x, x, Y, x, Y, Y, x, BRW_SURFACEFORMAT_R32G32B32A32_SINT)
117 SF( Y, x, x, x, Y, x, Y, Y, x, BRW_SURFACEFORMAT_R32G32B32A32_UINT)
118 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R32G32B32A32_UNORM)
119 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R32G32B32A32_SNORM)
120 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R64G64_FLOAT)
121 SF( Y, 50, x, x, x, x, x, x, x, BRW_SURFACEFORMAT_R32G32B32X32_FLOAT)
122 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R32G32B32A32_SSCALED)
123 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R32G32B32A32_USCALED)
[all …]

12345678910>>...525