Home
last modified time | relevance | path

Searched defs:aMin (Results 1 – 3 of 3) sorted by relevance

/openthread-3.4.0/src/core/api/
Drandom_noncrypto_api.cpp46 uint8_t otRandomNonCryptoGetUint8InRange(uint8_t aMin, uint8_t aMax) in otRandomNonCryptoGetUint8InRange()
51 uint16_t otRandomNonCryptoGetUint16InRange(uint16_t aMin, uint16_t aMax) in otRandomNonCryptoGetUint16InRange()
56 uint32_t otRandomNonCryptoGetUint32InRange(uint32_t aMin, uint32_t aMax) in otRandomNonCryptoGetUint32InRange()
/openthread-3.4.0/src/core/common/
Drandom.cpp132 uint8_t GetUint8InRange(uint8_t aMin, uint8_t aMax) in GetUint8InRange()
139 uint16_t GetUint16InRange(uint16_t aMin, uint16_t aMax) in GetUint16InRange()
145 uint32_t GetUint32InRange(uint32_t aMin, uint32_t aMax) in GetUint32InRange()
Dnum_utils.hpp86 template <typename Type> Type Clamp(Type aValue, Type aMin, Type aMax) in Clamp()