HomeSort by relevance Sort by last modified time
    Searched refs:Partial (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 44 /// Partial - True when the original copy was a partial subregister copy.
45 bool Partial;
61 Partial(false), CrossClass(false), Flipped(false), NewRC(0) {}
80 bool isPartial() const { return Partial; }
RegisterCoalescer.cpp 250 Partial = SrcSub || DstSub;
360 // This is a partial register copy. Check that the parts match.
    [all...]
  /external/llvm/lib/Analysis/
AliasAnalysisCounter.cpp 32 unsigned No, May, Partial, Must;
39 No = May = Partial = Must = 0;
48 unsigned AASum = No+May+Partial+Must;
57 printLine("partial alias", Partial, AASum);
61 << Partial*100/AASum << "%/"
135 case PartialAlias: Partial++; AliasString = "Partial alias"; break;
  /external/webkit/Source/WebCore/page/
SpatialNavigation.h 68 // 2) Partially aligned: There is a partial intersection between the rects, either
98 Partial,
SpatialNavigation.cpp 108 return Partial;
209 // This method checks if |start| and |dest| have a partial intersection, either
  /system/bluetooth/data/
auto_pairing.conf 18 // Blacklisting by Partial Name (if name starts with)
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp     [all...]
SemaTemplateDeduction.cpp 36 /// matching class template partial specializations).
100 /// performing template argument deduction for partial ordering of function
656 /// deduction for during partial ordering for a call
657 /// (C++0x [temp.deduct.partial]).
660 /// in the context of partial ordering, the set of qualifier comparisons.
    [all...]
SemaTemplate.cpp     [all...]
  /external/oprofile/events/i386/atom/
events 49 event:0x6A counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_PWR : Partial write bus transaction.
50 event:0x6B counters:0,1 um:core,agent minimum:500 name:BUS_TRANS_P : Partial bus transactions
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface_unittest.cc     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 736 /// \brief Emit a partial diagnostic.
739 /// \brief Build a partial diagnostic.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 561 of this array has the following (partial) format (See Section \ref{sec:cipherdesc}):
    [all...]

Completed in 2926 milliseconds