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