Home
last modified time | relevance | path

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

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