Home
last modified time | relevance | path

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

/external/openthread/src/core/common/
Drandom.cpp136 return (aMin + (GetUint8() % (aMax - aMin))); in GetUint8InRange()
155 *aBuffer++ = GetUint8(); in FillBuffer()
Drandom.hpp124 inline uint8_t GetUint8(void) in GetUint8() function
/external/flatbuffers/go/
Dencode.go23 return byte(GetUint8(buf))
32 func GetUint8(buf []byte) (n uint8) { func
Dtable.go78 func (t *Table) GetUint8(off UOffsetT) uint8 { func
79 return GetUint8(t.Bytes[off:])
187 return t.GetUint8(t.Pos + UOffsetT(off))
/external/webrtc/media/base/
Drtp_utils.cc117 bool GetUint8(const void* data, size_t offset, int* value) { in GetUint8() function
131 return GetUint8(data, kRtcpPayloadTypeOffset, value); in GetRtcpType()
/external/openthread/src/core/api/
Drandom_noncrypto_api.cpp47 return Random::NonCrypto::GetUint8(); in otRandomNonCryptoGetUint8()
/external/openthread/src/core/thread/
Dnetwork_data_leader.cpp60 mVersion = Random::NonCrypto::GetUint8(); in Reset()
61 mStableVersion = Random::NonCrypto::GetUint8(); in Reset()
Drouter_table.cpp61 , mRouterIdSequence(Random::NonCrypto::GetUint8()) in RouterTable()
/external/openthread/src/core/backbone_router/
Dbbr_local.cpp57 , mSequenceNumber(Random::NonCrypto::GetUint8() % 127) in Local()
/external/openthread/src/core/mac/
Dmac.cpp80 , mBeaconSequence(Random::NonCrypto::GetUint8()) in Mac()
81 , mDataSequence(Random::NonCrypto::GetUint8()) in Mac()