Searched refs:Less (Results 1 - 25 of 34) sorted by relevance

12

/external/skia/src/core/
H A DSkPtrRecorder.cpp21 bool SkPtrSet::Less(const Pair& a, const Pair& b) { function in class:SkPtrSet
34 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
50 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
H A DSkPtrRecorder.h98 static bool Less(const Pair& a, const Pair& b);
H A DSkBitmapHeap.h234 static bool Less(const LookupEntry& a, const LookupEntry& b);
H A DSkBitmapHeap.cpp47 bool SkBitmapHeap::LookupEntry::Less(const SkBitmapHeap::LookupEntry& a, function in class:SkBitmapHeap::LookupEntry
225 int index = SkTSearch<const LookupEntry, LookupEntry::Less>(
/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/llvm/include/llvm/Support/
H A DCodeGen.h51 Less, // -O1 enumerator in enum:llvm::CodeGenOpt::Level
/external/skia/src/gpu/gl/
H A DGrGLGpuProgramCache.cpp35 return GrProgramDesc::Less(desc, entry->fProgram->getDesc());
40 return GrProgramDesc::Less(entry->fProgram->getDesc(), desc);
180 SkASSERT(GrProgramDesc::Less(a, b));
181 SkASSERT(!GrProgramDesc::Less(b, a));
/external/llvm/utils/TableGen/
H A DSequenceToOffsetTable.h34 /// @tparam Less A stable comparator for SeqT elements.
35 template<typename SeqT, typename Less = std::less<typename SeqT::value_type> >
42 Less L;
/external/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp95 OptLevel = CodeGenOpt::Less;
/external/llvm/include/llvm/MC/MCParser/
H A DMCAsmLexer.h51 Less, LessEqual, LessLess, LessGreater, enumerator in enum:llvm::AsmToken::TokenKind
/external/skia/src/gpu/
H A DGrProgramDesc.h51 static bool Less(const GrProgramDesc& a, const GrProgramDesc& b) { function in class:GrProgramDesc
H A DGrResourceCache.cpp546 struct Less { struct
551 Less less;
/external/v8/src/
H A Dbignum.h55 static bool Less(const Bignum& a, const Bignum& b) { function in class:v8::internal::Bignum
H A Dbignum-dtoa.cc177 in_delta_room_minus = Bignum::Less(*numerator, *delta_minus);
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml19 | Less Constructor in type:CodeGenOptLevel/t
H A Dllvm_target.mli24 | Less
/external/openfst/src/include/fst/
H A Dqueue.h272 // Given a vector that maps from states to weights and a Less
278 typedef L Less; typedef in class:fst::StateWeightCompare
652 template <class Arc, class ArcFilter, class Less>
656 ArcFilter filter, Less *less,
687 template <class A, class ArcFilter, class Less>
691 ArcFilter filter, Less *less,
741 // shortest distance from the initial state, a Less comparison
748 typedef L Less; typedef in class:fst::AStarWeightCompare
/external/boringssl/src/crypto/err/
H A Derr_data_generate.go121 func (ks keySlice) Less(i, j int) bool {
/external/llvm/lib/Target/
H A DTargetMachineC.cpp136 OL = CodeGenOpt::Less;
/external/skia/tests/
H A DPathOpsSkpClipTest.cpp698 bool Less(const SortByName& a, const SortByName& b);
699 bool Less(const SortByName& a, const SortByName& b) { function
728 int idx = SkTSearch<SortByName, Less>(sorted[0].begin(), count, &name, sizeof(&name));
932 if (SkTSearch<SortByName, Less>(sorted.get()[dirNo - firstDirNo].begin(),
/external/llvm/tools/llc/
H A Dllc.cpp285 case '1': OLvl = CodeGenOpt::Less; break;
/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/jmonkeyengine/engine/src/core/com/jme3/material/
H A DRenderState.java100 Less, enum constant in enum:RenderState.TestFunction
/external/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp293 case AsmToken::Less: OS << "Less"; break;
/external/llvm/tools/opt/
H A Dopt.cpp258 return CodeGenOpt::Less;

Completed in 3446 milliseconds

12