| /third_party/ltp/testcases/realtime/func/async_handler/ |
| H A D | async_handler.c | 117 long delta, max, min; in signal_thread() local
|
| /third_party/ltp/testcases/realtime/func/sched_jitter/ |
| H A D | sched_jitter.c | 120 unsigned long long min = -1, max = 0; in thread_worker() local
|
| /third_party/ltp/testcases/realtime/func/gtod_latency/ |
| H A D | gtod_latency.c | 231 unsigned long long max, min; in main() local
|
| /third_party/ltp/testcases/realtime/func/pthread_kill_latency/ |
| H A D | pthread_kill_latency.c | 116 long max, min; in signal_receiving_thread() local
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | control-equivalence.cc | 180 int max = NodeProperties::PastControlIndex(node); in DetermineParticipation() local
|
| /third_party/node/deps/v8/src/base/utils/ |
| H A D | random-number-generator.cc | 96 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 D | div-barrett.cc | 26 void DcheckIntegerPartRange(Digits X, digit_t min, digit_t max) { in DcheckIntegerPartRange() argument
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | js-locale.cc | 119 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 D | scope-info-inl.h | 101 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 D | experimental-bytecode.h | 107 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 D | vc4_simulator_validate.h | 47 #define max(x, y) MAX2(x, y) macro
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_resource.c | 43 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 D | bn_mont.c | 92 int nl, max, i; in bn_from_montgomery_word() local
|
| /third_party/node/deps/openssl/openssl/crypto/ |
| H A D | cpuid.c | 210 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) in OPENSSL_instrument_bus2() argument
|
| H A D | ppccap.c | 78 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) in OPENSSL_instrument_bus2() argument
|
| H A D | provider_conf.c | 183 int i, max; in prov_already_activated() local
|
| /third_party/openssl/crypto/ |
| H A D | ppccap.c | 78 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) in OPENSSL_instrument_bus2() argument
|
| H A D | provider_conf.c | 183 int i, max; in prov_already_activated() local
|
| H A D | cpuid.c | 210 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 D | bn_mont.c | 92 int nl, max, i; in bn_from_montgomery_word() local
|
| /third_party/skia/src/core/ |
| H A D | SkDrawShadowInfo.h | 46 static inline float divide_and_pin(float numer, float denom, float min, float max) { in divide_and_pin() argument
|
| H A D | SkBitmapProcState_matrixProcs.cpp | 151 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 D | SkRect.cpp | 75 Sk4s min, max; in setBoundsCheck() local [all...] |
| /third_party/skia/src/effects/ |
| H A D | SkEmbossMask.cpp | 23 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 D | Math.hpp | 31 #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...] |