HomeSort by relevance Sort by last modified time
    Searched refs:Less (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium_org/sandbox/linux/seccomp-bpf/
basicblock.h 18 // Our implementation of the code generator uses a "Less" operator to
23 class Less {
25 Less(const T& data,
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/
Collator.h 45 enum Result { Equal = 0, Greater = 1, Less = -1 };
  /external/chromium_org/third_party/skia/src/core/
SkPtrRecorder.cpp 21 bool SkPtrSet::Less(const Pair& a, const Pair& b) {
34 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
50 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
SkPathHeap.h 59 static bool Less(const LookupEntry& a, const LookupEntry& b) {
SkPtrRecorder.h 77 static bool Less(const Pair& a, const Pair& b);
SkPathHeap.cpp 59 int index = SkTSearch<const LookupEntry, LookupEntry::Less>(
SkBitmapHeap.h 243 static bool Less(const LookupEntry& a, const LookupEntry& b);
  /external/skia/src/core/
SkPtrRecorder.cpp 21 bool SkPtrSet::Less(const Pair& a, const Pair& b) {
34 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
50 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair));
SkPathHeap.h 59 static bool Less(const LookupEntry& a, const LookupEntry& b) {
SkPtrRecorder.h 77 static bool Less(const Pair& a, const Pair& b);
SkPathHeap.cpp 59 int index = SkTSearch<const LookupEntry, LookupEntry::Less>(
SkBitmapHeap.h 243 static bool Less(const LookupEntry& a, const LookupEntry& b);
  /external/clang/include/clang/Basic/
ABI.h 76 bool Less(const VirtualAdjustment &RHS) const {
99 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
144 bool Less(const VirtualAdjustment &RHS) const {
167 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
  /external/llvm/include/llvm/Support/
CodeGen.h 47 Less, // -O1
  /external/llvm/utils/TableGen/
SequenceToOffsetTable.h 34 /// @tparam Less A stable comparator for SeqT elements.
35 template<typename SeqT, typename Less = std::less<typename SeqT::value_type> >
42 Less L;
CodeGenRegisters.h 59 struct Less {
68 typedef std::map<CodeGenSubRegIndex*, CodeGenSubRegIndex*, Less> CompMap;
119 CodeGenSubRegIndex::Less> SubRegMap;
173 // less than RegBank.getNumTopoSigs(). Registers with the same TopoSig have
209 struct Less {
218 typedef std::set<const CodeGenRegister*, Less> Set;
  /external/chromium_org/gpu/command_buffer/service/
buffer_manager.h 84 // A less functor provided for std::map so it can find ranges.
85 struct Less {
167 typedef std::map<Range, GLuint, Range::Less> RangeToMaxValueMap;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL_program.cpp 34 return GrGLProgramDesc::Less(desc, entry->fProgram->getDesc());
39 return GrGLProgramDesc::Less(entry->fProgram->getDesc(), desc);
88 ProgDescLess less; local
89 return SkTSearch(fEntries, fCount, desc, sizeof(Entry*), less);
181 SkASSERT(GrGLProgramDesc::Less(a, b));
182 SkASSERT(!GrGLProgramDesc::Less(b, a));
GrGLProgramDesc.h 102 static bool Less(const GrGLProgramDesc& a, const GrGLProgramDesc& b) {
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 96 OptLevel = CodeGenOpt::Less;
  /external/skia/src/gpu/gl/
GrGpuGL_program.cpp 34 return GrGLProgramDesc::Less(desc, entry->fProgram->getDesc());
39 return GrGLProgramDesc::Less(entry->fProgram->getDesc(), desc);
88 ProgDescLess less; local
89 return SkTSearch(fEntries, fCount, desc, sizeof(Entry*), less);
181 SkASSERT(GrGLProgramDesc::Less(a, b));
182 SkASSERT(!GrGLProgramDesc::Less(b, a));
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum.h 81 static bool Less(const Bignum& a, const Bignum& b) {
  /external/chromium_org/v8/src/
bignum.h 55 static bool Less(const Bignum& a, const Bignum& b) {
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 51 Less, LessEqual, LessLess, LessGreater,
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 240 // Given a vector that maps from states to weights and a Less
246 typedef L Less;
250 StateWeightCompare(const vector<Weight>* weights, const L &less)
251 : weights_(weights), less_(less) {}
529 NaturalLess<Weight> *less = 0; local
532 less = new NaturalLess<Weight>;
533 comp = new Compare(distance, *less);
538 SccQueueType(fst, scc_, &queue_types, filter, less, &all_trivial,
545 delete less;
554 delete less;
    [all...]

Completed in 1751 milliseconds

1 2 3