/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/mesa3d/src/intel/isl/ |
D | isl_format.c | 52 #define x 255 macro 92 SF( Y, 50, x, x, Y, Y, Y, Y, x, 70, 90, 90, R32G32B32A32_FLOAT) 93 SF( Y, x, x, x, Y, x, Y, Y, x, 70, 90, 90, R32G32B32A32_SINT) 94 SF( Y, x, x, x, Y, x, Y, Y, x, 70, 90, 90, R32G32B32A32_UINT) 95 SF( x, x, x, x, x, x, Y, x, x, x, x, x, R32G32B32A32_UNORM) 96 SF( x, x, x, x, x, x, Y, x, x, x, x, x, R32G32B32A32_SNORM) 97 SF( x, x, x, x, x, x, Y, x, x, x, x, x, R64G64_FLOAT) 98 SF( Y, 50, x, x, 100, 100, x, x, x, x, x, 100, R32G32B32X32_FLOAT) 99 SF( x, x, x, x, x, x, Y, x, x, x, x, x, R32G32B32A32_SSCALED) 100 SF( x, x, x, x, x, x, Y, x, x, 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 | gfx9d.h | 28 #define S_008008_ME0PIPE1_CMDFIFO_AVAIL(x) (((unsigned)(x) & 0x0F) << 0) argument 29 #define G_008008_ME0PIPE1_CMDFIFO_AVAIL(x) (((x) >> 0) & 0x0F) argument 31 #define S_008008_ME0PIPE1_CF_RQ_PENDING(x) (((unsigned)(x) & 0x1) << 4) argument 32 #define G_008008_ME0PIPE1_CF_RQ_PENDING(x) (((x) >> 4) & 0x1) argument 34 #define S_008008_ME0PIPE1_PF_RQ_PENDING(x) (((unsigned)(x) & 0x1) << 5) argument 35 #define G_008008_ME0PIPE1_PF_RQ_PENDING(x) (((x) >> 5) & 0x1) argument 37 #define S_008008_ME1PIPE0_RQ_PENDING(x) (((unsigned)(x) & 0x1) << 6) argument 38 #define G_008008_ME1PIPE0_RQ_PENDING(x) (((x) >> 6) & 0x1) argument 40 #define S_008008_ME1PIPE1_RQ_PENDING(x) (((unsigned)(x) & 0x1) << 7) argument 41 #define G_008008_ME1PIPE1_RQ_PENDING(x) (((x) >> 7) & 0x1) argument [all …]
|
D | sid.h | 44 #define EVENT_TYPE(x) ((x) << 0) argument 45 #define EVENT_INDEX(x) ((x) << 8) argument 70 #define PRED_OP(x) ((x) << 16) argument 101 #define CONTEXT_CONTROL_LOAD_ENABLE(x) (((unsigned)(x) & 0x1) << 31) argument 102 #define CONTEXT_CONTROL_LOAD_CE_RAM(x) (((unsigned)(x) & 0x1) << 28) argument 103 #define CONTEXT_CONTROL_SHADOW_ENABLE(x) (((unsigned)(x) & 0x1) << 31) argument 107 #define S_2C3_COUNT_INDIRECT_ENABLE(x) (((unsigned)(x) & 0x1) << 30) argument 108 #define S_2C3_DRAW_INDEX_ENABLE(x) (((unsigned)(x) & 0x1) << 31) argument 117 #define STRMOUT_OFFSET_SOURCE(x) (((unsigned)(x) & 0x3) << 1) argument 122 #define STRMOUT_SELECT_BUFFER(x) (((unsigned)(x) & 0x3) << 8) argument [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/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 | 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 | evergreend.h | 56 #define EVENT_TYPE(x) ((x) << 0) argument 57 #define EVENT_INDEX(x) ((x) << 8) argument 114 #define PKT_TYPE_S(x) (((unsigned)(x) & 0x3) << 30) argument 115 #define PKT_TYPE_G(x) (((x) >> 30) & 0x3) argument 117 #define PKT_COUNT_S(x) (((unsigned)(x) & 0x3FFF) << 16) argument 118 #define PKT_COUNT_G(x) (((x) >> 16) & 0x3FFF) argument 120 #define PKT0_BASE_INDEX_S(x) (((unsigned)(x) & 0xFFFF) << 0) argument 121 #define PKT0_BASE_INDEX_G(x) (((x) >> 0) & 0xFFFF) argument 123 #define PKT3_IT_OPCODE_S(x) (((unsigned)(x) & 0xFF) << 8) argument 124 #define PKT3_IT_OPCODE_G(x) (((x) >> 8) & 0xFF) 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/u-boot/include/andestech/ |
D | andes_pcu.h | 79 #define ANDES_PCU_REV_NUMBER_PCS(x) (((x) >> 0) & 0xff) argument 80 #define ANDES_PCU_REV_VER(x) (((x) >> 16) & 0xffff) argument 85 #define ANDES_PCU_SPINFO_SIZE(x) (((x) >> 0) & 0xff) argument 86 #define ANDES_PCU_SPINFO_OFFSET(x) (((x) >> 8) & 0xf) argument 91 #define ANDES_PCU_SOC_ID_VER_MINOR(x) (((x) >> 0) & 0xf) argument 92 #define ANDES_PCU_SOC_ID_VER_MAJOR(x) (((x) >> 4) & 0xfff) argument 93 #define ANDES_PCU_SOC_ID_DEVICEID(x) (((x) >> 16) & 0xffff) argument 98 #define ANDES_PCU_SOC_AHB_AHBC(x) ((x) << 0) argument 99 #define ANDES_PCU_SOC_AHB_APBREG(x) ((x) << 1) argument 100 #define ANDES_PCU_SOC_AHB_APB(x) ((x) << 2) argument [all …]
|
/external/u-boot/include/synopsys/ |
D | dwcddr21mctl.h | 47 #define DWCDDR21MCTL_CCR_ECCEN(x) ((x) << 0) argument 48 #define DWCDDR21MCTL_CCR_NOMRWR(x) ((x) << 1) argument 49 #define DWCDDR21MCTL_CCR_HOSTEN(x) ((x) << 2) argument 50 #define DWCDDR21MCTL_CCR_XBISC(x) ((x) << 3) argument 51 #define DWCDDR21MCTL_CCR_NOAPD(x) ((x) << 4) argument 52 #define DWCDDR21MCTL_CCR_RRB(x) ((x) << 13) argument 53 #define DWCDDR21MCTL_CCR_DQSCFG(x) ((x) << 14) argument 54 #define DWCDDR21MCTL_CCR_DFTLM(x) (((x) & 0x3) << 15) argument 55 #define DWCDDR21MCTL_CCR_DFTCMP(x) ((x) << 17) argument 56 #define DWCDDR21MCTL_CCR_FLUSH(x) ((x) << 27) argument [all …]
|
/external/swiftshader/third_party/llvm-7.0/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/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/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-indic-table.cc | 84 /* 0028 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x), _(x,x), _(x,x), 85 /* 0030 */ _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), _(Nd,x), 86 /* 0038 */ _(Nd,x), _(Nd,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), 93 /* 00B0 */ _(x,x), _(x,x), _(SM,x), _(SM,x), _(x,x), _(x,x), _(x,x), _(x,x), 94 /* 00B8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), 95 /* 00C0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), 96 /* 00C8 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), 97 /* 00D0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x), 104 /* 0900 */ _(Bi,T), _(Bi,T), _(Bi,T), _(Vs,R), _(VI,x), _(VI,x), _(VI,x), _(VI,x), 105 /* 0908 */ _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), _(VI,x), [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/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/swiftshader/third_party/llvm-7.0/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/boringssl/src/crypto/chacha/asm/ |
D | chacha-armv8.pl | 58 my @x=map("x$_",(5..17,19..21)); 68 "&add_32 (@x[$a0],@x[$a0],@x[$b0])", 69 "&add_32 (@x[$a1],@x[$a1],@x[$b1])", 70 "&add_32 (@x[$a2],@x[$a2],@x[$b2])", 71 "&add_32 (@x[$a3],@x[$a3],@x[$b3])", 72 "&eor_32 (@x[$d0],@x[$d0],@x[$a0])", 73 "&eor_32 (@x[$d1],@x[$d1],@x[$a1])", 74 "&eor_32 (@x[$d2],@x[$d2],@x[$a2])", 75 "&eor_32 (@x[$d3],@x[$d3],@x[$a3])", 76 "&ror_32 (@x[$d0],@x[$d0],16)", [all …]
|