Home
last modified time | relevance | path

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

/openthread-3.5.0/src/core/common/
Dnumeric_limits.hpp56 static constexpr int8_t kMax = INT8_MAX; member
62 static constexpr int16_t kMax = INT16_MAX; member
68 static constexpr int32_t kMax = INT32_MAX; member
74 static constexpr int64_t kMax = INT64_MAX; member
80 static constexpr uint8_t kMax = UINT8_MAX; member
86 static constexpr uint16_t kMax = UINT16_MAX; member
92 static constexpr uint32_t kMax = UINT32_MAX; member
98 static constexpr uint64_t kMax = UINT64_MAX; member
/openthread-3.5.0/tests/unit/
Dtest_serial_number.cpp44 static constexpr UintType kMax = NumericLimits<UintType>::kMax; in TestSerialNumber() local