Searched defs:max_ (Results 1 - 10 of 10) sorted by relevance

/external/v8/src/compiler/
H A Dnode-cache.h21 explicit NodeCache(int max = 256) : entries_(NULL), size_(0), max_(max) {}
40 int32_t max_; member in class:v8::internal::compiler::NodeCache
/external/google-breakpad/src/testing/src/
H A Dgmock-cardinalities.cc54 max_(max >= min_ ? max : min_) {
75 virtual int ConservativeUpperBound() const { return max_; }
78 return min_ <= call_count && call_count <= max_;
82 return call_count >= max_;
89 const int max_; member in class:testing::__anon5280::BetweenCardinalityImpl
110 if (max_ == 0) {
112 } else if (max_ == INT_MAX) {
115 *os << "called at most " << FormatTimes(max_);
117 } else if (min_ == max_) {
119 } else if (max_
123 *os << "called between " << min_ << " and " << max_ << " times"; local
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fImplementationLimitTests.cpp67 FloatRange (float min_, float max_) : min(min_), max(max_) {} argument
/external/deqp/modules/gles3/functional/
H A Des3fImplementationLimitTests.cpp76 FloatRange (float min_, float max_) : min(min_), max(max_) {} argument
/external/v8/src/
H A Dcounters.h179 max_(max),
216 int max_; member in class:v8::internal::Histogram
H A Dast.h2804 max_(max),
2829 int max() { return max_; }
2838 int max_; member in class:v8::internal::FINAL
/external/webp/src/utils/
H A Dquant_levels_dec.c65 int min_, max_; // min and max level values member in struct:__anon16990
143 if (v < p->max_ && v > p->min_) {
186 p->max_ = 0;
190 if (v > p->max_) p->max_ = v;
194 p->min_level_dist_ = p->max_ - p->min_;
/external/deqp/modules/glshared/
H A DglsTextureTestUtil.hpp563 LogGradientFmt (const tcu::Vec4* min_, const tcu::Vec4* max_) : valueMin(min_), valueMax(max_) {} argument
H A DglsVertexArrayTests.cpp1899 MultiVertexArrayTest::Spec::ArraySpec::ArraySpec(Array::InputType inputType_, Array::OutputType outputType_, Array::Storage storage_, Array::Usage usage_, int componentCount_, int offset_, int stride_, bool normalize_, GLValue min_, GLValue max_) argument
1909 , max (max_)
/external/regex-re2/re2/
H A Dregexp.h120 // Matches sub_[0] at least min_ times, at most max_ times.
121 // max_ == -1 means no upper limit.
327 int max() { DCHECK_EQ(op_, kRegexpRepeat); return max_; }
548 int max_; member in struct:re2::Regexp::__anon13583::__anon13584

Completed in 494 milliseconds