/external/tensorflow/tensorflow/core/lib/io/snappy/ |
D | snappy_inputbuffer.cc | 33 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
|
D | snappy_inputstream.cc | 46 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/ |
D | random_inputstream.cc | 32 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
|
D | zlib_inputstream.cc | 124 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()
|
D | inputbuffer.cc | 79 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()
|
D | inputstream_interface.h | 44 virtual Status ReadNBytes(int64 bytes_to_read, absl::Cord* cord) { in ReadNBytes()
|
D | inputstream_interface.cc | 34 int64 bytes_to_read = std::min<int64>(kMaxSkipSize, bytes_to_skip); in SkipNBytes() local
|
D | inputstream_interface_test.cc | 30 Status ReadNBytes(int64 bytes_to_read, tstring* result) override { in ReadNBytes()
|
D | buffered_inputstream.cc | 89 Status BufferedInputStream::ReadNBytes(int64 bytes_to_read, tstring* result) { in ReadNBytes()
|
/external/pigweed/pw_stream/ |
D | memory_stream.cc | 44 size_t bytes_to_read = in DoRead() local
|
/external/webrtc/test/fuzzers/ |
D | audio_encoder_fuzzer.cc | 41 const size_t bytes_to_read = block_size_bytes + sizeof(uint32_t); in FuzzAudioEncoder() local
|
/external/pdfium/core/fxcodec/ |
D | cfx_codec_memory.cpp | 26 size_t bytes_to_read = std::min(size, size_ - pos_); in ReadBlock() local
|
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | test_utils.h | 76 const std::streamsize bytes_to_read = dst.size() * sizeof(T); in ReadChunk() local
|
/external/arm-trusted-firmware/drivers/brcm/emmc/ |
D | emmc_pboot_hal_memory_drv.c | 166 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/ |
D | puffin_stream.cc | 222 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/ |
D | decode_compressed_op.cc | 37 Status ReadNBytes(int64 bytes_to_read, tstring* result) override { in ReadNBytes()
|
D | fixed_length_record_reader_op.cc | 107 int bytes_to_read = record_bytes_ + footer_bytes_ - lookahead_cache_.size(); in ReadLocked() local
|
/external/sfntly/cpp/src/sfntly/data/ |
D | font_input_stream.cc | 90 int32_t bytes_to_read = in Read() local
|
/external/libchrome/base/files/ |
D | file_proxy.cc | 177 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/ |
D | data_pipe_consumer_dispatcher.cc | 150 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/ |
D | sync_socket_posix.cc | 182 const size_t bytes_to_read = std::min(Peek(), length - bytes_read_total); in ReceiveWithTimeout() local
|
/external/ltp/testcases/kernel/sched/eas/ |
D | trace_parse.c | 422 int bytes_to_read; in refill_buffer() local
|
/external/llvm-project/lldb/tools/intel-features/intel-pt/ |
D | Decoder.h | 62 size_t bytes_to_read = ((size <= data.size()) ? size : data.size()); in GetRawBytes() local
|
/external/pigweed/pw_kvs/ |
D | entry.cc | 205 size_t bytes_to_read = size(); in VerifyChecksumInFlash() local
|
/external/bsdiff/ |
D | bspatch.cc | 307 size_t bytes_to_read = std::min(chunk_size, old_buf.size()); in bspatch() local
|