/external/clang/test/Index/ |
D | index-many-logical-ops.c | 11 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/ |
D | many-logical-ops.c | 8 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 …]
|
D | warn-absolute-value.c | 16 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/clang/test/CodeGenCXX/ |
D | vtable-debug-info.cpp | 14 #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/intel/isl/ |
D | isl_format.c | 50 #define x 255 macro 90 SF( Y, 50, x, x, Y, Y, Y, Y, x, 90, R32G32B32A32_FLOAT) 91 SF( Y, x, x, x, Y, x, Y, Y, x, 90, R32G32B32A32_SINT) 92 SF( Y, x, x, x, Y, x, Y, Y, x, 90, R32G32B32A32_UINT) 93 SF( x, x, x, x, x, x, Y, x, x, x, R32G32B32A32_UNORM) 94 SF( x, x, x, x, x, x, Y, x, x, x, R32G32B32A32_SNORM) 95 SF( x, x, x, x, x, x, Y, x, x, x, R64G64_FLOAT) 96 SF( Y, 50, x, x, x, x, x, x, x, x, R32G32B32X32_FLOAT) 97 SF( x, x, x, x, x, x, Y, x, x, x, R32G32B32A32_SSCALED) 98 SF( x, x, x, x, x, x, Y, x, x, x, R32G32B32A32_USCALED) [all …]
|
/external/pcre/dist2/testdata/ |
D | testoutput7 | 8 /\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 …]
|
D | testoutput4 | 13 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 …]
|
D | testinput4 | 12 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 …]
|
D | testinput7 | 8 /\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/mesa3d/src/amd/common/ |
D | sid.h | 44 #define EVENT_TYPE(x) ((x) << 0) argument 45 #define EVENT_INDEX(x) ((x) << 8) argument 60 #define PRED_OP(x) ((x) << 16) argument 91 #define CONTEXT_CONTROL_LOAD_ENABLE(x) (((unsigned)(x) & 0x1) << 31) argument 92 #define CONTEXT_CONTROL_LOAD_CE_RAM(x) (((unsigned)(x) & 0x1) << 28) argument 93 #define CONTEXT_CONTROL_SHADOW_ENABLE(x) (((unsigned)(x) & 0x1) << 31) argument 97 #define S_2C3_COUNT_INDIRECT_ENABLE(x) (((unsigned)(x) & 0x1) << 30) argument 98 #define S_2C3_DRAW_INDEX_ENABLE(x) (((unsigned)(x) & 0x1) << 31) argument 109 #define S_370_ENGINE_SEL(x) (((unsigned)(x) & 0x3) << 30) argument 114 #define S_370_WR_CONFIRM(x) (((unsigned)(x) & 0x1) << 20) argument [all …]
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600d.h | 83 #define STRMOUT_OFFSET_SOURCE(x) (((unsigned)(x) & 0x3) << 1) argument 88 #define STRMOUT_SELECT_BUFFER(x) (((unsigned)(x) & 0x3) << 8) argument 123 #define SURFACE_BASE_UPDATE_COLOR(x) (2 << (x)) argument 124 #define SURFACE_BASE_UPDATE_COLOR_NUM(x) (((1 << x) - 1) << 1) argument 125 #define SURFACE_BASE_UPDATE_STRMOUT(x) (0x200 << (x)) argument 140 #define EVENT_TYPE(x) ((x) << 0) argument 141 #define EVENT_INDEX(x) ((x) << 8) argument 154 #define PRED_OP(x) ((x) << 16) argument 164 #define PKT_TYPE_S(x) (((unsigned)(x) & 0x3) << 30) argument 165 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument [all …]
|
D | evergreend.h | 54 #define EVENT_TYPE(x) ((x) << 0) argument 55 #define EVENT_INDEX(x) ((x) << 8) argument 108 #define PKT_TYPE_S(x) (((unsigned)(x) & 0x3) << 30) argument 109 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument 111 #define PKT_COUNT_S(x) (((unsigned)(x) & 0x3FFF) << 16) argument 112 #define PKT_COUNT_G(x) (((x) >> 16) & 0x3FFF) argument 114 #define PKT0_BASE_INDEX_S(x) (((unsigned)(x) & 0xFFFF) << 0) argument 115 #define PKT0_BASE_INDEX_G(x) (((x) >> 0) & 0xFFFF) argument 117 #define PKT3_IT_OPCODE_S(x) (((unsigned)(x) & 0xFF) << 8) argument 118 #define PKT3_IT_OPCODE_G(x) (((x) >> 8) & 0xFF) argument [all …]
|
D | eg_sq.h | 30 #define S_SQ_CF_WORD0_ADDR(x) (((unsigned)(x) & 0xFFFFFF) <<… argument 31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFF) argument 33 #define S_SQ_CF_WORD0_JUMPTABLE_SEL(x) (((unsigned)(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) (((unsigned)(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) (((unsigned)(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) (((unsigned)(x) & 0x3) << 8) argument 44 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument [all …]
|
D | r600_sq.h | 30 #define S_SQ_CF_WORD0_ADDR(x) (((unsigned)(x) & 0xFFFFFFFF) … argument 31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFFFF) argument 34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((unsigned)(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) (((unsigned)(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) (((unsigned)(x) & 0x3) << 8) argument 41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument 43 #define S_SQ_CF_WORD1_COUNT(x) (((unsigned)(x) & 0x7) << 10) argument 44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7) argument [all …]
|
D | r700_sq.h | 30 #define S_SQ_CF_WORD0_ADDR(x) (((unsigned)(x) & 0xFFFFFFFF) … argument 31 #define G_SQ_CF_WORD0_ADDR(x) (((x) >> 0) & 0xFFFFFFFF) argument 34 #define S_SQ_CF_WORD1_POP_COUNT(x) (((unsigned)(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) (((unsigned)(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) (((unsigned)(x) & 0x3) << 8) argument 41 #define G_SQ_CF_WORD1_COND(x) (((x) >> 8) & 0x3) argument 43 #define S_SQ_CF_WORD1_COUNT(x) (((unsigned)(x) & 0x7) << 10) argument 44 #define G_SQ_CF_WORD1_COUNT(x) (((x) >> 10) & 0x7) argument [all …]
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-indic-table.cc | 82 /* 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/ |
D | 2007-03-30-SpillerCrash.ll | 3 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/ |
D | chacha-armv8.pl | 57 my @x=map("x$_",(5..17,19..21)); 67 "&add_32 (@x[$a0],@x[$a0],@x[$b0])", 68 "&add_32 (@x[$a1],@x[$a1],@x[$b1])", 69 "&add_32 (@x[$a2],@x[$a2],@x[$b2])", 70 "&add_32 (@x[$a3],@x[$a3],@x[$b3])", 71 "&eor_32 (@x[$d0],@x[$d0],@x[$a0])", 72 "&eor_32 (@x[$d1],@x[$d1],@x[$a1])", 73 "&eor_32 (@x[$d2],@x[$d2],@x[$a2])", 74 "&eor_32 (@x[$d3],@x[$d3],@x[$a3])", 75 "&ror_32 (@x[$d0],@x[$d0],16)", [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-07-19-movups-spills.ll | 7 @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/mesa3d/src/mesa/main/ |
D | extensions_table.h | 7 #define x ~0 macro 9 …ure_compression_FXT1 , TDFX_texture_compression_FXT1 , GLL, GLC, x , x , 1999) 11 …rvative_depth , ARB_conservative_depth , GLL, GLC, x , x , 2009) 12 …buffers_blend , ARB_draw_buffers_blend , GLL, GLC, x , x , 2009) 13 …rmance_monitor , AMD_performance_monitor , GLL, GLC, x , x , 2007) 14 …d_memory , AMD_pinned_memory , GLL, GLC, x , x , 2013) 15 …ess_cubemap_per_texture , AMD_seamless_cubemap_per_texture , GLL, GLC, x , x , 2009) 16 …r_stencil_export , ARB_shader_stencil_export , GLL, GLC, x , x , 2009) 17 …r_trinary_minmax , dummy_true , GLL, GLC, x , x , 2012) 18 …x_shader_layer , AMD_vertex_shader_layer , x , GLC, x , x , 2012) [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-absolute-value.cpp | 35 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/ |
D | 2008-07-19-movups-spills.ll | 8 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/ |
D | reg-scavenger-valid-slot.ll | 20 define void @foo(<16 x i32>* nocapture readnone %p) #0 { 52 …x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x … 53 …x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x … 54 …x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x … 55 …x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x … 56 …x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x … 57 …x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x … 58 …x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x … 59 …x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x i32>, <16 x … 60 …x 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/ |
D | log-write | 1 # 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 …]
|
D | log-branch | 1 # 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 …]
|