Home
last modified time | relevance | path

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

12345678910>>...61

/third_party/node/doc/api/
Dhttp.md3781 [`'checkContinue'`]: #event-checkcontinue
3782 [`'finish'`]: #event-finish
3783 [`'request'`]: #event-request
3784 [`'response'`]: #event-response
3785 [`'upgrade'`]: #event-upgrade
3788 [`Agent`]: #class-httpagent
3795 [`agent.createConnection()`]: #agentcreateconnectionoptions-callback
3796 [`agent.getName()`]: #agentgetnameoptions
3797 [`destroy()`]: #agentdestroy
3800 [`getHeader(name)`]: #requestgetheadername
[all …]
/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/node/deps/v8/src/logging/
Dcounters.h72 void* CreateHistogram(const char* name, int min, int max, size_t buckets) { in CreateHistogram()
166 int max() const { return max_; } in max() function
180 void Initialize(const char* name, int min, int max, int num_buckets, in Initialize()
254 void Initialize(const char* name, int min, int max, in Initialize()
269 NestedTimedHistogram(const char* name, int min, int max, in NestedTimedHistogram()
507 #define HR(name, caption, min, max, num_buckets) \ argument
515 #define HT(name, caption, max, res) \ argument
523 #define HT(name, caption, max, res) \ argument
531 #define HT(name, caption, max, res) \ argument
572 #define RATE_ID(name, caption, max, res) k_##name, argument
[all …]
Dcounters.cc113 int max; in Counters() member
116 #define HR(name, caption, min, max, num_buckets) \ in Counters() argument
132 int max; in Counters() member
135 #define HT(name, caption, max, res) \ in Counters() argument
149 int max; in Counters() member
152 #define HT(name, caption, max, res) \ in Counters() argument
272 #define HR(name, caption, min, max, num_buckets) name##_.Reset(); in ResetCreateHistogramFunction() argument
276 #define HT(name, caption, max, res) name##_.Reset(); in ResetCreateHistogramFunction() argument
280 #define HT(name, caption, max, res) name##_.Reset(); in ResetCreateHistogramFunction() argument
284 #define HT(name, caption, max, res) name##_.Reset(); in ResetCreateHistogramFunction() 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/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.js60 function checkInt(value, min, max, buf, offset, byteLength) { argument
580 function writeBigU_Int64LE(buf, value, offset, min, max) { argument
606 function writeBigU_Int64BE(buf, value, offset, min, max) { argument
659 function writeU_Int48LE(buf, value, offset, min, max) { argument
676 function writeU_Int40LE(buf, value, offset, min, max) { argument
692 function writeU_Int32LE(buf, value, offset, min, max) { argument
710 function writeU_Int24LE(buf, value, offset, min, max) { argument
722 function writeU_Int16LE(buf, value, offset, min, max) { argument
735 function writeU_Int8(buf, value, offset, min, max) { argument
770 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/node/deps/v8/src/base/utils/
Drandom-number-generator.cc96 int RandomNumberGenerator::NextInt(int max) { in NextInt()
133 const std::unordered_set<uint64_t>& set, uint64_t max) { in ComplementSample()
144 std::vector<uint64_t> RandomNumberGenerator::NextSample(uint64_t max, in NextSample()
178 uint64_t max, size_t n, const std::unordered_set<uint64_t>& excluded) { in NextSampleSlow()
/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/node/benchmark/crypto/
DrandomInt.js9 max: [100, 10_000, 2 ** 47], property
13 function main({ mode, min, max, n }) { property
/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.h69 #define safe_vsprintf(buf,max,format,args) vsnprintf_s((buf), (max), (max), (format), (args)) argument
71 #define safe_vsprintf(buf,max,format,args) vsnprintf((buf), (max), (format), (args)) argument
75 #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/node/deps/v8/src/base/
Dbounds.h32 inline constexpr bool IsInBounds(T index, T length, T max) { in IsInBounds()
40 inline bool ClampToBounds(T index, T* length, T max) { in ClampToBounds()
/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()

12345678910>>...61