Searched refs:lhs (Results 1 – 1 of 1) sorted by relevance
115 static counter_type add_ (counter_type lhs, counter_type rhs, counter_type min) in add_() argument117 return lhs + rhs < min ? min : lhs + rhs; in add_()