Home
last modified time | relevance | path

Searched defs:bytes_to_read (Results 1 – 25 of 78) sorted by relevance

1234

/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc33 Status SnappyInputBuffer::ReadNBytes(int64_t bytes_to_read, tstring* result) { in ReadNBytes()
70 size_t SnappyInputBuffer::ReadBytesFromCache(size_t bytes_to_read, in ReadBytesFromCache()
130 size_t bytes_to_read = 4; in ReadCompressedBlockLength() local
151 int bytes_to_read = input_buffer_capacity_; in ReadFromFile() local
Dsnappy_inputstream.cc46 Status SnappyInputStream::ReadNBytes(int64_t bytes_to_read, tstring* result) { in ReadNBytes()
72 Status SnappyInputStream::ReadNBytes(int64_t bytes_to_read, in ReadNBytes()
132 size_t SnappyInputStream::ReadBytesFromCache(size_t bytes_to_read, in ReadBytesFromCache()
/external/cronet/tot/net/third_party/quiche/src/quiche/quic/core/http/
Dhttp_decoder.cc352 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local
363 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local
402 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local
497 QuicByteCount bytes_to_read = in HandleUnknownFramePayload() local
525 QuicByteCount bytes_to_read = in BufferOrParsePayload() local
620 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in BufferFrameLength() local
631 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in BufferFrameType() local
/external/cronet/stable/net/third_party/quiche/src/quiche/quic/core/http/
Dhttp_decoder.cc352 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local
363 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local
402 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in ReadFramePayload() local
497 QuicByteCount bytes_to_read = in HandleUnknownFramePayload() local
525 QuicByteCount bytes_to_read = in BufferOrParsePayload() local
620 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in BufferFrameLength() local
631 QuicByteCount bytes_to_read = std::min<QuicByteCount>( in BufferFrameType() local
/external/tensorflow/tensorflow/core/lib/io/
Drandom_inputstream.cc32 Status RandomAccessInputStream::ReadNBytes(int64_t bytes_to_read, in ReadNBytes()
53 Status RandomAccessInputStream::ReadNBytes(int64_t bytes_to_read, in ReadNBytes()
88 int64_t bytes_to_read = std::min<int64_t>(kMaxSkipSize, bytes_to_skip); in SkipNBytes() local
Dzlib_inputstream.cc124 int bytes_to_read = input_buffer_capacity_; in ReadFromStream() local
175 size_t ZlibInputStream::ReadBytesFromCache(size_t bytes_to_read, in ReadBytesFromCache()
196 Status ZlibInputStream::ReadNBytes(int64_t bytes_to_read, tstring* result) { in ReadNBytes()
232 Status ZlibInputStream::ReadNBytes(int64_t bytes_to_read, absl::Cord* result) { in ReadNBytes()
Dinputbuffer.cc79 Status InputBuffer::ReadNBytes(int64_t bytes_to_read, std::string* result) { in ReadNBytes()
92 Status InputBuffer::ReadNBytes(int64_t bytes_to_read, char* result, in ReadNBytes()
200 Status InputBuffer::Hint(int64_t bytes_to_read) { in Hint()
Dinputstream_interface.h44 virtual Status ReadNBytes(int64_t bytes_to_read, absl::Cord* cord) { in ReadNBytes()
Dinputstream_interface.cc34 int64_t bytes_to_read = std::min<int64_t>(kMaxSkipSize, bytes_to_skip); in SkipNBytes() local
Dinputstream_interface_test.cc30 Status ReadNBytes(int64_t bytes_to_read, tstring* result) override { in ReadNBytes()
/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp184 size_t bytes_to_read = buffer.size() * sizeof(uint16_t); in ReadBlock() local
195 size_t bytes_to_read = in ReadBlock() local
/external/pigweed/pw_stream/
Dmemory_stream.cc50 size_t bytes_to_read = in DoRead() local
/external/cronet/stable/net/http/
Dtest_upload_data_stream_not_allow_http1.cc21 const size_t bytes_to_read = in ReadInternal() local
/external/cronet/tot/net/http/
Dtest_upload_data_stream_not_allow_http1.cc21 const size_t bytes_to_read = in ReadInternal() local
/external/pdfium/core/fxcodec/
Dcfx_codec_memory.cpp29 size_t bytes_to_read = std::min(buffer.size(), size_ - pos_); in ReadBlock() local
/external/webrtc/test/fuzzers/
Daudio_encoder_fuzzer.cc41 const size_t bytes_to_read = block_size_bytes + sizeof(uint32_t); in FuzzAudioEncoder() local
/external/cronet/stable/net/base/
Dupload_bytes_element_reader.cc45 base::span<const uint8_t> bytes_to_read = in Read() local
Dchunked_upload_data_stream.cc93 base::span<const uint8_t> bytes_to_read = data.subspan( in ReadChunk() local
/external/cronet/tot/net/base/
Dupload_bytes_element_reader.cc45 base::span<const uint8_t> bytes_to_read = in Read() local
Dchunked_upload_data_stream.cc93 base::span<const uint8_t> bytes_to_read = data.subspan( in ReadChunk() local
/external/trusty/arm-trusted-firmware/drivers/brcm/emmc/
Demmc_pboot_hal_memory_drv.c166 size_t storage_size, size_t bytes_to_read) in emmc_read()
325 size_t storage_size, size_t bytes_to_read) in sdio_read()
/external/arm-trusted-firmware/drivers/brcm/emmc/
Demmc_pboot_hal_memory_drv.c166 size_t storage_size, size_t bytes_to_read) in emmc_read()
323 size_t storage_size, size_t bytes_to_read) in sdio_read()
/external/cronet/tot/net/socket/
Dtransport_client_socket_test_util.cc97 uint32_t bytes_to_read, in DrainStreamSocket()
/external/cronet/stable/net/socket/
Dtransport_client_socket_test_util.cc97 uint32_t bytes_to_read, in DrainStreamSocket()
/external/tensorflow/tensorflow/core/kernels/
Ddecode_compressed_op.cc37 Status ReadNBytes(int64_t bytes_to_read, tstring* result) override { in ReadNBytes()

1234