Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc33 Status SnappyInputBuffer::ReadNBytes(int64 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 bytes_to_read, tstring* result) { in ReadNBytes()
72 Status SnappyInputStream::ReadNBytes(int64 bytes_to_read, absl::Cord* result) { in ReadNBytes()
131 size_t SnappyInputStream::ReadBytesFromCache(size_t bytes_to_read, in ReadBytesFromCache()
/external/tensorflow/tensorflow/core/lib/io/
Drandom_inputstream.cc32 Status RandomAccessInputStream::ReadNBytes(int64 bytes_to_read, in ReadNBytes()
53 Status RandomAccessInputStream::ReadNBytes(int64 bytes_to_read, in ReadNBytes()
88 int64 bytes_to_read = std::min<int64>(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 bytes_to_read, tstring* result) { in ReadNBytes()
232 Status ZlibInputStream::ReadNBytes(int64 bytes_to_read, absl::Cord* result) { in ReadNBytes()
Dinputbuffer.cc79 Status InputBuffer::ReadNBytes(int64 bytes_to_read, string* result) { in ReadNBytes()
92 Status InputBuffer::ReadNBytes(int64 bytes_to_read, char* result, in ReadNBytes()
200 Status InputBuffer::Hint(int64 bytes_to_read) { in Hint()
Dinputstream_interface.h44 virtual Status ReadNBytes(int64 bytes_to_read, absl::Cord* cord) { in ReadNBytes()
Dinputstream_interface.cc34 int64 bytes_to_read = std::min<int64>(kMaxSkipSize, bytes_to_skip); in SkipNBytes() local
Dinputstream_interface_test.cc30 Status ReadNBytes(int64 bytes_to_read, tstring* result) override { in ReadNBytes()
Dbuffered_inputstream.cc89 Status BufferedInputStream::ReadNBytes(int64 bytes_to_read, tstring* result) { in ReadNBytes()
/external/pigweed/pw_stream/
Dmemory_stream.cc44 size_t bytes_to_read = in DoRead() 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/pdfium/core/fxcodec/
Dcfx_codec_memory.cpp26 size_t bytes_to_read = std::min(size, size_ - pos_); in ReadBlock() local
/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Dtest_utils.h76 const std::streamsize bytes_to_read = dst.size() * sizeof(T); in ReadChunk() local
/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/puffin/src/
Dpuffin_stream.cc222 auto bytes_to_read = std::min(length - bytes_read, end_byte - start_byte); in Read() local
263 auto bytes_to_read = end_byte - start_byte; in Read() local
/external/tensorflow/tensorflow/core/kernels/
Ddecode_compressed_op.cc37 Status ReadNBytes(int64 bytes_to_read, tstring* result) override { in ReadNBytes()
Dfixed_length_record_reader_op.cc107 int bytes_to_read = record_bytes_ + footer_bytes_ - lookahead_cache_.size(); in ReadLocked() local
/external/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.cc90 int32_t bytes_to_read = in Read() local
/external/libchrome/base/files/
Dfile_proxy.cc177 ReadHelper(FileProxy* proxy, File file, int bytes_to_read) in ReadHelper()
303 bool FileProxy::Read(int64_t offset, int bytes_to_read, ReadCallback callback) { in Read()
/external/libchrome/mojo/core/
Ddata_pipe_consumer_dispatcher.cc150 uint32_t bytes_to_read = std::min(max_num_bytes_to_read, bytes_available_); in ReadData() local
214 uint32_t bytes_to_read = in BeginReadData() local
/external/libchrome/base/
Dsync_socket_posix.cc182 const size_t bytes_to_read = std::min(Peek(), length - bytes_read_total); in ReceiveWithTimeout() local
/external/ltp/testcases/kernel/sched/eas/
Dtrace_parse.c422 int bytes_to_read; in refill_buffer() local
/external/llvm-project/lldb/tools/intel-features/intel-pt/
DDecoder.h62 size_t bytes_to_read = ((size <= data.size()) ? size : data.size()); in GetRawBytes() local
/external/pigweed/pw_kvs/
Dentry.cc205 size_t bytes_to_read = size(); in VerifyChecksumInFlash() local
/external/bsdiff/
Dbspatch.cc307 size_t bytes_to_read = std::min(chunk_size, old_buf.size()); in bspatch() local

12