Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 1600) sorted by relevance

12345678910>>...64

/third_party/node/deps/npm/node_modules/columnify/
Dutils.js26 function padRight(str, max, chr) { argument
44 function padCenter(str, max, chr) { argument
64 function padLeft(str, max, chr) { argument
81 function splitIntoLines(str, max) { argument
82 function _splitIntoLines(str, max) { argument
111 function splitLongWords(str, max, truncationChar) { argument
163 function truncateString(str, max) { argument
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DComputeValidationTests.cpp60 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local
66 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local
72 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local
78 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local
84 const uint32_t max = GetSupportedLimits().limits.maxComputeWorkgroupsPerDimension; in TEST_F() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dextended_min_max.inl74 GLM_FUNC_QUALIFIER T max( function
83 GLM_FUNC_QUALIFIER C<T> max function
94 GLM_FUNC_QUALIFIER C<T> max function
105 GLM_FUNC_QUALIFIER T max function
117 GLM_FUNC_QUALIFIER C<T> max function
129 GLM_FUNC_QUALIFIER C<T> max function
/third_party/skia/third_party/externals/swiftshader/src/System/
DMath.hpp34 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 inline float clamp_s(float x, float min, float max) in clamp_s()
224 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in unorm() local
245 static const unsigned int max = 0xFFFFFFFF >> (32 - n + 1); in snorm() local
276 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in ucast() local
297 static const unsigned int max = 0xFFFFFFFF >> (32 - n + 1); in scast() local
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dnalutils.h113 #define CHECK_ALLOWED_MAX_WITH_DEBUG(dbg, val, max) { \ argument
120 #define CHECK_ALLOWED_MAX(val, max) \ argument
123 #define CHECK_ALLOWED_WITH_DEBUG(dbg, val, min, max) { \ argument
130 #define CHECK_ALLOWED(val, min, max) \ argument
168 #define READ_UE_ALLOWED(nr, val, min, max) { \ argument
175 #define READ_UE_MAX(nr, val, max) { \ argument
189 #define READ_SE_ALLOWED(nr, val, min, max) { \ argument
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMath.hpp34 inline T max(T a, T b) in max() function
46 inline T max(T a, T b, T c) in max() function
58 inline T max(T a, T b, T c, T d) in max() function
210 inline float clamp_s(float x, float min, float max) in clamp_s()
256 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in unorm() local
277 static const unsigned int max = 0xFFFFFFFF >> (32 - n + 1); in snorm() local
308 static const unsigned int max = 0xFFFFFFFF >> (32 - n); in ucast() local
329 static const unsigned int max = 0xFFFFFFFF >> (32 - n + 1); in scast() local
/third_party/flutter/skia/src/core/
DSkBitmapProcState_matrixProcs.cpp33 int count, unsigned max) { in can_truncate_to_fixed_for_decal()
134 static unsigned extract_low_bits_repeat_mirror(SkFixed fx, int max) { in extract_low_bits_repeat_mirror()
147 auto pack = [](SkFixed f, unsigned max, SkFixed one) { in filter_scale()
193 static unsigned clamp(SkFixed fx, int max) { in clamp()
196 static unsigned repeat(SkFixed fx, int max) { in repeat()
200 static unsigned mirror(SkFixed fx, int max) { in mirror()
306 static inline int16x8_t clamp8(int32x4_t low, int32x4_t high, unsigned max) { in clamp8()
319 static inline int32x4_t clamp4(int32x4_t f, unsigned max) { in clamp4()
345 static inline int16x8_t repeat8(int32x4_t low, int32x4_t high, unsigned max) { in repeat8()
362 static inline int32x4_t repeat4(int32x4_t f, unsigned max) { in repeat4()
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
D2-1.c45 int max = TIMER_MAX; in main() local
47 int max = 256; in main() local
/third_party/libevdev/tools/
Dlibevdev-list-codes.c15 list_event_codes(unsigned int type, unsigned int max) in list_event_codes()
39 int max = libevdev_event_type_get_max(type); in main() local
/third_party/node/lib/internal/
Dbuffer.js57 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/skia/third_party/externals/abseil-cpp/absl/random/
Dlog_uniform_int_distribution.h93 result_type(max)() const { return max_; } in result_type() argument
127 : param_(min, max, base) {} in param_() argument
146 result_type(max)() const { return (param_.max)(); } in result_type() argument
241 stream_type max; variable
/third_party/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dcommon.c16 randomInt(int min, int max) in randomInt()
26 randomFloat(float min, float max) in randomFloat()
/third_party/mesa3d/src/panfrost/util/
Dpan_liveness.c33 pan_liveness_gen(uint16_t *live, unsigned node, unsigned max, uint16_t mask) in pan_liveness_gen()
42 pan_liveness_kill(uint16_t *live, unsigned node, unsigned max, uint16_t mask) in pan_liveness_kill()
51 pan_liveness_get(uint16_t *live, unsigned node, uint16_t max) in pan_liveness_get()
/third_party/vk-gl-cts/framework/randomshaders/
DrsgUtils.hpp53 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/
Dgst_plugins_cache.json1961 "max": "2147483647", string
2572 "max": "2147483647", string
5220 "max": "2147483647", string
5602 "max": "2147483647", string
5862 "max": "2147483647", string
6094 "max": "2147483647", string
6325 "max": "2147483647", string
6440 "max": "2147483647", string
6985 "max": "2147483647", string
7189 "max": "2147483647", string
[all …]
/third_party/glslang/glslang/Include/
DCommon.h74 #define safe_vsprintf(buf,max,format,args) vsnprintf_s((buf), (max), (max), (format), (args)) argument
76 #define safe_vsprintf(buf,max,format,args) vsnprintf((buf), (max), (format), (args)) argument
80 #define safe_vsprintf(buf,max,format,args) vsnprintf((buf), (max), (format), (args)) argument
/third_party/ffmpeg/libavcodec/
Daudiodsp.c37 float *min, float *max, int len) in vector_clipf_c_opposite_sign()
59 float min, float max) in vector_clipf_c()
91 int32_t max, unsigned int len) in vector_clip_int32_c()
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
DSpinner.java10 int max = -1; field in Spinner
16 Spinner(String str, int max) { in Spinner()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-blend.c258 #define OVER00_8BIT(max, alphaG, alphaA, colorA, alphaB, colorB, alphaD) \ argument
261 #define OVER00_16BIT(max, alphaG, alphaA, colorA, alphaB, colorB, alphaD) \ argument
265 #define OVER10_8BIT(max, alphaG, alphaA, colorA, alphaB, colorB, alphaD) \ argument
268 #define OVER10_16BIT(max, alphaG, alphaA, colorA, alphaB, colorB, alphaD) \ argument
272 #define OVER01(max, alphaG, alphaA, colorA, alphaB, colorB, alphaD) \ argument
276 #define OVER11(max, alphaG, alphaA, colorA, alphaB, colorB, alphaD) \ argument
279 #define BLENDC(op, max, global_alpha, aa, ca, ab, cb, dest_alpha) \ argument
411 #define BLENDLOOP(op, dest_type, max, shift, alpha_val) \ in gst_video_blend() argument
/third_party/ltp/testcases/lib/
Dtst_random.c27 static long rand_range(long min, long max) in rand_range()
35 long min = 0, max = 0; in main() local
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_point_size.c38 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/alsa-lib/src/control/
Dctlparse.c36 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/mesa3d/src/panfrost/midgard/
Dmidgard_liveness.c28 mir_liveness_ins_update(uint16_t *live, midgard_instruction *ins, unsigned max) in mir_liveness_ins_update()
43 mir_liveness_ins_update_wrap(uint16_t *live, void *ins, unsigned max) in mir_liveness_ins_update_wrap()
/third_party/skia/include/utils/
DSkRandom.h60 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/flutter/skia/include/utils/
DSkRandom.h60 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()

12345678910>>...64