Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc53 : 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::__anon5391c6480111::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()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dxarray.h74 #define XA_LIMIT(min_, max_) (struct xa_limit){ .min = (min_), .max = (max_) } argument
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td427 // hadd_[su].[bhwd], hsub_[su].[bhwd], max_[sua].[bhwd], min_[sua].[bhwd],
H A DMipsScheduleGeneric.td1547 // hadd_[su].[bhwd], hsub_[su].[bhwd], max_[sua].[bhwd], min_[sua].[bhwd],
/freebsd/usr.sbin/bsdconfig/share/
H A Ddialog.subr401 f_dprintf "%s: min_%s value not a number" $__fname $__arg
499 f_dprintf "%s: min_%s value not a number" $__fname $__arg
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog674 * min_{dl,ul}_bandwidth_{home,roaming} cred parameters