Home
last modified time | relevance | path

Searched defs:min (Results 76 - 100 of 1068) sorted by relevance

12345678910>>...43

/third_party/skia/include/core/
H A DSkFontParameters.h25 float min; 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.hpp43 template<typename T> inline T min (T x, T y) { return x <= y ? x : y; } in min() 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
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_animate_param_ffi.h34 NativeOptionInt32 min; member
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_telemetry.h25 float min = 0.0f; member
/foundation/resourceschedule/ffrt/src/eu/
H A Dosattr_manager.cpp22 bool OSAttrManager::CheckSchedAttrPara(const std::string &name, int min, int max, int paraValue) in CheckSchedAttrPara() argument
46 int min; in UpdateSchedAttr() member
/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_string_utils.cpp51 int32_t DataShareStringUtils::GetRandomNumber(const int32_t min, const int32_t max) in GetRandomNumber() argument
/third_party/ffmpeg/libavcodec/
H A Daudiodsp.c36 vector_clipf_c_opposite_sign(float *dst, const float *src, float *min, float *max, int len) vector_clipf_c_opposite_sign() argument
58 vector_clipf_c(float *dst, const float *src, int len, float min, float max) vector_clipf_c() argument
90 vector_clip_int32_c(int32_t *dst, const int32_t *src, int32_t min, int32_t max, unsigned int len) vector_clip_int32_c() argument
[all...]
/third_party/ffmpeg/libavformat/
H A Dwebvttenc.c32 int64_t sec, min, hour; in webvtt_write_time() local
H A Dreplaygain.c38 static int32_t parse_value(const char *value, int32_t min) in parse_value() argument
/third_party/alsa-utils/bat/
H A Dlatencytest.c61 float min = 100000.0f; in play_and_listen() local
/third_party/alsa-lib/src/pcm/
H A Dpcm_ext_parm.h3 unsigned int min, max; member
/third_party/googletest/googlemock/src/
H A Dgmock-cardinalities.cc52 BetweenCardinalityImpl(int min, int max) in BetweenCardinalityImpl() argument
57 << "but is actually " << min << "."; in BetweenCardinalityImpl() local
65 << ") must be >= the invocation lower bound (" << min << ")."; in BetweenCardinalityImpl() local
148 GTEST_API_ Cardinality Between(int min, int max) { in Between() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timescale/
H A DTimeScaleMonkeyTest.java51 private void initRandom(long min, long max) in initRandom() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timescale/
H A DTimeScaleMonkeyTest.java48 private void initRandom(long min, long max) in initRandom() argument
/third_party/icu/icu4c/source/common/unicode/
H A Dsimpleformatter.h97 SimpleFormatter(const UnicodeString& pattern, int32_t min, int32_t max, in SimpleFormatter() argument
/third_party/libuv/src/
H A Dheap-inl.h42 struct heap_node* min; member
[all...]
/third_party/musl/src/malloc/
H A Dlite_malloc.c83 size_t min = PAGE_SIZE<<(mmap_step/2); in __simple_malloc() local
/third_party/musl/porting/linux/user/src/malloc/
H A Dlite_malloc.c83 size_t min = PAGE_SIZE<<(mmap_step/2); in __simple_malloc() local
/third_party/node/deps/icu-small/source/common/unicode/
H A Dsimpleformatter.h97 SimpleFormatter(const UnicodeString& pattern, int32_t min, int32_t max, in SimpleFormatter() argument
/third_party/nghttp2/src/
H A Dtls.cc164 int ssl_ctx_set_proto_versions(SSL_CTX *ssl_ctx, int min, int max) { in ssl_ctx_set_proto_versions() argument
/third_party/libevdev/libevdev/
H A Dlibevdev-util.h18 #undef min macro
21 #define min(a,b) \ macro
32 #define min(a,b) ((a) > (b) ? (b) : (a)) macro
/third_party/libinput/udev/
H A Dtest-libinput-fuzz-extract.c39 int min, max, res, fuzz, flat; in START_TEST() member
/third_party/lz4/ossfuzz/
H A Dfuzz_data_producer.c34 uint32_t FUZZ_getRange_from_uint32(uint32_t seed, uint32_t min, uint32_t max) in FUZZ_getRange_from_uint32() argument
43 FUZZ_dataProducer_range32(FUZZ_dataProducer_t* producer, uint32_t min, uint32_t max) FUZZ_dataProducer_range32() argument

Completed in 8 milliseconds

12345678910>>...43