HomeSort by relevance Sort by last modified time
    Searched refs:Unit (Results 26 - 50 of 345) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 96 /// Keeps a live range set for each register unit to track fixed physreg
362 // Register unit functions.
370 // track liveness per register unit to handle aliasing registers more
373 /// getRegUnit - Return the live range for Unit.
375 LiveRange &getRegUnit(unsigned Unit) {
376 LiveRange *LR = RegUnitRanges[Unit];
380 RegUnitRanges[Unit] = LR = new LiveRange(UseSegmentSetForPhysRegs);
381 computeRegUnitRange(*LR, Unit);
386 /// getCachedRegUnit - Return the live range for Unit if it has already
388 LiveRange *getCachedRegUnit(unsigned Unit) {
    [all...]
  /external/llvm/lib/Fuzzer/
FuzzerUtil.cpp 24 void Print(const Unit &v, const char *PrintAfter) {
30 void PrintASCII(const Unit &U, const char *PrintAfter) {
40 std::string Hash(const Unit &U) {
76 bool ToASCII(Unit &U) {
89 bool IsASCII(const Unit &U) {
95 bool ParseOneDictionaryEntry(const std::string &Str, Unit *U) {
141 bool ParseDictionaryFile(const std::string &Text, std::vector<Unit> *Units) {
148 Unit U;
171 std::string Base64(const Unit &U) {
FuzzerLoop.cpp 67 void Fuzzer::PrintUnitInASCII(const Unit &U, const char *PrintAfter) {
98 Printf("ALARM: working on the last Unit for %zd seconds\n", Seconds);
148 std::vector<Unit> AdditionalCorpus;
179 std::vector<Unit> NewCorpus;
185 [](const Unit &A, const Unit &B) { return A.size() < B.size(); });
187 Unit &U = CurrentUnit;
208 bool Fuzzer::RunOne(const Unit &U) {
225 Printf("Slowest unit: %zd s:\n", TimeOfLongestUnitInSeconds);
226 WriteUnitToFileWithPrefix(U, "slow-unit-")
    [all...]
FuzzerMutate.cpp 26 std::vector<Unit> Dictionary;
29 const std::vector<Unit> *Corpus = nullptr;
45 Dictionary.push_back(Unit(Word, Word + Size));
47 void SetCorpus(const std::vector<Unit> *Corpus) { this->Corpus = Corpus; }
119 const Unit &Word = D[Rand(D.size())];
165 const Unit &Other = (*Corpus)[Idx];
167 Unit U(MaxSize);
170 assert(NewSize > 0 && "CrossOver returned empty unit");
171 assert(NewSize <= MaxSize && "CrossOver returned overisized unit");
211 void MutationDispatcher::SetCorpus(const std::vector<Unit> *Corpus)
    [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 166 /// Get the child of \a Context described by \a DIE in \a Unit. The
176 const DWARFDebugInfoEntryMinimal *DIE, CompileUnit &Unit,
182 /// \brief Stores all information relating to a compile unit, be it in
260 /// Mark every DIE in this unit as kept. This function also
265 /// \brief Compute the end offset for this unit. Must be
267 /// \returns the next unit offset (which is also the current
356 /// functions in this unit, associated with the PC offset to apply
361 /// all the unit's function addresses.
373 /// \brief Accelerator entries for the unit, both for the pub*
383 /// Is this unit subject to the ODR rule
    [all...]
  /external/llvm/lib/CodeGen/
TargetRegisterInfo.cpp 67 Printable PrintRegUnit(unsigned Unit, const TargetRegisterInfo *TRI) {
68 return Printable([Unit, TRI](raw_ostream &OS) {
71 OS << "Unit~" << Unit;
76 if (Unit >= TRI->getNumRegUnits()) {
77 OS << "BadUnit~" << Unit;
82 MCRegUnitRootIterator Roots(Unit, TRI);
83 assert(Roots.isValid() && "Unit has no roots.");
90 Printable PrintVRegOrUnit(unsigned Unit, const TargetRegisterInfo *TRI) {
91 return Printable([Unit, TRI](raw_ostream &OS)
    [all...]
  /external/llvm/lib/Fuzzer/test/
FuzzerUnittest.cpp 16 Unit A({0, 1, 2}), B({5, 6, 7});
17 Unit C;
18 Unit Expected[] = {
55 std::set<Unit> FoundUnits, ExpectedUnitsWitThisLength;
63 for (const Unit &U : Expected)
72 fuzzer::Unit U(A, A + sizeof(A));
317 Unit U;
326 EXPECT_EQ(U, Unit({'a'}));
328 EXPECT_EQ(U, Unit({'a', 'b', 'c'}));
330 EXPECT_EQ(U, Unit({'a', 'b', 'c'}))
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-recognizers.rb 5 require 'test/unit'
10 class TestTokenSource < Test::Unit::TestCase
37 class TestLexer < Test::Unit::TestCase
test-dfa.rb 5 require 'test/unit'
21 class TestDFA < Test::Unit::TestCase
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_span.c 72 _swrast_map_texture(ctx, ctx->Texture.Unit[i]._Current);
74 _swrast_unmap_texture(ctx, ctx->Texture.Unit[i]._Current);
nv04_state_frag.c 46 int unit; member in struct:combiner_state
63 /* Initialize a combiner_state struct from the texture unit
67 ctx->Texture.Unit[i]._CurrentCombine; \
69 (rc)->unit = i; \
89 return rc->unit ? COMBINER_SOURCE(TEXTURE1) :
105 return rc->unit ? COMBINER_SOURCE(PREVIOUS) :
140 rc->unit : source - GL_TEXTURE0);
141 struct gl_texture_object *t = rc->ctx->Texture.Unit[i]._Current;
260 if (ctx->Texture.Unit[i]._ReallyEnabled) {
290 nv04->blend |= get_texenv_mode(ctx->Texture.Unit[0].EnvMode)
    [all...]
nv10_state_tex.c 42 struct gl_texture_unit *unit = &ctx->Texture.Unit[i]; local
46 if (nctx->fallback == HWTNL && (unit->TexGenEnabled & 1 << j)) {
47 struct gl_texgen *coord = get_texgen_coord(unit, j);
76 ctx->Texture.Unit[i]._GenFlags)) {
168 if (!ctx->Texture.Unit[i]._ReallyEnabled) {
174 t = ctx->Texture.Unit[i]._Current;
211 + ctx->Texture.Unit[i].LodBias;
  /system/extras/tests/timetest/
Android.mk 22 # Unit tests.
37 LOCAL_MODULE := time-unit-tests
  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 212 unsigned clang_getNumDiagnostics(CXTranslationUnit Unit) {
213 if (cxtu::isNotUsableTU(Unit)) {
214 LOG_BAD_TU(Unit);
217 if (!cxtu::getASTUnit(Unit))
219 return lazyCreateDiags(Unit, /*checkIfChanged=*/true)->getNumDiagnostics();
222 CXDiagnostic clang_getDiagnostic(CXTranslationUnit Unit, unsigned Index) {
223 if (cxtu::isNotUsableTU(Unit)) {
224 LOG_BAD_TU(Unit);
228 CXDiagnosticSet D = clang_getDiagnosticSetFromTU(Unit);
239 CXDiagnosticSet clang_getDiagnosticSetFromTU(CXTranslationUnit Unit) {
    [all...]
CIndexHigh.cpp 248 ASTUnit &Unit;
253 FindFileMacroRefVisitData(ASTUnit &Unit, const FileEntry *File,
256 : Unit(Unit), File(File), Macro(Macro), visitor(visitor) { }
259 return Unit.getASTContext();
316 ASTUnit *Unit = cxtu::getASTUnit(TU);
317 SourceManager &SM = Unit->getSourceManager();
328 FindFileMacroRefVisitData data(*Unit, File, Macro, Visitor);
342 ASTUnit &Unit;
346 FindFileIncludesVisitor(ASTUnit &Unit, const FileEntry *File
    [all...]
Indexing.cpp 573 ASTUnit *Unit = ASTUnit::create(CInvok.get(), Diags, CaptureDiagnostics,
575 if (!Unit)
579 new CXTUOwner(MakeCXTranslationUnit(CXXIdx, Unit)));
634 IndexAction.get(), Unit, Persistent, CXXIdx->getClangResourcesPath(),
640 printDiagsToStderr(Unit);
642 if (isASTReadError(Unit))
658 static void indexPreprocessingRecord(ASTUnit &Unit, IndexingContext &IdxCtx) {
659 Preprocessor &PP = Unit.getPreprocessor();
665 bool isModuleFile = Unit.isModuleFile();
666 for (PreprocessedEntity *PPE : Unit.getLocalPreprocessingEntities())
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 399 // Create new compile unit.
588 llvm::DIFile *Unit) {
611 return getOrCreateType(QualType(T, 0), Unit);
614 auto *FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit);
622 llvm::DIFile *Unit) {
628 return getOrCreateType(CGM.getContext().getObjCIdType(), Unit);
631 Ty->getPointeeType(), Unit);
635 llvm::DIFile *Unit) {
637 Ty->getPointeeType(), Unit);
723 llvm::DIFile *Unit) {
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.c 167 /* lsu -- least significant Unit (of coefficient) */
170 /* msu -- most significant Unit (of coefficient) */
213 static const Unit uarrone[1]={1}; /* Unit array of 1, used for incrementing */
237 /* QUOT10 -- macro to return the quotient of unit u divided by 10**n */
266 static Int decGetDigits(Unit *, Int);
278 static void decReverse(Unit *, Unit *);
279 static void decSetCoeff(decNumber *, decContext *, const Unit *,
284 static Int decShiftToLeast(Unit *, Int, Int)
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 271 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCompilerInvocationAction(
273 if (!Unit) {
281 ASTContext &Ctx = Unit->getASTContext();
285 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
294 Unit->getPreprocessor());
309 DiagClient->BeginSourceFile(Ctx.getLangOpts(), &Unit->getPreprocessor());
315 TransformActions testAct(*Diags, capturedDiags, Ctx, Unit->getPreprocessor());
316 MigrationPass pass(Ctx, OrigGCMode, Unit->getSema(), testAct, capturedDiags,
547 std::unique_ptr<ASTUnit> Unit(ASTUnit::LoadFromCompilerInvocationAction(
549 if (!Unit) {
    [all...]
  /external/autotest/client/deps/glbench/src/
cleartest.cc 20 virtual const char* Unit() const { return "mpixels_sec"; }
readpixeltest.cc 23 virtual const char* Unit() const { return "mpixels_sec"; }
  /external/llvm/test/MC/ELF/
compression.s 27 // INFO: 0x00000000: Compile Unit: length = 0x0000000c version = 0x0004 abbr_offset = 0x0000 addr_size = 0x08 (next unit at 0x00000010)
48 .long 12 # Length of Unit
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/
karma-config-ci.js 35 testName: 'Web App Unit Tests'
  /external/llvm/test/
Makefile 51 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/test lit.site.cfg Unit/lit.site.cfg
60 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/clang/tools/extra/test lit.site.cfg Unit/lit.site.cfg
69 $(MAKE) -C $(PROJ_OBJ_DIR)/../tools/lld/test lit.site.cfg Unit/lit.site.cfg
97 check-local:: lit.site.cfg Unit/lit.site.cfg
104 check-local-all:: lit.site.cfg Unit/lit.site.cfg extra-site-cfgs
155 Unit/lit.site.cfg: $(PROJ_OBJ_DIR)/Unit/.dir FORCE
157 @$(ECHOPATH) s=@LLVM_SOURCE_DIR@=$(LLVM_SRC_ROOT)=g > unit.tmp
158 @$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> unit.tmp
159 @$(ECHOPATH) s=@LLVM_TOOLS_DIR@=$(ToolDir)=g >> unit.tm
    [all...]
  /frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
KCode.kt 58 infix fun tab(s : String?, init : (KCode.() -> Unit)? = null) : KCode {
83 infix fun nl(s : String?, init : (KCode.() -> Unit)? = null) : KCode {
104 fun app(glue : String = "", s : String?, init : (KCode.() -> Unit)? = null) : KCode {
144 fun kcode(s : String?, init : (KCode.() -> Unit)? = null) : KCode {

Completed in 541 milliseconds

12 3 4 5 6 7 8 91011>>