/external/clang/include/clang/Basic/ |
D | ABI.h | 80 bool Less(const VirtualAdjustment &RHS) const { in Less() function 103 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual); 148 bool Less(const VirtualAdjustment &RHS) const { in Less() function 171 return LHS.NonVirtual == RHS.NonVirtual && LHS.Virtual.Less(RHS.Virtual);
|
D | OperatorKinds.def | 74 OVERLOADED_OPERATOR(Less , "<" , less , false, true , false)
|
/external/skia/src/core/ |
D | SkPtrRecorder.cpp | 21 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet 34 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in find() 50 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in add()
|
D | SkPtrRecorder.h | 98 static bool Less(const Pair& a, const Pair& b);
|
D | SkBitmapHeap.cpp | 44 bool SkBitmapHeap::LookupEntry::Less(const SkBitmapHeap::LookupEntry& a, in Less() function in SkBitmapHeap::LookupEntry 222 int index = SkTSearch<const LookupEntry, LookupEntry::Less>( in findInLookupTable()
|
D | SkBitmapHeap.h | 235 static bool Less(const LookupEntry& a, const LookupEntry& b);
|
/external/skia/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 36 return GrProgramDesc::Less(desc, entry->fProgram->getDesc()); in operator ()() 41 return GrProgramDesc::Less(entry->fProgram->getDesc(), desc); in operator ()() 198 SkASSERT(GrProgramDesc::Less(a, b)); in refProgram() 199 SkASSERT(!GrProgramDesc::Less(b, a)); in refProgram()
|
/external/llvm/utils/TableGen/ |
D | SequenceToOffsetTable.h | 35 template<typename SeqT, typename Less = std::less<typename SeqT::value_type> > 42 Less L;
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 51 Less, // -O1 enumerator
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 93 OptLevel = CodeGenOpt::Less; in selectTarget()
|
/external/v8/src/ |
D | bignum.h | 57 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
|
/external/skia/src/gpu/ |
D | GrProgramDesc.h | 59 static bool Less(const GrProgramDesc& a, const GrProgramDesc& b) { in Less() function
|
D | GrResourceCache.cpp | 554 struct Less { in getNextTimestamp() struct 559 Less less; in getNextTimestamp()
|
/external/libpcap/ |
D | TODO | 18 Less urgent items
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 51 Less, LessEqual, LessLess, LessGreater, enumerator
|
/external/skia/tests/ |
D | PathOpsSkpClipTest.cpp | 695 bool Less(const SortByName& a, const SortByName& b); 696 bool Less(const SortByName& a, const SortByName& b) { in Less() function 725 int idx = SkTSearch<SortByName, Less>(sorted[0].begin(), count, &name, sizeof(&name)); in doOneDir() 927 if (SkTSearch<SortByName, Less>(sorted.get()[dirNo - firstDirNo].begin(), in DEF_TEST()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 582 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { in processBasicBlock() local 587 std::sort(G.begin(), G.end(), Less); in processBasicBlock()
|
/external/boringssl/src/crypto/err/ |
D | err_data_generate.go | 121 func (ks keySlice) Less(i, j int) bool { func
|
/external/llvm/bindings/ocaml/target/ |
D | llvm_target.ml | 19 | Less Constructor
|
/external/llvm/lib/Target/ |
D | TargetMachineC.cpp | 141 OL = CodeGenOpt::Less; in LLVMCreateTargetMachine()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 217 def ICC_LE : ICC_VAL< 2>; // Less or Equal 219 def ICC_L : ICC_VAL< 3>; // Less 221 def ICC_LEU : ICC_VAL< 4>; // Less or Equal Unsigned 223 def ICC_CS : ICC_VAL< 5>; // Carry Set/Less Unsigned 233 def FCC_L : FCC_VAL<20>; // Less 234 def FCC_UL : FCC_VAL<19>; // Unordered or Less 235 def FCC_LG : FCC_VAL<18>; // Less or Greater 241 def FCC_LE : FCC_VAL<27>; // Less or Equal 242 def FCC_ULE : FCC_VAL<28>; // Unordered or Less or Equal
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_init.c | 104 Less, // -O1 enumerator
|
/external/boringssl/src/util/ |
D | make_errors.go | 160 func (a assignmentsSlice) Less(i, j int) bool { func
|
/external/llvm/tools/llc/ |
D | llc.cpp | 278 case '1': OLvl = CodeGenOpt::Less; break; in compileModule()
|
/external/llvm/test/CodeGen/ARM/ |
D | vicmp.ll | 4 ; Not-equal (ne) operations are implemented by VCEQ/VMVN. Less-than (lt/ult)
|