Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/common/
H A Dencoding.hpp151 inline uint32_t ReadUint24(const uint8_t *aBuffer) in ReadUint24() function
320 inline uint32_t ReadUint24(const uint8_t *aBuffer) in ReadUint24() function
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Dbyte_input_stream.cc50 uint32_t ByteInputStream::ReadUint24() { in ReadUint24() function in nogrod::ByteInputStream
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/
Dstring.go64 func (s *String) ReadUint24(out *uint32) bool { func