/external/libpng/scripts/ |
D | README.txt | 59 libpng.pc.in => Used by several makefiles to create libpng.pc 60 pngwin.rc => Used by the visualc71 project. 61 pngwin.def => Used by makefile.os2 62 pngwin.dfn => Used to maintain pngwin.def 63 SCOPTIONS.ppc => Used with smakefile.ppc 65 checksym.awk => Used for maintaining pnglibconf.h 66 def.dfn => Used for maintaining pnglibconf.h 67 options.awk => Used for maintaining pnglibconf.h 68 pnglibconf.dfa => Used for maintaining pnglibconf.h 69 pnglibconf.mak => Used for maintaining pnglibconf.h [all …]
|
/external/clang/test/SemaCXX/ |
D | warn-unused-value.cpp | 53 struct Used { struct 54 Used(); 55 Used(int); 56 Used(int, int); 64 Used(); in f() 65 Used(1); in f() 66 Used(1, 1); in f()
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_pair_dead_sources.c | 9 if (sub->Src[RC_PAIR_PRESUB_SRC].Used) { in mark_used_presub() 14 sub->Src[i].Used = 1; in mark_used_presub() 28 inst->U.P.RGB.Src[sub->Arg[i].Source].Used = 1; in mark_used() 32 inst->U.P.Alpha.Src[sub->Arg[i].Source].Used = 1; in mark_used() 53 inst->U.P.RGB.Src[i].Used = 0; in rc_pair_remove_dead_sources() 54 inst->U.P.Alpha.Src[i].Used = 0; in rc_pair_remove_dead_sources()
|
D | radeon_program_pair.c | 53 if (rgb && pair->RGB.Src[RC_PAIR_PRESUB_SRC].Used in rc_pair_alloc_source() 58 if (alpha && pair->Alpha.Src[RC_PAIR_PRESUB_SRC].Used in rc_pair_alloc_source() 67 if (pair->RGB.Src[i].Used) { in rc_pair_alloc_source() 77 if (pair->Alpha.Src[i].Used) { in rc_pair_alloc_source() 102 pair->RGB.Src[candidate].Used = 1; in rc_pair_alloc_source() 110 pair->RGB.Src[i].Used = 1; in rc_pair_alloc_source() 115 pair->Alpha.Src[candidate].Used = 1; in rc_pair_alloc_source() 123 pair->Alpha.Src[i].Used = 1; in rc_pair_alloc_source()
|
D | radeon_pair_regalloc.c | 53 unsigned int Used:1; member 103 unsigned int Used; member 116 if (!src || !src->Used) { in print_live_intervals() 134 if (!a->Used || !b->Used) { in overlap_live_intervals() 171 s->Input[index].Used = 1; in scan_read_callback() 178 reg->Live[i].Used = 1; in scan_read_callback() 570 if (!rc_class_list[class_index].Used) { in do_advanced_regalloc() 571 rc_class_list[class_index].Used = 1; in do_advanced_regalloc() 582 if (!class.Used) { in do_advanced_regalloc() 617 if (s->Input[i].Live[chan].Used) { in do_advanced_regalloc()
|
D | radeon_program.c | 75 unsigned char * Used; member 94 d->Used[index] |= mask; in get_used_temporaries_cb() 111 d.Used = used; in rc_get_used_temporaries()
|
D | radeon_variable.c | 104 .Used = 1; in rc_variable_change_dst() 112 .Used = 1; in rc_variable_change_dst() 214 if (!var->Live[chan].Used in rc_variable_compute_live_intervals() 219 if (!var->Live[chan].Used in rc_variable_compute_live_intervals() 223 var->Live[chan].Used = 1; in rc_variable_compute_live_intervals()
|
D | radeon_pair_schedule.c | 341 sinst->Score += sinst->Instruction->U.P.RGB.Src[src_idx].Used + in calc_score_r300() 342 sinst->Instruction->U.P.Alpha.Src[src_idx].Used; in calc_score_r300() 531 if (dst_sub->Src[RC_PAIR_PRESUB_SRC].Used) in merge_presub_sources() 556 if (!temp.Used) in merge_presub_sources() 612 if (alpha->RGB.Src[RC_PAIR_PRESUB_SRC].Used) { in destructive_merge_instructions() 618 if (alpha->Alpha.Src[RC_PAIR_PRESUB_SRC].Used) { in destructive_merge_instructions() 729 if (emitted->U.P.RGB.Src[RC_PAIR_PRESUB_SRC].Used) { in presub_nop() 744 if (!emitted->U.P.Alpha.Src[RC_PAIR_PRESUB_SRC].Used) in presub_nop() 870 if (inst->U.P.Alpha.Src[i].Used) { in is_rgb_to_alpha_possible()
|
D | radeon_program_print.c | 352 if (inst->RGB.Src[src].Used) { in rc_print_pair_instruction() 359 if (inst->Alpha.Src[src].Used) { in rc_print_pair_instruction() 367 if(inst->RGB.Src[RC_PAIR_PRESUB_SRC].Used) { in rc_print_pair_instruction() 372 if(inst->Alpha.Src[RC_PAIR_PRESUB_SRC].Used) { in rc_print_pair_instruction()
|
/external/llvm/lib/Object/ |
D | RecordStreamer.cpp | 23 case Used: in markDefined() 39 case Used: in markGlobal() 54 case Used: in markUsed() 55 S = Used; in markUsed()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/componentScripts/ |
D | build.properties | 45 # Type of build. Used in naming the build output. Typically this value is 51 # ID of the build. Used in naming the build output. 56 # Label for the build. Used in naming the build output 61 # Timestamp for the build. Used in naming the build output 126 # Sets the value of the -source command line switch for javac version 1.4. Used when compiling the… 132 # Sets the value of the -target command line switch for javac. Used when compiling the jars for th…
|
/external/clang/include/clang/Sema/ |
D | Weak.h | 36 void setUsed(bool Used=true) { used = Used; }
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 4574 llvm::SmallBitVector &Used); 4583 llvm::SmallBitVector &Used) { in MarkUsedTemplateParameters() argument 4612 Used[NTTP->getIndex()] = true; in MarkUsedTemplateParameters() 4622 llvm::SmallBitVector &Used) { in MarkUsedTemplateParameters() argument 4627 Used); in MarkUsedTemplateParameters() 4629 OnlyDeduced, Depth, Used); in MarkUsedTemplateParameters() 4639 llvm::SmallBitVector &Used) { in MarkUsedTemplateParameters() argument 4644 Used[TTP->getIndex()] = true; in MarkUsedTemplateParameters() 4651 Depth, Used); in MarkUsedTemplateParameters() 4654 Depth, Used); in MarkUsedTemplateParameters() [all …]
|
/external/llvm/include/llvm/Target/ |
D | TargetCallingConv.h | 133 bool Used; member 145 InputArg() : VT(MVT::Other), Used(false) {} in InputArg() 148 : Flags(flags), Used(used), OrigArgIndex(origIdx), PartOffset(partOffs) { in InputArg()
|
/external/llvm/lib/Transforms/IPO/ |
D | Internalize.cpp | 139 SmallPtrSet<GlobalValue *, 8> Used; in runOnModule() local 140 collectUsedGlobalVariables(M, Used, false); in runOnModule() 151 for (GlobalValue *V : Used) { in runOnModule()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCUnusedIVarsChecker.cpp | 30 enum IVarState { Unused, Used }; enumerator 41 I->second = Used; in Scan() 75 I->second = Used; in Scan()
|
/external/llvm/test/CodeGen/Hexagon/vect/ |
D | vect-apint-truncate.ll | 2 ; Used to fail with "Invalid APInt Truncate request". 3 ; Used to fail with "Cannot select: 0x596010: v2i32 = sign_extend_inreg".
|
D | vect-illegal-type.ll | 3 ; Used to fail with "Unexpected illegal type!" 4 ; Used to fail with "Cannot select: ch = store x,x,x,<ST4[undef](align=8), trunc to v4i8>"
|
/external/llvm/lib/Transforms/Scalar/ |
D | DCE.cpp | 122 if (Instruction *Used = dyn_cast<Instruction>(*OI)) in runOnFunction() local 123 WorkList.push_back(Used); in runOnFunction()
|
/external/sepolicy/tools/ |
D | README | 8 property_contexts configuration file. Used as part of the policy 20 checking the validity of the configurations. Used as part of the
|
/external/nanopb-c/tests/multiple_files/ |
D | callbacks2.proto | 2 // callbacks.pb.h still compiles. Used with test_compiles.c.
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/ |
D | README.chromium | 8 Description: Used for HTML module parsing
|
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/ |
D | README.chromium | 8 Description: Used for testing
|
/external/iproute2/etc/iproute2/ |
D | rt_protos | 20 # Used by me for gated
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmserr.c | 380 chunk ->Used = 0; in _cmsCreateSubAllocChunk() 428 cmsUInt32Number Free = sub -> h ->BlockSize - sub -> h -> Used; in _cmsSubAlloc() 451 ptr = sub -> h ->Block + sub -> h ->Used; in _cmsSubAlloc() 452 sub -> h -> Used += size; in _cmsSubAlloc()
|