/external/tensorflow/tensorflow/core/lib/io/snappy/ |
D | snappy_inputbuffer.cc | 32 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
|
D | snappy_buffers_test.cc | 92 size_t bytes_to_read = 256; in TestMultipleWrites() local
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | random_inputstream.cc | 32 Status RandomAccessInputStream::ReadNBytes(int64 bytes_to_read, in ReadNBytes() 73 int64 bytes_to_read = std::min<int64>(kMaxSkipSize, bytes_to_skip); in SkipNBytes() local
|
D | zlib_inputstream.cc | 117 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()
|
D | inputstream_interface.cc | 34 int64 bytes_to_read = std::min<int64>(kMaxSkipSize, bytes_to_skip); in SkipNBytes() local
|
D | inputbuffer.cc | 74 Status InputBuffer::ReadNBytes(int64 bytes_to_read, string* result) { in ReadNBytes() 87 Status InputBuffer::ReadNBytes(int64 bytes_to_read, char* result, in ReadNBytes()
|
D | inputstream_interface_test.cc | 30 Status ReadNBytes(int64 bytes_to_read, string* result) override { in ReadNBytes()
|
D | buffered_inputstream.cc | 88 Status BufferedInputStream::ReadNBytes(int64 bytes_to_read, string* result) { in ReadNBytes()
|
/external/autotest/client/cros/i2c/ |
D | usb_to_i2c.py | 80 def read(self, slave_addr, bytes_to_read): argument 160 def read(self, slave_addr, bytes_to_read): argument
|
/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/sfntly/cpp/src/sfntly/data/ |
D | font_input_stream.cc | 83 int32_t bytes_to_read = in Read() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | decode_compressed_op.cc | 37 Status ReadNBytes(int64 bytes_to_read, string* 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/ltp/testcases/kernel/sched/eas/ |
D | trace_parse.c | 380 int bytes_to_read; in refill_buffer() local
|
/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/libchrome/ipc/ |
D | ipc_channel_nacl.cc | 338 size_t bytes_to_read = buffer_len - *bytes_read; in ReadData() local
|
/external/bsdiff/ |
D | bspatch.cc | 306 size_t bytes_to_read = std::min(chunk_size, old_buf.size()); in bspatch() local
|
/external/curl/lib/vtls/ |
D | schannel_verify.c | 154 DWORD bytes_to_read = (DWORD)(ca_file_bufsize - total_bytes_read); in add_certs_to_store() local
|
/external/libpcap/ |
D | sf-pcap.c | 585 size_t bytes_to_read, bytes_read; in pcap_next_packet() local
|
D | sf-pcapng.c | 250 read_bytes(FILE *fp, void *buf, size_t bytes_to_read, int fail_on_eof, in read_bytes()
|
/external/u-boot/drivers/i2c/ |
D | kona_i2c.c | 304 unsigned int bytes_to_read = MAX_RX_FIFO_SIZE; in bcm_kona_i2c_read_fifo() local
|
/external/u-boot/drivers/spi/ |
D | cadence_qspi_apb.c | 629 unsigned int bytes_to_read = 0; in cadence_qspi_apb_indirect_read_execute() local
|
/external/libevent/ |
D | bufferevent_openssl.c | 735 bytes_to_read(struct bufferevent_openssl *bev) in bytes_to_read() function
|
/external/pdfium/third_party/libopenjpeg20/ |
D | jp2.c | 1256 OPJ_UINT32 bytes_to_read = (OPJ_UINT32)((channel_size[i] + 7) >> 3); in opj_jp2_read_pclr() local
|