Home
last modified time | relevance | path

Searched refs:Less (Results 1 – 25 of 109) sorted by relevance

12345

/external/clang/include/clang/Basic/
DABI.h80 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/
DSkPtrRecorder.cpp20 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()
DSkPtrRecorder.h97 static bool Less(const Pair& a, const Pair& b);
/external/llvm/utils/TableGen/
DSequenceToOffsetTable.h34 template<typename SeqT, typename Less = std::less<typename SeqT::value_type> >
41 Less L;
/external/libmojo/mojo/public/interfaces/bindings/tests/data/validation/
Dconformance_msghdr_num_bytes_less_than_min_requirement.data1 [dist4]message_header // num_bytes: Less than the minimal size of message
Dconformance_mthd0_struct_num_bytes_less_than_min_requirement.data9 [dist4]method0_params // num_bytes: Less than the minimal size that we expect.
Dconformance_mthd0_struct_num_bytes_less_than_struct_header.data9 [u4]4 // num_bytes: Less than the size of struct header.
Dconformance_mthd3_array_num_bytes_less_than_array_header.data15 [u4]7 // num_bytes: Less than the size of array header.
Dconformance_mthd3_array_num_bytes_less_than_necessary_size.data15 [dist4]array // num_bytes: Less than the size needed (array header + 12 boolean
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.h70 struct Less { struct
79 typedef std::set<const CodeGenRegister*, Less> Set;
/external/llvm/include/llvm/Support/
DCodeGen.h54 Less, // -O1 enumerator
/external/llvm/lib/ExecutionEngine/
DTargetSelect.cpp92 OptLevel = CodeGenOpt::Less; in selectTarget()
/external/v8/src/
Dbignum.h57 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCAsmLexer.h52 Less, LessEqual, LessLess, LessGreater, enumerator
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrInfo.td148 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/
DTODO18 Less urgent items
/external/skia/src/gpu/
DGrProgramDesc.h89 static bool Less(const GrProgramDesc& a, const GrProgramDesc& b) { in Less() function
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h57 Less, LessEqual, LessLess, LessGreater, enumerator
/external/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp582 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/
Dkernbench82 echo Less than 4Gb ram detected!
/external/boringssl/src/crypto/err/
Derr_data_generate.go124 func (ks keySlice) Less(i, j int) bool { func
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetMachine.h50 Less, // -O1 enumerator
/external/llvm/bindings/ocaml/target/
Dllvm_target.ml19 | Less Constructor
/external/swiftshader/third_party/LLVM/tools/lli/
Dlli.cpp221 case '1': OLvl = CodeGenOpt::Less; break; in main()
/external/llvm/lib/Target/
DTargetMachineC.cpp131 OL = CodeGenOpt::Less; in LLVMCreateTargetMachine()

12345