Home
last modified time | relevance | path

Searched defs:data_bytes (Results 1 – 21 of 21) sorted by relevance

/external/pigweed/pw_checksum/
Dcrc32.cc61 const uint8_t* data_bytes = static_cast<const uint8_t*>(data); in _pw_checksum_InternalCrc32EightBit() local
75 const uint8_t* data_bytes = static_cast<const uint8_t*>(data); in _pw_checksum_InternalCrc32FourBit() local
89 const uint8_t* data_bytes = static_cast<const uint8_t*>(data); in _pw_checksum_InternalCrc32OneBit() local
/external/libchrome/mojo/public/cpp/bindings/
Dmessage_dumper.h31 std::vector<uint8_t> data_bytes; member
/external/armnn/samples/SpeechRecognition/include/
DSpeechRecognitionPipeline.hpp61 size_t data_bytes = sizeof(T) * preprocessedData.size(); in Inference() local
/external/ruy/ruy/
Dprepacked_cache.cc30 const std::ptrdiff_t data_bytes = DataBytes(*packed_matrix); in AllocateBuffers() local
/external/crosvm/power_monitor/src/powerd/
Dmod.rs179 let data_bytes: Vec<u8> = message.read1().map_err(DBusMonitorError::DBusRead)?; in read_message() localVariable
/external/flac/src/flac/
Dencode.c106 FLAC__uint64 data_bytes; member
225 FLAC__uint32 xx, data_bytes; in get_sample_info_wave() local
272 FLAC__uint32 xx, data_bytes; in get_sample_info_wave() local
453 FLAC__uint64 data_bytes; in get_sample_info_wave() local
707 FLAC__uint64 data_bytes; in get_sample_info_aiff() local
/external/pigweed/pw_ring_buffer/public/pw_ring_buffer/
Dprefixed_entry_ring_buffer.h437 size_t data_bytes; member
/external/openthread/tests/scripts/thread-cert/
Dlowpan.py95 def from_bytes(cls, data_bytes): argument
161 def from_bytes(cls, data_bytes): argument
196 def from_bytes(cls, data_bytes): argument
441 def _flow_label(self, data_bytes): argument
/external/pigweed/pw_blob_store/
Dblob_store.cc369 Status BlobStore::CommitToFlash(ConstByteSpan source, size_t data_bytes) { in CommitToFlash()
Dblob_store_test.cc830 size_t data_bytes = 12; in TEST_F() local
/external/libchrome/base/files/
Dfile_proxy_unittest.cc292 int data_bytes = arraysize(data); in TEST_F() local
/external/cronet/base/files/
Dfile_proxy_unittest.cc325 int data_bytes = std::size(data); in TEST_F() local
/external/crosvm/base/src/sys/windows/
Dtube.rs256 let data_bytes = data_packet.into_inner(); in serialize_and_send() localVariable
/external/grpc-grpc/src/core/lib/transport/
Dtransport.h86 uint64_t data_bytes; member
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtransport.h124 uint64_t data_bytes = 0; member
/external/deqp-deps/amber/src/
Dpipeline.cc907 std::vector<Value> data_bytes; in GenerateOpenCLPodBuffers() local
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc149 UInt8 data_bytes[kMaxBufferLength]; in GatherSystemInformation() local
/external/freetype/src/sfnt/
Dsfwoff2.c425 FT_ULong data_bytes; in triplet_decode() local
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_utils.cc224 uint8_t* data_bytes = reinterpret_cast<uint8_t*>(data); in RandBytes() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc669 int data_bytes = data_type->getPrimitiveSizeInBits() / in CreateLoad() local
698 int data_bytes = data->getType()->getPrimitiveSizeInBits() / in CreateStore() local
/external/mdnsresponder/mDNSShared/
Duds_daemon.c146 mDNSu32 data_bytes; // bytes of message data already read member