/third_party/googletest/googlemock/src/ |
D | gmock-cardinalities.cc | 53 : min_(min >= 0 ? min : 0), max_(max >= min_ ? max : min_) { in BetweenCardinalityImpl() 72 int ConservativeLowerBound() const override { return min_; } in ConservativeLowerBound() 76 return min_ <= call_count && call_count <= max_; in IsSatisfiedByCallCount() 86 const int min_; member in testing::__anon6f2706b60111::BetweenCardinalityImpl 108 if (min_ == 0) { in DescribeTo() 116 } else if (min_ == max_) { in DescribeTo() 117 *os << "called " << FormatTimes(min_); in DescribeTo() 119 *os << "called at least " << FormatTimes(min_); in DescribeTo() 122 *os << "called between " << min_ << " and " << max_ << " times"; in DescribeTo()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | log_uniform_int_distribution.h | 60 : min_(min), in min_() function 64 static_cast<unsigned_type>(min_)), in min_() 66 assert(max_ >= min_); in min_() 92 result_type(min)() const { return min_; } in result_type() 97 return a.min_ == b.min_ && a.max_ == b.max_ && a.base_ == b.base_; 110 result_type min_; variable
|
/third_party/node/deps/v8/src/objects/ |
D | internal-index.h | 67 explicit Range(size_t max) : min_(0), max_(max) {} in Range() 68 Range(size_t min, size_t max) : min_(min), max_(max) {} in Range() 70 InternalIndex begin() { return InternalIndex(min_); } in begin() 74 size_t min_;
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | quant_levels_dec_utils.c | 66 int min_, max_; // min and max level values member 145 if (v < p->max_ && v > p->min_) { in ApplyFilter() 187 p->min_ = 255; in CountLevels() 192 if (v < p->min_) p->min_ = v; in CountLevels() 199 p->min_level_dist_ = p->max_ - p->min_; in CountLevels()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fImplementationLimitTests.cpp | 67 FloatRange (float min_, float max_) : min(min_), max(max_) {} in FloatRange()
|
/third_party/node/deps/v8/src/logging/ |
D | counters.h | 165 int min() const { return min_; } in min() 183 min_ = min; in Initialize() 212 int min_; variable
|
D | counters.cc | 56 return counters_->CreateHistogram(name_, min_, max_, num_buckets_); in CreateHistogram()
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-ast.h | 411 min_(min), in RegExpQuantifier() 434 int min() const { return min_; } in min() 444 int min_; variable
|
/third_party/skia/third_party/skcms/src/ |
D | Transform_inl.h | 225 SI F min_(F x, F y) { return (F)vminq_f16((float16x8_t)x, (float16x8_t)y); } in min_() function 228 SI F min_(F x, F y) { return (F)vminq_f32((float32x4_t)x, (float32x4_t)y); } in min_() function 231 SI F min_(F x, F y) { return if_then_else(x > y, y, x); } in min_() function 646 F ix = max_(F0, min_(v, F1)) * (float)(curve->table_entries - 1); in table() 1109 r = max_(F0, min_(r, F1)); in exec_ops() 1110 g = max_(F0, min_(g, F1)); in exec_ops() 1111 b = max_(F0, min_(b, F1)); in exec_ops() 1112 a = max_(F0, min_(a, F1)); in exec_ops()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fImplementationLimitTests.cpp | 76 FloatRange (float min_, float max_) : min(min_), max(max_) {} in FloatRange()
|
/third_party/libdrm/man/ |
D | drmModeGetResources.3.rst | 70 The *min_\** and *max_\** fields indicate the maximum size of a framebuffer
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluTextureTestUtil.hpp | 432 LogGradientFmt (const tcu::Vec4* min_, const tcu::Vec4* max_) : valueMin(min_), valueMax(max_) {} in LogGradientFmt()
|
/third_party/libinput/tools/ |
D | libinput-debug-gui.c | 71 #define clip(val_, min_, max_) min((max_), max((min_), (val_))) argument
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsVertexArrayTests.cpp | 1836 …usage_, int componentCount_, int offset_, int stride_, bool normalize_, GLValue min_, GLValue max_) in ArraySpec() argument 1845 , min (min_) in ArraySpec()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsScheduleP5600.td | 426 // hadd_[su].[bhwd], hsub_[su].[bhwd], max_[sua].[bhwd], min_[sua].[bhwd],
|
D | MipsScheduleGeneric.td | 1544 // hadd_[su].[bhwd], hsub_[su].[bhwd], max_[sua].[bhwd], min_[sua].[bhwd],
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 885 SampleCoverage(deUint32 min_, deUint32 max_) in SampleCoverage() 886 : min(min_), max(max_) {} in SampleCoverage()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 885 SampleCoverage(deUint32 min_, deUint32 max_) in SampleCoverage() 886 : min(min_), max(max_) {} in SampleCoverage()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | ChangeLog | 624 * min_{dl,ul}_bandwidth_{home,roaming} cred parameters
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | ChangeLog | 571 * min_{dl,ul}_bandwidth_{home,roaming} cred parameters
|