| /third_party/node/doc/api/ |
| D | http.md | 4083 [`'checkContinue'`]: #event-checkcontinue 4084 [`'finish'`]: #event-finish 4085 [`'request'`]: #event-request 4086 [`'response'`]: #event-response 4087 [`'upgrade'`]: #event-upgrade 4090 [`Agent`]: #class-httpagent 4097 [`agent.createConnection()`]: #agentcreateconnectionoptions-callback 4098 [`agent.getName()`]: #agentgetnameoptions 4099 [`destroy()`]: #agentdestroy 4102 [`getHeader(name)`]: #requestgetheadername [all …]
|
| /third_party/node/deps/npm/node_modules/columnify/ |
| D | utils.js | 26 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/ |
| D | ComputeValidationTests.cpp | 60 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/ |
| D | extended_min_max.inl | 74 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/ |
| D | Math.hpp | 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 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/node/deps/v8/src/logging/ |
| D | counters.h | 72 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 …]
|
| D | counters.cc | 113 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/glslang/glslang/Include/ |
| D | Common.h | 75 #define safe_vsprintf(buf,max,format,args) vsnprintf_s((buf), (max), (max), (format), (args)) argument 77 #define safe_vsprintf(buf,max,format,args) vsnprintf((buf), (max), (format), (args)) argument 81 #define safe_vsprintf(buf,max,format,args) vsnprintf((buf), (max), (format), (args)) argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| D | Math.hpp | 34 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/ffmpeg/libavfilter/ |
| D | preserve_color.h | 37 static inline float normalize(float r, float g, float b, float max) in normalize() 45 static inline float power(float r, float g, float b, float max) in power() 56 float max, in preserve_color()
|
| /third_party/libevdev/tools/ |
| D | libevdev-list-codes.c | 15 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/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/ |
| D | 2-1.c | 45 int max = TIMER_MAX; in main() local 47 int max = 256; in main() local
|
| /third_party/node/deps/v8/src/base/utils/ |
| D | random-number-generator.cc | 96 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/skia/third_party/externals/abseil-cpp/absl/random/ |
| D | log_uniform_int_distribution.h | 93 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/lib/internal/ |
| D | buffer.js | 60 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/node/benchmark/crypto/ |
| D | randomInt.js | 9 max: [100, 10_000, 2 ** 47], property 13 function main({ mode, min, max, n }) { property
|
| /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/mesa3d/src/panfrost/util/ |
| D | pan_liveness.c | 33 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/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() 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/ |
| D | Spinner.java | 10 int max = -1; field in Spinner 16 Spinner(String str, int max) { in Spinner()
|
| /third_party/node/deps/v8/src/base/ |
| D | bounds.h | 32 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/ |
| 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/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/mesa3d/src/panfrost/midgard/ |
| D | midgard_liveness.c | 28 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/alsa-lib/src/control/ |
| 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()
|