Home
last modified time | relevance | path

Searched defs:ReadUint16 (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/openthread/src/core/common/
H A Dencoding.hpp127 inline uint16_t ReadUint16(const uint8_t *aBuffer) { return static_cast<uint16_t>((aBuffer[0] << 8)… in ReadUint16() function
310 inline uint16_t ReadUint16(const uint8_t *aBuffer) { return static_cast<uint16_t>(aBuffer[0] | (aBu… in ReadUint16() function
/aosp_15_r20/external/openthread/src/lib/utils/
H A Dendian.hpp52 inline uint16_t ReadUint16(const uint8_t *aBuffer) { return static_cast<uint16_t>(aBuffer[0] | (aBu… in ReadUint16() function
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Dbyte_input_stream.cc41 uint16_t ByteInputStream::ReadUint16() { in ReadUint16() function in nogrod::ByteInputStream
/aosp_15_r20/external/libwebm/common/
H A Dlibwebm_util.cc104 std::uint16_t ReadUint16(const std::uint8_t* buf) { in ReadUint16() function
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/
Dstring.go53 func (s *String) ReadUint16(out *uint16) bool { func
/aosp_15_r20/external/armnn/profiling/common/src/
H A DCommonProfilingUtils.cpp59 uint16_t ReadUint16(const unsigned char* buffer, unsigned int offset) in ReadUint16() function
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_decoder.cpp119 otError Decoder::ReadUint16(uint16_t &aUint16) in ReadUint16() function in ot::Spinel::Decoder
/aosp_15_r20/external/cronet/third_party/brotli/common/
H A Dshared_dictionary.c53 static BROTLI_BOOL ReadUint16(const uint8_t* encoded, size_t size, size_t* pos, in ReadUint16() function
/aosp_15_r20/external/armnn/profiling/client/src/
H A DProfilingUtils.cpp97 uint16_t ReadUint16(const IPacketBufferPtr& packetBuffer, unsigned int offset) in ReadUint16() function
/aosp_15_r20/external/webrtc/test/
H A Drtp_file_reader.cc51 bool ReadUint16(uint16_t* out, FILE* file) { in ReadUint16() function