Home
last modified time | relevance | path

Searched defs:max (Results 201 - 225 of 3748) sorted by relevance

12345678910>>...150

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_async_debug.h55 unsigned max; member
/third_party/musl/libc-test/src/functionalext/supplement/sched/
H A Dsched_setaffinity.c30 int max = sysconf(_SC_NPROCESSORS_CONF) + 1; in sched_setaffinity_0100() local
/third_party/node/deps/openssl/openssl/crypto/
H A Dctype.c254 const int max = sizeof(ctype_char_map) / sizeof(*ctype_char_map); in ossl_ctype_check() local
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbuffer.h45 size_t max; /* size of buffer */ member
/third_party/openssl/crypto/
H A Dctype.c254 const int max = sizeof(ctype_char_map) / sizeof(*ctype_char_map); in ossl_ctype_check() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.hpp123 bool isInRange (const tcu::Vector<float, Size>& v, const tcu::Vector<float, Size>& min, const tcu::Vector<float, Size>& max) in isInRange() argument
/third_party/skia/src/core/
H A DSkSafeRange.h28 template <typename T> T checkLE(uint64_t value, T max) { in checkLE() argument
/third_party/openssl/include/openssl/
H A Dbuffer.h45 size_t max; /* size of buffer */ member
/third_party/openssl/ohos_lite/include/openssl/
H A Dbuffer.h41 size_t max; /* size of buffer */ member
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dreason_phrase.c136 unsigned int max; member
/third_party/skia/tests/
H A DDequeTest.cpp32 assert_iter(skiatest::Reporter* reporter, const SkDeque& deq, int max, int min) assert_iter() argument
H A DSrcOverTest.cpp58 unsigned max = std::max(dst, i); in DEF_TEST() local
/third_party/skia/third_party/externals/freetype/src/pfr/
H A Dpfrcmap.c73 FT_UInt max = cmap->num_chars; in FT_CALLBACK_DEF() local
108 FT_UInt max = cmap->num_chars; in FT_CALLBACK_DEF() local
/third_party/skia/third_party/externals/freetype/src/psnames/
H A Dpstables.h4147 int count, min, max; in ft_get_adobe_glyph_index() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dpool_urbg.h44 static constexpr result_type(max)() { in max() function in absl::random_internal::RandenPool
95 static constexpr result_type(max)() { in max() function in absl::random_internal::PoolURBG
H A Dnonsecure_base_test.cc205 static constexpr result_type(max)() { in max() function
H A Dsequence_urbg.h40 static constexpr result_type(max)() { in max() function in absl::random_internal::sequence_urbg
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbit_gen_ref_test.cc33 static constexpr result_type(max)() { return (absl::BitGen::max)(); } in max() function in absl::ConstBitGen
/third_party/skia/experimental/graphite/src/geom/
H A DBoundsManager.h78 CompressedPaintersOrder max = CompressedPaintersOrder::First(); variable
/third_party/skia/include/core/
H A DSkFontParameters.h29 float max; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktSampleVerifierUtil.hpp123 bool isInRange (const tcu::Vector<float, Size>& v, const tcu::Vector<float, Size>& min, const tcu::Vector<float, Size>& max) in isInRange() argument
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeDefs.hpp46 template<typename T> inline T max (T x, T y) { return x >= y ? x : y; } in max() function
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgUtils.hpp53 inline float getQuantizedFloat (de::Random& rnd, float min, float max, float step) in getQuantizedFloat() argument
59 inline bool quantizeFloatRange (float& min, float& max) in quantizeFloatRange() argument
/third_party/zlib/
H A Dcompress.c26 const uInt max = (uInt)-1; in compress2() local
H A Duncompr.c31 const uInt max = (uInt)-1; in uncompress2() local

Completed in 15 milliseconds

12345678910>>...150