Home
last modified time | relevance | path

Searched defs:max (Results 701 - 725 of 3584) sorted by relevance

1...<<21222324252627282930>>...144

/third_party/ltp/testcases/realtime/func/async_handler/
H A Dasync_handler.c117 long delta, max, min; in signal_thread() local
/third_party/ltp/testcases/realtime/func/sched_jitter/
H A Dsched_jitter.c120 unsigned long long min = -1, max = 0; in thread_worker() local
/third_party/ltp/testcases/realtime/func/gtod_latency/
H A Dgtod_latency.c231 unsigned long long max, min; in main() local
/third_party/ltp/testcases/realtime/func/pthread_kill_latency/
H A Dpthread_kill_latency.c116 long max, min; in signal_receiving_thread() local
/third_party/node/deps/v8/src/compiler/
H A Dcontrol-equivalence.cc180 int max = NodeProperties::PastControlIndex(node); in DetermineParticipation() local
/third_party/node/deps/v8/src/base/utils/
H A Drandom-number-generator.cc96 int RandomNumberGenerator::NextInt(int max) { in NextInt() argument
132 ComplementSample( const std::unordered_set<uint64_t>& set, uint64_t max) ComplementSample() argument
144 NextSample(uint64_t max, size_t n) NextSample() argument
177 NextSampleSlow( uint64_t max, size_t n, const std::unordered_set<uint64_t>& excluded) NextSampleSlow() argument
[all...]
/third_party/node/deps/v8/src/bigint/
H A Ddiv-barrett.cc26 void DcheckIntegerPartRange(Digits X, digit_t min, digit_t max) { in DcheckIntegerPartRange() argument
/third_party/node/deps/v8/src/objects/
H A Djs-locale.cc119 bool IsCheckRange(const std::string& str, size_t min, size_t max, in IsCheckRange() argument
127 bool IsAlpha(const std::string& str, size_t min, size_t max) { in IsAlpha() argument
133 bool IsDigit(const std::string& str, size_t min, size_t max) { in IsDigit() argument
139 bool IsAlphanum(const std::string& str, size_t min, size_t max) { in IsAlphanum() argument
H A Dscope-info-inl.h101 InternalIndex max = range_->max_index(); in advance_hashtable_index() local
116 int max = inlined() in max_index() local
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-bytecode.h107 base::uc16 max; // Inclusive. member
110 static RegExpInstruction ConsumeRange(base::uc16 min, base::uc16 max) { in ConsumeRange() argument
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h47 #define max(x, y) MAX2(x, y) macro
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.c43 nvc0_query_dmabuf_modifiers(struct pipe_screen *screen, enum pipe_format format, int max, uint64_t *modifiers, unsigned int *external_only, int *count) nvc0_query_dmabuf_modifiers() argument
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_mont.c92 int nl, max, i; in bn_from_montgomery_word() local
/third_party/node/deps/openssl/openssl/crypto/
H A Dcpuid.c210 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) in OPENSSL_instrument_bus2() argument
H A Dppccap.c78 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) in OPENSSL_instrument_bus2() argument
H A Dprovider_conf.c183 int i, max; in prov_already_activated() local
/third_party/openssl/crypto/
H A Dppccap.c78 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) in OPENSSL_instrument_bus2() argument
H A Dprovider_conf.c183 int i, max; in prov_already_activated() local
H A Dcpuid.c210 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) in OPENSSL_instrument_bus2() argument
/third_party/openssl/crypto/bn/
H A Dbn_mont.c92 int nl, max, i; in bn_from_montgomery_word() local
/third_party/skia/src/core/
H A DSkDrawShadowInfo.h46 static inline float divide_and_pin(float numer, float denom, float min, float max) { in divide_and_pin() argument
H A DSkBitmapProcState_matrixProcs.cpp151 static unsigned extract_low_bits_general(SkFixed fx, int max) { in extract_low_bits_general() argument
24 can_truncate_to_fixed_for_decal(SkFixed fx, SkFixed dx, int count, unsigned max) can_truncate_to_fixed_for_decal() argument
158 pack(SkFixed f, unsigned max, SkFixed one) pack() argument
233 repeat(SkFixed fx, int max) repeat() argument
[all...]
H A DSkRect.cpp75 Sk4s min, max; in setBoundsCheck() local
[all...]
/third_party/skia/src/effects/
H A DSkEmbossMask.cpp23 static inline int neq_to_one(int x, int max) { in neq_to_one() argument
32 static inline int neq_to_mask(int x, int max) { in neq_to_mask() argument
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DMath.hpp31 #undef max macro
34 inline T constexpr max(T a, T b) in max() function
46 inline constexpr T max(T a, T b, T c) in max() function
58 inline constexpr T max(T a, T b, T c, T d) in max() function
178 clamp_s(float x, float min, float max) clamp_s() argument
224 static const unsigned int max = 0xFFFFFFFF >> (32 - n); unorm() local
245 static const unsigned int max = 0xFFFFFFFF >> (32 - n + 1); snorm() local
276 static const unsigned int max = 0xFFFFFFFF >> (32 - n); ucast() local
297 static const unsigned int max = 0xFFFFFFFF >> (32 - n + 1); scast() local
[all...]

Completed in 13 milliseconds

1...<<21222324252627282930>>...144