Home
last modified time | relevance | path

Searched defs:min (Results 126 - 150 of 2213) sorted by relevance

12345678910>>...89

/kernel/linux/linux-6.6/net/ipv6/netfilter/
H A Dip6t_frag.c24 id_match(u_int32_t min, u_int32_t max, u_int32_t id, bool invert) in id_match() argument
H A Dip6t_ah.c25 spi_match(u_int32_t min, u_int32_t max, u_int32_t spi, bool invert) in spi_match() 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
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_add.c78 int max, min, dif; in BN_uadd() local
127 int max, min, dif; in BN_usub() local
[all...]
/third_party/node/deps/uv/src/
H A Dheap-inl.h41 struct heap_node* min; member
[all...]
H A Didna.c32 unsigned min; in uv__utf8_decode1_slow() local
/third_party/openssl/crypto/bn/
H A Dbn_add.c78 int max, min, dif; in BN_uadd() local
127 int max, min, dif; in BN_usub() local
[all...]
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
H A DReactorUnitTests.cpp368 Int min = 100; in TEST() local
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dsimpleformatter.h97 SimpleFormatter(const UnicodeString& pattern, int32_t min, int32_t max, in SimpleFormatter() argument

Completed in 11 milliseconds

12345678910>>...89