Home
last modified time | relevance | path

Searched refs:min_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/base/
Dhistogram-inl.h90 DCHECK_GE(val, min_); in FindBucket()
92 const size_t bucket_idx = static_cast<size_t>((val - min_) / bucket_width_); in FindBucket()
124 min_ = 0; in Reset()
134 return min_ + bucket_idx * bucket_width_; in GetRange()
Dhistogram.h112 Value min_; variable
/art/cmdline/detail/
Dcmdline_parse_argument_detail.h93 return min_ <= value && value <= max_;
269 TArg min_; member
455 value, argument_info_.min_, argument_info_.max_); in ParseArgumentSingle()
/art/cmdline/
Dcmdline_parser.h124 argument_info_.min_ = min; in WithRange()