Home
last modified time | relevance | path

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

12345678910>>...13

/external/libpng/scripts/
DREADME.txt57 libpng.pc.in => Used by several makefiles to create libpng.pc
58 pngwin.rc => Used by the visualc71 project.
59 pngwin.def => Used by makefile.os2
60 pngwin.dfn => Used to maintain pngwin.def
61 SCOPTIONS.ppc => Used with smakefile.ppc
63 checksym.awk => Used for maintaining pnglibconf.h
64 def.dfn => Used for maintaining pnglibconf.h
65 options.awk => Used for maintaining pnglibconf.h
66 pnglibconf.dfa => Used for maintaining pnglibconf.h
67 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()
/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/llvm/include/llvm/
DPassAnalysisSupport.h49 SmallVector<AnalysisID, 0> Used; variable
93 Used.push_back(ID); in addUsedIfAvailableID()
97 Used.push_back(&ID); in addUsedIfAvailableID()
103 Used.push_back(&PassClass::ID); in addUsedIfAvailable()
135 const VectorType &getUsedSet() const { return Used; } in getUsedSet()
/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/webrtc/webrtc/tools/barcode_tools/
DDEPS6 # Used by barcode_tools
10 # Used by barcode_tools
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp4653 llvm::SmallBitVector &Used);
4662 llvm::SmallBitVector &Used) { in MarkUsedTemplateParameters() argument
4691 Used[NTTP->getIndex()] = true; in MarkUsedTemplateParameters()
4701 llvm::SmallBitVector &Used) { in MarkUsedTemplateParameters() argument
4706 Used); in MarkUsedTemplateParameters()
4708 OnlyDeduced, Depth, Used); in MarkUsedTemplateParameters()
4718 llvm::SmallBitVector &Used) { in MarkUsedTemplateParameters() argument
4723 Used[TTP->getIndex()] = true; in MarkUsedTemplateParameters()
4730 Depth, Used); in MarkUsedTemplateParameters()
4733 Depth, Used); in MarkUsedTemplateParameters()
[all …]
/external/llvm/include/llvm/Target/
DTargetCallingConv.h134 bool Used; member
146 InputArg() : VT(MVT::Other), Used(false) {} in InputArg()
149 : Flags(flags), Used(used), OrigArgIndex(origIdx), PartOffset(partOffs) { in InputArg()
/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/lib/Transforms/IPO/
DSampleProfile.cpp215 unsigned computeCoverage(unsigned Used, unsigned Total) const;
371 unsigned SampleCoverageTracker::computeCoverage(unsigned Used, in computeCoverage() argument
373 assert(Used <= Total && in computeCoverage()
375 return Total > 0 ? Used * 100 / Total : 100; in computeCoverage()
1188 unsigned Used = CoverageTracker.countUsedRecords(Samples); in emitAnnotations() local
1190 unsigned Coverage = CoverageTracker.computeCoverage(Used, Total); in emitAnnotations()
1194 Twine(Used) + " of " + Twine(Total) + " available profile records (" + in emitAnnotations()
1201 uint64_t Used = CoverageTracker.getTotalUsedSamples(); in emitAnnotations() local
1203 unsigned Coverage = CoverageTracker.computeCoverage(Used, Total); in emitAnnotations()
1207 Twine(Used) + " of " + Twine(Total) + " available profile samples (" + in emitAnnotations()
DInternalize.cpp177 SmallPtrSet<GlobalValue *, 8> Used; in runOnModule() local
178 collectUsedGlobalVariables(M, Used, false); in runOnModule()
200 for (GlobalValue *V : Used) { in runOnModule()
/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/v8/src/compiler/
Dzone-pool.h77 typedef std::vector<Zone*> Used; typedef
81 Used used_;
/external/curl/docs/
DLICENSE-MIXING78 (Used for asynchronous name resolves) Uses an MIT license that is very
84 (Used for compressed Transfer-Encoding support) Uses an MIT-style
105 (Used for IDNA support) Uses the GNU Lesser General Public
115 (Used for LDAP support) Uses a Modified BSD-style license. Since
121 (Used for scp and sftp support) libssh2 uses a Modified BSD-style
/external/guice/extensions/grapher/test/com/google/inject/grapher/demo/
DPlutoniumProvider.java23 @Inject public PlutoniumProvider(@Inventor Person inventor, @Used PinballParts parts) {} in PlutoniumProvider()
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp161 Used = 0x04 enumerator
211 if (GN.Flags & GepNode::Used) { in operator <<()
379 PN->Flags |= GepNode::Used; in processGepInst()
595 if (NF & GepNode::Used) in common()
751 if (Node->Flags & GepNode::Used) { in recalculatePlacement()
960 NewN->Flags &= ~GepNode::Used; in separateChainForNode()
984 Node->Flags &= ~GepNode::Used; in separateChainForNode()
989 NewNode->Flags |= GepNode::Used; in separateChainForNode()
1008 if (!(N->Flags & GepNode::Used)) in separateConstantChains()
1142 if (N->Flags & GepNode::Used) { in getAllUsersForNode()
[all …]
/external/nanopb-c/tests/multiple_files/
Dcallbacks2.proto2 // callbacks.pb.h still compiles. Used with test_compiles.c.

12345678910>>...13