Home
last modified time | relevance | path

Searched refs:Used (Results 1 – 25 of 234) sorted by relevance

12345678910

/external/libpng/scripts/
DREADME.txt59 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/
Dwarn-unused-value.cpp53 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/
Dradeon_pair_dead_sources.c9 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()
Dradeon_program_pair.c53 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()
Dradeon_pair_regalloc.c53 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()
Dradeon_program.c75 unsigned char * Used; member
94 d->Used[index] |= mask; in get_used_temporaries_cb()
111 d.Used = used; in rc_get_used_temporaries()
Dradeon_variable.c104 .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()
Dradeon_pair_schedule.c341 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()
Dradeon_program_print.c352 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/
DRecordStreamer.cpp23 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/
Dbuild.properties45 # 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/
DWeak.h36 void setUsed(bool Used=true) { used = Used; }
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4574 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/
DTargetCallingConv.h133 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/
DInternalize.cpp139 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/
DObjCUnusedIVarsChecker.cpp30 enum IVarState { Unused, Used }; enumerator
41 I->second = Used; in Scan()
75 I->second = Used; in Scan()
/external/llvm/test/CodeGen/Hexagon/vect/
Dvect-apint-truncate.ll2 ; Used to fail with "Invalid APInt Truncate request".
3 ; Used to fail with "Cannot select: 0x596010: v2i32 = sign_extend_inreg".
Dvect-illegal-type.ll3 ; 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/
DDCE.cpp122 if (Instruction *Used = dyn_cast<Instruction>(*OI)) in runOnFunction() local
123 WorkList.push_back(Used); in runOnFunction()
/external/sepolicy/tools/
DREADME8 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/
Dcallbacks2.proto2 // callbacks.pb.h still compiles. Used with test_compiles.c.
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
DREADME.chromium8 Description: Used for HTML module parsing
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/
DREADME.chromium8 Description: Used for testing
/external/iproute2/etc/iproute2/
Drt_protos20 # Used by me for gated
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmserr.c380 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()

12345678910