Searched defs:GetMax (Results 1 – 3 of 3) sorted by relevance
65 void HistogramBase::GetMax(const FunctionCallbackInfo<Value>& args) { in GetMax() function in node::HistogramBase306 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