/third_party/node/deps/npm/node_modules/har-schema/lib/ |
D | timings.json | 12 "min": -1 number 16 "min": -1 number 20 "min": -1 number 24 "min": -1 number 28 "min": -1 number 32 "min": -1 number 36 "min": -1 number
|
D | pageTimings.json | 8 "min": -1 number 12 "min": -1 number
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | extended_min_max.inl | 7 GLM_FUNC_QUALIFIER T min( function 16 GLM_FUNC_QUALIFIER C<T> min function 27 GLM_FUNC_QUALIFIER C<T> min function 38 GLM_FUNC_QUALIFIER T min function 50 GLM_FUNC_QUALIFIER C<T> min function 62 GLM_FUNC_QUALIFIER C<T> min function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 60 : min_(min), in min_() argument 92 result_type(min)() const { return min_; } in result_type() argument 127 : param_(min, max, base) {} in param_() argument 145 result_type(min)() const { return (param_.min)(); } in result_type() argument 240 stream_type min; variable
|
/third_party/mesa3d/include/android_stub/hardware/ |
D | hardware.h | 37 #define HARDWARE_MAKE_API_VERSION(maj,min) \ argument 40 #define HARDWARE_MAKE_API_VERSION_2(maj,min,hdr) \ argument 68 #define HARDWARE_MODULE_API_VERSION(maj,min) HARDWARE_MAKE_API_VERSION(maj,min) argument 69 #define HARDWARE_MODULE_API_VERSION_2(maj,min,hdr) HARDWARE_MAKE_API_VERSION_2(maj,min,hdr) argument 74 #define HARDWARE_DEVICE_API_VERSION(maj,min) HARDWARE_MAKE_API_VERSION(maj,min) argument 75 #define HARDWARE_DEVICE_API_VERSION_2(maj,min,hdr) HARDWARE_MAKE_API_VERSION_2(maj,min,hdr) argument
|
/third_party/skia/third_party/externals/oboe/src/flowgraph/ |
D | ClipToRange.h | 42 void setMinimum(float min) { in setMinimum() 50 void setMaximum(float min) { in setMaximum()
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/ |
D | common.c | 16 randomInt(int min, int max) in randomInt() 26 randomFloat(float min, float max) in randomFloat()
|
/third_party/node/lib/internal/ |
D | buffer.js | 57 function checkInt(value, min, max, buf, offset, byteLength) { argument 577 function writeBigU_Int64LE(buf, value, offset, min, max) { argument 603 function writeBigU_Int64BE(buf, value, offset, min, max) { argument 656 function writeU_Int48LE(buf, value, offset, min, max) { argument 673 function writeU_Int40LE(buf, value, offset, min, max) { argument 689 function writeU_Int32LE(buf, value, offset, min, max) { argument 707 function writeU_Int24LE(buf, value, offset, min, max) { argument 719 function writeU_Int16LE(buf, value, offset, min, max) { argument 732 function writeU_Int8(buf, value, offset, min, max) { argument 767 function writeU_Int48BE(buf, value, offset, min, max) { argument [all …]
|
/third_party/vk-gl-cts/framework/randomshaders/ |
D | rsgUtils.hpp | 53 inline float getQuantizedFloat (de::Random& rnd, float min, float max, float step) in getQuantizedFloat() 59 inline bool quantizeFloatRange (float& min, float& max) in quantizeFloatRange()
|
/third_party/gstreamer/gst_libav/docs/ |
D | gst_plugins_cache.json | 1962 "min": "0", string 2573 "min": "0", string 5221 "min": "0", string 5603 "min": "0", string 5863 "min": "0", string 6095 "min": "0", string 6326 "min": "0", string 6441 "min": "0", string 6986 "min": "0", string 7190 "min": "0", string [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | audiodsp.c | 37 float *min, float *max, int len) in vector_clipf_c_opposite_sign() 59 float min, float max) in vector_clipf_c() 90 static void vector_clip_int32_c(int32_t *dst, const int32_t *src, int32_t min, in vector_clip_int32_c()
|
/third_party/alsa-lib/src/control/ |
D | tlv.c | 130 long *min, long *max) in snd_tlv_get_dB_range() 225 int min, step, mute; in snd_tlv_convert_to_dB() local 333 int min, step, max, mute; in snd_tlv_convert_from_dB() local 359 int min, max; in snd_tlv_convert_from_dB() local 383 int min, max; in snd_tlv_convert_from_dB() local 456 long *min, long *max) in snd_ctl_get_dB_range()
|
D | ctlparse.c | 36 static inline long int convert_prange1(long perc, long min, long max) in convert_prange1() 51 #define check_range(val, min, max) \ argument 54 static long get_integer(const char **ptr, long min, long max) in get_integer() 82 static long long get_integer64(const char **ptr, long long min, long long max) in get_integer64()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | DemangleConfig.h | 36 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument 40 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument 43 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0 argument
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fImplementationLimitTests.cpp | 51 inline bool compare (const T& min, const T& reported) { return min <= reported; } in compare() 65 float min; member 122 bool compare<Boolean> (const Boolean& min, const Boolean& reported) in compare() 128 bool compare<NegInt> (const NegInt& min, const NegInt& reported) in compare() 135 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported) in compare()
|
/third_party/ltp/testcases/lib/ |
D | tst_random.c | 27 static long rand_range(long min, long max) in rand_range() 35 long min = 0, max = 0; in main() local
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
D | Math.hpp | 40 inline constexpr T min(T a, T b) in min() function 52 inline constexpr T min(T a, T b, T c) in min() function 64 inline constexpr T min(T a, T b, T c, T d) in min() function 178 inline float clamp_s(float x, float min, float max) in clamp_s() 244 static const unsigned int min = 0x80000000 >> (32 - n); in snorm() local 296 static const unsigned int min = 0x80000000 >> (32 - n); in scast() local
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_point_size.c | 38 float min, float max) in lower_point_size_instr() 80 nir_lower_point_size(nir_shader *s, float min, float max) in nir_lower_point_size()
|
/third_party/flutter/skia/include/utils/ |
D | SkRandom.h | 60 float nextRangeF(float min, float max) { in nextRangeF() 76 uint32_t nextRangeU(uint32_t min, uint32_t max) { in nextRangeU() 102 SkScalar nextRangeScalar(SkScalar min, SkScalar max) { in nextRangeScalar()
|
/third_party/skia/include/utils/ |
D | SkRandom.h | 60 float nextRangeF(float min, float max) { in nextRangeF() 76 uint32_t nextRangeU(uint32_t min, uint32_t max) { in nextRangeU() 102 SkScalar nextRangeScalar(SkScalar min, SkScalar max) { in nextRangeScalar()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsVertexArrayTests.cpp | 223 inline GLValue::Float getRandom (deRandom& rnd, GLValue::Float min, GLValue::Float max) in getRandom() 232 inline GLValue::Short getRandom (deRandom& rnd, GLValue::Short min, GLValue::Short max) in getRandom() 241 inline GLValue::Ushort getRandom (deRandom& rnd, GLValue::Ushort min, GLValue::Ushort max) in getRandom() 250 inline GLValue::Byte getRandom (deRandom& rnd, GLValue::Byte min, GLValue::Byte max) in getRandom() 259 inline GLValue::Ubyte getRandom (deRandom& rnd, GLValue::Ubyte min, GLValue::Ubyte max) in getRandom() 268 inline GLValue::Fixed getRandom (deRandom& rnd, GLValue::Fixed min, GLValue::Fixed max) in getRandom() 277 inline GLValue::Half getRandom (deRandom& rnd, GLValue::Half min, GLValue::Half max) in getRandom() 289 inline GLValue::Int getRandom (deRandom& rnd, GLValue::Int min, GLValue::Int max) in getRandom() 298 inline GLValue::Uint getRandom (deRandom& rnd, GLValue::Uint min, GLValue::Uint max) in getRandom() 307 inline GLValue::Double getRandom (deRandom& rnd, GLValue::Double min, GLValue::Double max) in getRandom() [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | pool_urbg.h | 40 static constexpr result_type(min)() { in result_type() argument 91 static constexpr result_type(min)() { in result_type() argument
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Math.hpp | 40 inline T min(T a, T b) in min() function 52 inline T min(T a, T b, T c) in min() function 64 inline T min(T a, T b, T c, T d) in min() function 210 inline float clamp_s(float x, float min, float max) in clamp_s() 276 static const unsigned int min = 0x80000000 >> (32 - n); in snorm() local 328 static const unsigned int min = 0x80000000 >> (32 - n); in scast() local
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrcmap.c | 72 FT_UInt min = 0; in pfr_cmap_char_index() local 107 FT_UInt min = 0; in pfr_cmap_char_next() local
|
/third_party/flutter/skia/third_party/externals/freetype/src/pfr/ |
D | pfrcmap.c | 73 FT_UInt min = 0; in pfr_cmap_char_index() local 108 FT_UInt min = 0; in pfr_cmap_char_next() local
|