Searched defs:Less (Results 1 - 14 of 14) sorted by relevance

/external/skia/src/core/
H A DSkPtrRecorder.cpp20 bool SkPtrSet::Less(const Pair& a, const Pair& b) { function in class:SkPtrSet
33 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
49 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml19 | Less Constructor in type:CodeGenOptLevel/t
/external/llvm/include/llvm/Support/
H A DCodeGen.h54 Less, // -O1 enumerator in enum:llvm::CodeGenOpt::Level
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_init.c95 * - 1: Less (-O1)
104 Less, // -O1 enumerator in enum:LLVM_CodeGenOpt_Level
/external/v8/src/
H A Dbignum.h57 static bool Less(const Bignum& a, const Bignum& b) { function in class:v8::internal::Bignum
/external/clang/include/clang/Basic/
H A DABI.h80 bool Less(const VirtualAdjustment &RHS) const { function in union:clang::ReturnAdjustment::VirtualAdjustment
103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
148 bool Less(const VirtualAdjustment &RHS) const { function in union:clang::ThisAdjustment::VirtualAdjustment
171 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
/external/skia/src/gpu/
H A DGrProgramDesc.h89 static bool Less(const GrProgramDesc& a, const GrProgramDesc& b) { function in class:GrProgramDesc
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
H A DMCAsmLexer.h52 Less, LessEqual, LessLess, LessGreater, enumerator in enum:llvm::AsmToken::TokenKind
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetMachine.h50 Less, // -O1 enumerator in enum:llvm::CodeGenOpt::Level
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenRegisters.h70 struct Less { struct in struct:llvm::CodeGenRegister
79 typedef std::set<const CodeGenRegister*, Less> Set;
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h57 Less, LessEqual, LessLess, LessGreater, enumerator in enum:llvm::AsmToken::TokenKind
/external/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp582 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { local
587 std::sort(G.begin(), G.end(), Less);
H A DRDFLiveness.cpp145 // Less(A,B) iff instruction A is further down in the dominator tree than B.
146 auto Less = [&Block,this] (NodeId A, NodeId B) -> bool { local
176 std::sort(Tmp.begin(), Tmp.end(), Less);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 470 milliseconds