Home
last modified time | relevance | path

Searched defs:Less (Results 1 – 18 of 18) sorted by relevance

/external/skia/src/core/
DSkPtrRecorder.cpp21 bool SkPtrSet::Less(const Pair& a, const Pair& b) { in Less() function in SkPtrSet
DSkBitmapHeap.cpp44 bool SkBitmapHeap::LookupEntry::Less(const SkBitmapHeap::LookupEntry& a, in Less() function in SkBitmapHeap::LookupEntry
/external/clang/include/clang/Basic/
DABI.h80 bool Less(const VirtualAdjustment &RHS) const { in Less() function
148 bool Less(const VirtualAdjustment &RHS) const { in Less() function
/external/llvm/include/llvm/Support/
DCodeGen.h51 Less, // -O1 enumerator
/external/boringssl/src/crypto/err/
Derr_data_generate.go121 func (ks keySlice) Less(i, j int) bool { func
/external/v8/src/
Dbignum.h57 static bool Less(const Bignum& a, const Bignum& b) { in Less() function
/external/llvm/bindings/ocaml/target/
Dllvm_target.ml19 | Less Constructor
Dllvm_target.mli24 | Less Constructor
/external/skia/src/gpu/
DGrProgramDesc.h59 static bool Less(const GrProgramDesc& a, const GrProgramDesc& b) { in Less() function
DGrResourceCache.cpp554 struct Less { in getNextTimestamp() struct
555 bool operator()(GrGpuResource* a, GrGpuResource* b) { in getNextTimestamp()
/external/boringssl/src/util/
Dmake_errors.go160 func (a assignmentsSlice) Less(i, j int) bool { func
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_init.c104 Less, // -O1 enumerator
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h51 Less, LessEqual, LessLess, LessGreater, enumerator
/external/jmonkeyengine/engine/src/core/com/jme3/material/
DRenderState.java100 Less, enumConstant
/external/openfst/src/include/fst/
Dqueue.h278 typedef L Less; typedef
748 typedef L Less; typedef
/external/llvm/lib/Target/Hexagon/
DHexagonStoreWidening.cpp582 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { in processBasicBlock() local
/external/skia/tests/
DPathOpsSkpClipTest.cpp696 bool Less(const SortByName& a, const SortByName& b) { in Less() function
/external/llvm/lib/Analysis/
DScalarEvolution.cpp7775 bool ScalarEvolution::computeConstantDifference(const SCEV *Less, in computeConstantDifference()