Home
last modified time | relevance | path

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

/openthread-latest/src/lib/utils/
Dmath.hpp54 template <typename Type> Type Min(Type aFirst, Type aSecond) { return (aFirst < aSecond) ? aFirst :… in Min() function
/openthread-latest/src/core/common/
Dnum_utils.hpp55 template <typename Type> Type Min(Type aFirst, Type aSecond) { return (aFirst < aSecond) ? aFirst :… in Min() function