Searched refs:GetUint8 (Results 1 – 10 of 10) sorted by relevance
136 return (aMin + (GetUint8() % (aMax - aMin))); in GetUint8InRange()155 *aBuffer++ = GetUint8(); in FillBuffer()
124 inline uint8_t GetUint8(void) in GetUint8() function
23 return byte(GetUint8(buf))32 func GetUint8(buf []byte) (n uint8) { func
78 func (t *Table) GetUint8(off UOffsetT) uint8 { func79 return GetUint8(t.Bytes[off:])187 return t.GetUint8(t.Pos + UOffsetT(off))
117 bool GetUint8(const void* data, size_t offset, int* value) { in GetUint8() function131 return GetUint8(data, kRtcpPayloadTypeOffset, value); in GetRtcpType()
47 return Random::NonCrypto::GetUint8(); in otRandomNonCryptoGetUint8()
60 mVersion = Random::NonCrypto::GetUint8(); in Reset()61 mStableVersion = Random::NonCrypto::GetUint8(); in Reset()
61 , mRouterIdSequence(Random::NonCrypto::GetUint8()) in RouterTable()
57 , mSequenceNumber(Random::NonCrypto::GetUint8() % 127) in Local()
80 , mBeaconSequence(Random::NonCrypto::GetUint8()) in Mac()81 , mDataSequence(Random::NonCrypto::GetUint8()) in Mac()