Home
last modified time | relevance | path

Searched refs:Less (Results 1 - 25 of 63) sorted by relevance

123

/third_party/skia/src/core/
H A 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()
H A DSkPtrRecorder.h97 static bool Less(const Pair& a, const Pair& b);
/third_party/skia/src/gpu/vk/
H A DGrVkExtensions.cpp22 GrVkExtensions::Info::Less less; in find_info()
23 int idx = SkTSearch<GrVkExtensions::Info, SkString, GrVkExtensions::Info::Less>( in find_info()
/third_party/skia/third_party/externals/dawn/examples/
H A DCubeReflection.cpp200 depthStencil->depthCompare = wgpu::CompareFunction::Less; in init()
219 depthStencil->depthCompare = wgpu::CompareFunction::Less; in init()
241 depthStencil->depthCompare = wgpu::CompareFunction::Less; in init()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DUtilsGL.cpp25 case wgpu::CompareFunction::Less: in ToOpenGLCompareFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCodeGen.h54 Less = 1, // -O1 enumerator
/third_party/skia/include/gpu/vk/
H A DGrVkExtensions.h36 struct Less { struct
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dbignum.h83 static bool Less(const Bignum& a, const Bignum& b) { in Less() function in double_conversion::Bignum
H A Dbignum-dtoa.cc213 in_delta_room_minus = Bignum::Less(*numerator, *delta_minus); in GenerateShortestDigits()
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-bignum.h97 static bool Less(const Bignum& a, const Bignum& b) { in Less() function in double_conversion::Bignum
H A Ddouble-conversion-bignum-dtoa.cpp227 in_delta_room_minus = Bignum::Less(*numerator, *delta_minus); in GenerateShortestDigits()
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-bignum.h97 static bool Less(const Bignum& a, const Bignum& b) { in Less() function in double_conversion::Bignum
H A Ddouble-conversion-bignum-dtoa.cpp227 in_delta_room_minus = Bignum::Less(*numerator, *delta_minus); in GenerateShortestDigits()
/third_party/node/deps/v8/src/base/numbers/
H A Dbignum.h59 static bool Less(const Bignum& a, const Bignum& b) { in Less() function in v8::base::Bignum
H A Dbignum-dtoa.cc163 in_delta_room_minus = Bignum::Less(*numerator, *delta_minus); in GenerateShortestDigits()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-bignum.h97 static bool Less(const Bignum& a, const Bignum& b) { in Less() function in double_conversion::Bignum
H A Ddouble-conversion-bignum-dtoa.cpp227 in_delta_room_minus = Bignum::Less(*numerator, *delta_minus); in GenerateShortestDigits()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAsmMacro.h53 Less, LessEqual, LessLess, LessGreater, enumerator
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DDepthStencilStateTests.cpp443 CheckDepthCompareFunction(wgpu::CompareFunction::Less, true, false, false); in TEST_P()
521 CheckStencilCompareFunction(wgpu::CompareFunction::Less, true, false, false); in TEST_P()
667 stencilFaceDescriptor.compare = wgpu::CompareFunction::Less; in TEST_P()
683 2} // Triangle with stencil reference 2 fails the Less comparison function in TEST_P()
710 state.depthCompare = wgpu::CompareFunction::Less; in TEST_P()
720 // function. At depth 1, it fails the Less depth test in TEST_P()
746 state.depthCompare = wgpu::CompareFunction::Less; in TEST_P()
756 // function. At depth 0, it pass the Less depth test in TEST_P()
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dcustom_files.rs63 Ordering::Less => Ok(self in line_start()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DMCAsmLexer.cpp82 case AsmToken::Less: OS << "Less"; break; in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonStoreWidening.cpp574 auto Less = [] (const MachineInstr *A, const MachineInstr *B) -> bool { in processBasicBlock() local
579 llvm::sort(G, Less); in processBasicBlock()
/third_party/ltp/utils/benchmark/kernbench-0.42/
H A Dkernbench82 echo Less than 4Gb ram detected!
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
H A DWrappersTest.cs440 Assert.Less(stream.Length, 8); // tag (1 byte) + length (1 byte) + message in UnknownFieldInWrapperInt32SlowPath()
494 Assert.Less(stream.Length, 12); // tag (1 byte) + length (1 byte) + message in UnknownFieldInWrapperInt64SlowPath()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DUtilsVulkan.cpp33 case wgpu::CompareFunction::Less: in ToVulkanCompareOp()

Completed in 15 milliseconds

123