Home
last modified time | relevance | path

Searched refs:kNegativeMask (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/src/core/common/
Dserial_number.hpp70 static constexpr UintType kNegativeMask = (NumericLimits<UintType>::kMax >> 1) + 1; in IsLess() local
72 return ((aFirst - aSecond) & kNegativeMask) != 0; in IsLess()