Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A Drandom.hpp130 inline uint16_t GetUint16(void) { return static_cast<uint16_t>(GetUint32() & 0xffff); } in GetUint16() function
/aosp_15_r20/external/flatbuffers/go/
H A Dencode.go38 func GetUint16(buf []byte) (n uint16) { func
H A Dtable.go83 func (t *Table) GetUint16(off UOffsetT) uint16 { func