/external/e2fsprogs/tests/d_fallocate_blkmap/ |
D | expect | 26 (0-1):1312-1313, (2-11):8000-8009, (IND):8010, (12-39):8011-8038 38 …IND):10012, (12-267):10013-10268, (DIND):10269, (IND):10270, (268-523):10271-10526, (IND):10527, (…
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_maos_verts.c | 63 #define DO_W (IND & RADEON_CP_VC_FRMT_W0) 64 #define DO_RGBA (IND & RADEON_CP_VC_FRMT_PKCOLOR) 65 #define DO_SPEC_OR_FOG (IND & RADEON_CP_VC_FRMT_PKSPEC) 66 #define DO_SPEC ((IND & RADEON_CP_VC_FRMT_PKSPEC) && \ 68 #define DO_FOG ((IND & RADEON_CP_VC_FRMT_PKSPEC) && ctx->Fog.Enabled && \ 70 #define DO_TEX0 ((IND & RADEON_CP_VC_FRMT_ST0) != 0) 71 #define DO_TEX1 ((IND & RADEON_CP_VC_FRMT_ST1) != 0) 72 #define DO_TEX2 ((IND & RADEON_CP_VC_FRMT_ST2) != 0) 73 #define DO_PTEX ((IND & RADEON_CP_VC_FRMT_Q0) != 0) 74 #define DO_NORM ((IND & RADEON_CP_VC_FRMT_N0) != 0) [all …]
|
D | radeon_swtcl.c | 534 #define DO_UNFILLED ((IND & RADEON_UNFILLED_BIT) != 0) 535 #define DO_TWOSIDE ((IND & RADEON_TWOSIDE_BIT) != 0) 616 #undef IND 624 #define IND (0) macro 628 #define IND (RADEON_TWOSIDE_BIT) macro 632 #define IND (RADEON_UNFILLED_BIT) macro 636 #define IND (RADEON_TWOSIDE_BIT|RADEON_UNFILLED_BIT) macro
|
D | radeon_maos_vbtmp.h | 293 setup_tab[IDX].vertex_format = IND; in TAG() 298 #undef IND
|
/external/mesa3d/src/mesa/swrast_setup/ |
D | ss_tritmp.h | 51 if (IND & (SS_TWOSIDE_BIT | SS_OFFSET_BIT | SS_UNFILLED_BIT)) in TAG() 59 if (IND & (SS_TWOSIDE_BIT | SS_UNFILLED_BIT)) in TAG() 63 if (IND & SS_UNFILLED_BIT) in TAG() 67 if (IND & SS_TWOSIDE_BIT) { in TAG() 131 if (IND & SS_OFFSET_BIT) { in TAG() 157 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetPoint) { in TAG() 164 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetLine) { in TAG() 171 if ((IND & SS_OFFSET_BIT) && ctx->Polygon.OffsetFill) { in TAG() 182 if (IND & SS_OFFSET_BIT) { in TAG() 188 if (IND & SS_TWOSIDE_BIT) { in TAG() [all …]
|
D | ss_triangle.c | 165 #define IND (0) macro 169 #define IND (SS_OFFSET_BIT) macro 173 #define IND (SS_TWOSIDE_BIT) macro 177 #define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT) macro 181 #define IND (SS_UNFILLED_BIT) macro 185 #define IND (SS_OFFSET_BIT|SS_UNFILLED_BIT) macro 189 #define IND (SS_TWOSIDE_BIT|SS_UNFILLED_BIT) macro 193 #define IND (SS_OFFSET_BIT|SS_TWOSIDE_BIT|SS_UNFILLED_BIT) macro
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | induction.ll | 2 … -force-vector-interleave=1 -force-vector-width=2 -instcombine -S | FileCheck %s --check-prefix=IND 39 ; IND-LABEL: scalar_use 41 ; IND: br label %vector.body 42 ; IND: vector.body: 44 ; IND-NOT: insertelement <2 x i64> 45 ; IND-NOT: shufflevector <2 x i64> 46 ; IND: br {{.*}}, label %vector.body 97 ; IND-LABEL: @scalarize_induction_variable_01( 98 ; IND: vector.body: 99 ; IND: %index = phi i64 [ 0, %vector.ph ], [ %index.next, %vector.body ] [all …]
|
D | if-pred-stores.ll | 65 ; UNROLL: %[[IND:[a-zA-Z0-9]+]] = add i64 %{{.*}}, 0 67 ; UNROLL: %[[v0:[a-zA-Z0-9]+]] = getelementptr inbounds i32, i32* %f, i64 %[[IND]]
|
/external/llvm/test/Transforms/CodeGenPrepare/X86/ |
D | fcmp-sinking.ll | 19 %IND = phi i32 [ 0, %entry ], [ %IND.new, %body1 ] 20 %CMP = icmp slt i32 %IND, 1250 25 %IND.new = add i32 %IND, 1
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_tris.c | 601 #define DO_FALLBACK ((IND & INTEL_FALLBACK_BIT) != 0) 602 #define DO_OFFSET ((IND & INTEL_OFFSET_BIT) != 0) 603 #define DO_UNFILLED ((IND & INTEL_UNFILLED_BIT) != 0) 604 #define DO_TWOSIDE ((IND & INTEL_TWOSIDE_BIT) != 0) 684 #define IND INTEL_FALLBACK_BIT macro 686 #undef IND 692 #define IND (0) macro 696 #define IND (INTEL_OFFSET_BIT) macro 700 #define IND (INTEL_TWOSIDE_BIT) macro 704 #define IND (INTEL_TWOSIDE_BIT|INTEL_OFFSET_BIT) macro [all …]
|
/external/llvm/test/Transforms/LICM/ |
D | hoist-round.ll | 28 %IND = phi i32 [ 0, %entry ], [ %IND.new, %for.body ] 29 %CMP = icmp slt i32 %IND, 10 44 %IND.new = add i32 %IND, 1
|
/external/e2fsprogs/tests/f_convert_bmap/ |
D | expect.1 | 14 (0-11):1025-1036, (IND):24, (12-267):1037-1292, (DIND):25, (IND):41, (268-511):1293-1536
|
/external/e2fsprogs/tests/f_convert_bmap_and_extent/ |
D | expect.1 | 14 (0-11):1025-1036, (IND):24, (12-267):1037-1292, (DIND):25, (IND):41, (268-511):1293-1536
|
/external/wpa_supplicant_8/hostapd/ |
D | hlr_auc_gw.txt | 27 [-D<DB file>] [-i<IND len in bits>] 37 -i<IND len in bits> = IND length for SQN (default: 5)
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_tritmp.h | 660 TAB[IND].quad = TAG(quadr); in TAG() 663 TAB[IND].triangle = TAG(triangle); in TAG() 666 TAB[IND].line = TAG(line); in TAG() 669 TAB[IND].points = TAG(points); in TAG() 673 #undef IND
|
/external/e2fsprogs/tests/f_itable_collision/ |
D | name | 1 collision between IND/extent tree blocks and inode table
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_swtcl.c | 411 #define DO_UNFILLED ((IND & R200_UNFILLED_BIT) != 0) 412 #define DO_TWOSIDE ((IND & R200_TWOSIDE_BIT) != 0) 494 #undef IND 502 #define IND (0) macro 506 #define IND (R200_TWOSIDE_BIT) macro 510 #define IND (R200_UNFILLED_BIT) macro 514 #define IND (R200_TWOSIDE_BIT|R200_UNFILLED_BIT) macro
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | adv-switch-opt.ll | 41 ; CHECK: sub [[IND:[^,]+]],0x5b 42 ; CHECK-NEXT: cmp [[IND]],0x8 44 ; X8632-NEXT: mov [[TARGET:.*]],DWORD PTR {{\[}}[[IND]]*4+0x0] {{[0-9a-f]+}}: R_386_32 .{{.*}}testJ… 46 ; X8664-NEXT: mov {{.}}[[TARGET:.*]],DWORD PTR {{\[}}[[IND]]*4+0x0] {{[0-9a-f]+}}: R_X86_64_32S .{{…
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-use-machine.rl | 47 IND = 3; # BASE_IND 125 independent_cluster = (IND | O | Rsv | WJ) VS?;
|
D | hb-ot-shape-complex-use-table.cc | 27 #define IND USE_IND /* BASE_IND */ macro 98 …, VBlw, VBlw, VBlw, O, O, VPre, VPre, O, O, VPre, VPre, H, IND, O, 138 …/* 0B80 */ O, O, VMAbv, IND, O, B, B, B, B, B, B, O, … 176 …/* 0D50 */ O, O, O, O, IND, IND, IND, VPst, O, O, O, O, … 178 …, O, O, O, O, O, O, O, O, IND, IND, IND, IND, IND, IND, 746 #undef IND
|
/external/selinux/mcstrans/share/examples/nato/setrans.d/ |
D | eyes-only.conf | 322 ~c303=IND # India
|
D | rel.conf | 328 ~c200,~c303=IND # India
|
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | vt320.java | 689 private final static char IND = 132; field in vt320 1653 case IND: in putChar()
|
/external/python/cpython3/Tools/unicode/python-mappings/ |
D | CP273.TXT | 37 0x24 0x0084 #INDEX (IND)
|
/external/icu/icu4c/source/data/misc/ |
D | metadata.txt | 3384 IND{
|