Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc32 Status SnappyInputBuffer::ReadNBytes(int64 bytes_to_read, string* result) { in ReadNBytes()
64 size_t SnappyInputBuffer::ReadBytesFromCache(size_t bytes_to_read, in ReadBytesFromCache()
124 size_t bytes_to_read = 4; in ReadCompressedBlockLength() local
145 int bytes_to_read = input_buffer_capacity_; in ReadFromFile() local
Dsnappy_buffers_test.cc92 size_t bytes_to_read = 256; in TestMultipleWrites() local
/external/tensorflow/tensorflow/core/lib/io/
Drandom_inputstream.cc32 Status RandomAccessInputStream::ReadNBytes(int64 bytes_to_read, in ReadNBytes()
73 int64 bytes_to_read = std::min<int64>(kMaxSkipSize, bytes_to_skip); in SkipNBytes() local
Dzlib_inputstream.cc117 int bytes_to_read = input_buffer_capacity_; in ReadFromStream() local
168 size_t ZlibInputStream::ReadBytesFromCache(size_t bytes_to_read, in ReadBytesFromCache()
189 Status ZlibInputStream::ReadNBytes(int64 bytes_to_read, string* result) { in ReadNBytes()
Dinputstream_interface.cc34 int64 bytes_to_read = std::min<int64>(kMaxSkipSize, bytes_to_skip); in SkipNBytes() local
Dinputbuffer.cc74 Status InputBuffer::ReadNBytes(int64 bytes_to_read, string* result) { in ReadNBytes()
87 Status InputBuffer::ReadNBytes(int64 bytes_to_read, char* result, in ReadNBytes()
Dinputstream_interface_test.cc30 Status ReadNBytes(int64 bytes_to_read, string* result) override { in ReadNBytes()
Dbuffered_inputstream.cc88 Status BufferedInputStream::ReadNBytes(int64 bytes_to_read, string* result) { in ReadNBytes()
/external/autotest/client/cros/i2c/
Dusb_to_i2c.py80 def read(self, slave_addr, bytes_to_read): argument
160 def read(self, slave_addr, bytes_to_read): argument
/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/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.cc83 int32_t bytes_to_read = in Read() local
/external/tensorflow/tensorflow/core/kernels/
Ddecode_compressed_op.cc37 Status ReadNBytes(int64 bytes_to_read, string* 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/ltp/testcases/kernel/sched/eas/
Dtrace_parse.c380 int bytes_to_read; in refill_buffer() local
/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/libchrome/ipc/
Dipc_channel_nacl.cc338 size_t bytes_to_read = buffer_len - *bytes_read; in ReadData() local
/external/bsdiff/
Dbspatch.cc306 size_t bytes_to_read = std::min(chunk_size, old_buf.size()); in bspatch() local
/external/curl/lib/vtls/
Dschannel_verify.c154 DWORD bytes_to_read = (DWORD)(ca_file_bufsize - total_bytes_read); in add_certs_to_store() local
/external/libpcap/
Dsf-pcap.c585 size_t bytes_to_read, bytes_read; in pcap_next_packet() local
Dsf-pcapng.c250 read_bytes(FILE *fp, void *buf, size_t bytes_to_read, int fail_on_eof, in read_bytes()
/external/u-boot/drivers/i2c/
Dkona_i2c.c304 unsigned int bytes_to_read = MAX_RX_FIFO_SIZE; in bcm_kona_i2c_read_fifo() local
/external/u-boot/drivers/spi/
Dcadence_qspi_apb.c629 unsigned int bytes_to_read = 0; in cadence_qspi_apb_indirect_read_execute() local
/external/libevent/
Dbufferevent_openssl.c735 bytes_to_read(struct bufferevent_openssl *bev) in bytes_to_read() function
/external/pdfium/third_party/libopenjpeg20/
Djp2.c1256 OPJ_UINT32 bytes_to_read = (OPJ_UINT32)((channel_size[i] + 7) >> 3); in opj_jp2_read_pclr() local