/third_party/backends/japi/ |
H A D | SaneRange.java | 47 public int min; // minimum (element) value field in SaneRange
|
/third_party/FreeBSD/lib/libc/gen/ |
H A D | arc4random_uniform.c | 35 uint32_t r, min;
in arc4random_uniform() local
|
/third_party/jerryscript/tests/jerry/ |
H A D | date-setters.js | 17 var min = 60 * sec; variable [all...] |
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | tjutil.h | 40 #define min(a, b) ((a) < (b) ? (a) : (b)) macro
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | _fixes.hpp | 13 #undef min macro
|
/third_party/benchmark/test/ |
H A D | benchmark_gtest.cc | 120 const auto min = std::numeric_limits<int64_t>::min(); in TEST() local
|
/third_party/mesa3d/src/util/tests/ |
H A D | fast_urem_by_const_test.cpp | 33 rand_uint(unsigned min) in rand_uint() argument
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/run_testlist/ |
H A D | main.go | |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | RandomNumberGenerator.h | 46 static constexpr result_type min() { return generator_type::min(); } in min() function in llvm::RandomNumberGenerator
|
/third_party/skia/fuzz/ |
H A D | Fuzz.cpp | 35 void Fuzz::nextRange(float* f, float min, float max) { in nextRange() argument
|
/third_party/skia/gm/ |
H A D | simplerect.cpp | 36 const SkScalar min = -20; variable
|
/third_party/ffmpeg/libavformat/ |
H A D | dvbsub.c | 39 int min = 255; in dvbsub_probe() local
|
/third_party/gn/src/base/numerics/ |
H A D | ranges.h | 15 constexpr const T& ClampToRange(const T& value, const T& min, const T& max) { in ClampToRange() argument
|
/third_party/glfw/src/ |
H A D | xkb_unicode.c | 911 int min = 0; in _glfwKeySym2Unicode() local
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
H A D | delay.h | 66 usleep_range(unsigned long min, unsigned long max) in usleep_range() argument
|
/third_party/libuv/test/ |
H A D | test-thread-priority.c | 50 int min; in TEST_IMPL() local
|
/third_party/libbpf/include/linux/ |
H A D | kernel.h | 25 #define min(x, y) ({ \ macro
|
/third_party/ltp/testcases/kernel/fs/fs-bench/ |
H A D | boxmuler.c | 6 int box_muler(int min, int max) in box_muler() argument
|
/third_party/ltp/testcases/kernel/syscalls/getpriority/ |
H A D | getpriority01.c | 22 int min; member
|
/third_party/ltp/testcases/kernel/syscalls/dup2/ |
H A D | dup205.c | 20 static int min; variable
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | ranges.h | 25 constexpr const T &BrokenClampThatShouldNotBeUsed(const T &value, const T &min, const T &max) in BrokenClampThatShouldNotBeUsed() argument
|
/third_party/skia/samplecode/ |
H A D | SampleTiming.cpp | 38 double min = +INFINITY, variable [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Debug.hpp | 25 #undef min macro
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | common.c | 48 get_port(uint16_t min) in get_port() argument
|
/third_party/skia/third_party/externals/tint/tools/src/lut/ |
H A D | lut.go | |