Home
last modified time | relevance | path

Searched defs:ReadUint32 (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/openthread/src/core/common/
H A Dencoding.hpp137 inline uint32_t ReadUint32(const uint8_t *aBuffer) in ReadUint32() function
334 inline uint32_t ReadUint32(const uint8_t *aBuffer) in ReadUint32() function
/aosp_15_r20/frameworks/libs/binary_translation/tools/nogrod/
Dbyte_input_stream.cc59 uint32_t ByteInputStream::ReadUint32() { in ReadUint32() function in nogrod::ByteInputStream
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/coverage/slicereader/
Dslicereader.go80 func (r *Reader) ReadUint32() uint32 { func
/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/cryptobyte/
Dstring.go75 func (s *String) ReadUint32(out *uint32) bool { func
/aosp_15_r20/external/pigweed/pw_protobuf/
H A Ddecoder.cc61 Status Decoder::ReadUint32(uint32_t* out) { in ReadUint32() function in pw::protobuf::Decoder
/aosp_15_r20/external/pigweed/pw_protobuf/public/pw_protobuf/
H A Ddecoder.h269 Status ReadUint32(uint32_t* out) { return decoder_.ReadUint32(out); } in ReadUint32() function
H A Dstream_decoder.h182 Result<uint32_t> ReadUint32() { in ReadUint32() function
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dpigweed_detokenizer.cc48 static constexpr uint32_t ReadUint32(const uint8_t* bytes) { in ReadUint32() function
/aosp_15_r20/external/armnn/profiling/common/src/
H A DCommonProfilingUtils.cpp47 uint32_t ReadUint32(const unsigned char* buffer, unsigned int offset) in ReadUint32() function
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dspinel_decoder.cpp145 otError Decoder::ReadUint32(uint32_t &aUint32) in ReadUint32() function in ot::Spinel::Decoder
/aosp_15_r20/external/pigweed/pw_tokenizer/public/pw_tokenizer/
H A Dtoken_database.h88 static constexpr uint32_t ReadUint32(const T* bytes) { in ReadUint32() function
/aosp_15_r20/external/armnn/profiling/client/src/
H A DProfilingUtils.cpp90 uint32_t ReadUint32(const IPacketBufferPtr& packetBuffer, unsigned int offset) in ReadUint32() function
/aosp_15_r20/external/webrtc/test/
H A Drtp_file_reader.cc39 bool ReadUint32(uint32_t* out, FILE* file) { in ReadUint32() function
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_config.cc33 QuicErrorCode ReadUint32(const CryptoHandshakeMessage& msg, QuicTag tag, in ReadUint32() function