Home
last modified time | relevance | path

Searched defs:greater (Results 1 – 21 of 21) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/pipe/
Dpipe10.c77 int length, greater, forkstat; in main() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dcompare.h79 enum class ord : value_type { less = -1, greater = 1 }; enumerator
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dfunctional.hpp197 struct greater { struct
200 operator()(T x, S y) const { in operator ()()
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilStateTests.cpp102 …kDepthCompareFunction(dawn::CompareFunction compareFunction, bool less, bool equal, bool greater) { in CheckDepthCompareFunction()
146 …tencilCompareFunction(dawn::CompareFunction compareFunction, bool less, bool equal, bool greater) { in CheckStencilCompareFunction()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDepthStencilStateTests.cpp104 bool greater) { in CheckDepthCompareFunction()
154 bool greater) { in CheckStencilCompareFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTGLexer.h41 less, greater, // < > enumerator
/third_party/ffmpeg/libavfilter/
Df_metadata.c158 static int greater(MetadataContext *s, const char *value1, const char *value2) in greater() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h49 greater, enumerator
/third_party/icu/tools/colprobe/
Dcolprobe.cpp368 UBool trySwamped(Line **smaller, Line **greater, UChar chars[2], CompareFn comparer) { in trySwamped()
388 UBool trySwamps(Line **smaller, Line **greater, UChar chars[2], CompareFn comparer) { in trySwamps()
/third_party/mesa3d/src/compiler/glsl/
Dir_builder.cpp359 greater(operand a, operand b) in greater() function
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcoll.cpp554 UBool Collator::greater(const UnicodeString& source, in greater() function in Collator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsSizeControlTests.cpp81 deUint32 greater = max(a, b); in gcd() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dcoll.cpp552 UBool Collator::greater(const UnicodeString& source, in greater() function in Collator
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupsSizeControlTests.cpp81 deUint32 greater = max(a, b); in gcd() local
/third_party/node/deps/icu-small/source/i18n/
Dcoll.cpp552 UBool Collator::greater(const UnicodeString& source, in greater() function in Collator
/third_party/icu/icu4c/source/i18n/
Dcoll.cpp552 UBool Collator::greater(const UnicodeString& source, in greater() function in Collator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLToken.h33 greater, // < > enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc1091 using greater = std::greater<int>; in TEST() typedef
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp2719 RValue<Int4> greater = CmpNLE(x, y); in Max() local
2902 RValue<UInt4> greater = CmpNLE(x, y); in Max() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.cpp10059 GLuint greater = std::max(a, b); in test() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp19481 struct greater : public binary_function<_Tp, _Tp, bool> struct
19485 operator()(const _Tp& __x, const _Tp& __y) const in operator ()()
19552 struct greater<void> struct
19557 operator()(_Tp&& __t, _Up&& __u) const in operator ()()
19562 typedef __is_transparent is_transparent;