Searched defs:GetMax (Results 1 – 2 of 2) sorted by relevance
94 void HistogramBase::GetMax(const FunctionCallbackInfo<Value>& args) { in GetMax() function in node::HistogramBase532 void IntervalHistogram::GetMax(const FunctionCallbackInfo<Value>& args) { in GetMax() function in node::IntervalHistogram
93 static WEBP_INLINE int GetMax(int a, int b) { return (a < b) ? b : a; } in GetMax() function