/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);
|
/external/skia/src/core/ |
D | SkPtrRecorder.cpp | 20 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet 33 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in find() 49 int index = SkTSearch<Pair, Less>(fList.begin(), count, pair, sizeof(pair)); in add()
|
D | SkPtrRecorder.h | 97 static bool Less(const Pair& a, const Pair& b);
|
/external/llvm/utils/TableGen/ |
D | SequenceToOffsetTable.h | 34 template<typename SeqT, typename Less = std::less<typename SeqT::value_type> > 41 Less L;
|
/external/libmojo/mojo/public/interfaces/bindings/tests/data/validation/ |
D | conformance_msghdr_num_bytes_less_than_min_requirement.data | 1 [dist4]message_header // num_bytes: Less than the minimal size of message
|
D | conformance_mthd0_struct_num_bytes_less_than_min_requirement.data | 9 [dist4]method0_params // num_bytes: Less than the minimal size that we expect.
|
D | conformance_mthd0_struct_num_bytes_less_than_struct_header.data | 9 [u4]4 // num_bytes: Less than the size of struct header.
|
D | conformance_mthd3_array_num_bytes_less_than_array_header.data | 15 [u4]7 // num_bytes: Less than the size of array header.
|
D | conformance_mthd3_array_num_bytes_less_than_necessary_size.data | 15 [dist4]array // num_bytes: Less than the size needed (array header + 12 boolean
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenRegisters.h | 70 struct Less { struct 79 typedef std::set<const CodeGenRegister*, Less> Set;
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 54 Less, // -O1 enumerator
|
/external/llvm/lib/ExecutionEngine/ |
D | TargetSelect.cpp | 92 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/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 52 Less, LessEqual, LessLess, LessGreater, enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 148 def ICC_LE : ICC_VAL< 2>; // Less or Equal 150 def ICC_L : ICC_VAL< 3>; // Less 152 def ICC_LEU : ICC_VAL< 4>; // Less or Equal Unsigned 154 def ICC_CS : ICC_VAL< 5>; // Carry Set/Less Unsigned 164 def FCC_L : FCC_VAL<20>; // Less 165 def FCC_UL : FCC_VAL<19>; // Unordered or Less 166 def FCC_LG : FCC_VAL<18>; // Less or Greater 172 def FCC_LE : FCC_VAL<27>; // Less or Equal 173 def FCC_ULE : FCC_VAL<28>; // Unordered or Less or Equal
|
/external/libpcap/ |
D | TODO | 18 Less urgent items
|
/external/skia/src/gpu/ |
D | GrProgramDesc.h | 89 static bool Less(const GrProgramDesc& a, const GrProgramDesc& b) { in Less() function
|
/external/llvm/include/llvm/MC/MCParser/ |
D | MCAsmLexer.h | 57 Less, LessEqual, LessLess, LessGreater, enumerator
|
/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/ltp/utils/benchmark/kernbench-0.42/ |
D | kernbench | 82 echo Less than 4Gb ram detected!
|
/external/boringssl/src/crypto/err/ |
D | err_data_generate.go | 124 func (ks keySlice) Less(i, j int) bool { func
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetMachine.h | 50 Less, // -O1 enumerator
|
/external/llvm/bindings/ocaml/target/ |
D | llvm_target.ml | 19 | Less Constructor
|
/external/swiftshader/third_party/LLVM/tools/lli/ |
D | lli.cpp | 221 case '1': OLvl = CodeGenOpt::Less; break; in main()
|
/external/llvm/lib/Target/ |
D | TargetMachineC.cpp | 131 OL = CodeGenOpt::Less; in LLVMCreateTargetMachine()
|