Home
last modified time | relevance | path

Searched defs:GetMin (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dhistogram.cc80 void HistogramBase::GetMin(const FunctionCallbackInfo<Value>& args) { in GetMin() function in node::HistogramBase
518 void IntervalHistogram::GetMin(const FunctionCallbackInfo<Value>& args) { in GetMin() function in node::IntervalHistogram
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpredictor_enc.c28 static WEBP_INLINE int GetMin(int a, int b) { return (a > b) ? b : a; } in GetMin() function