Home
last modified time | relevance | path

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

/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/sfntly/cpp/src/sfntly/data/
Dfont_input_stream.cc83 int32_t bytes_to_read = in Read() local
/external/bsdiff/
Dbspatch.cc103 size_t bytes_to_read = std::min(size, buf_size); in ReadBZ2AndWriteAll() local
411 size_t bytes_to_read = std::min(chunk_size, old_buf.size()); in bspatch() local
/external/libmojo/mojo/edk/system/
Ddata_pipe_consumer_dispatcher.cc167 uint32_t bytes_to_read = std::min(max_num_bytes_to_read, bytes_available_); in ReadData() local
225 uint32_t bytes_to_read = std::min(bytes_available_, in BeginReadData() local
Dmessage_pipe_dispatcher.cc208 uint32_t bytes_to_read = 0; in ReadMessage() local
/external/libchrome/base/
Dsync_socket_posix.cc183 const size_t bytes_to_read = std::min(Peek(), length - bytes_read_total); in ReceiveWithTimeout() local
/external/google-benchmark/src/
Dsysinfo.cc170 const size_t bytes_to_read = sizeof(line) - 1 - linelen; in InitializeSystemInfo() local
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc168 const size_t bytes_to_read = sizeof(line) - 1 - linelen; in InitializeSystemInfo() local
/external/libpcap/
Dsf-pcap.c526 size_t bytes_to_read, bytes_read; in pcap_next_packet() local
Dsf-pcap-ng.c235 read_bytes(FILE *fp, void *buf, size_t bytes_to_read, int fail_on_eof, in read_bytes()
/external/libevent/
Dbufferevent_openssl.c720 bytes_to_read(struct bufferevent_openssl *bev) in bytes_to_read() function
/external/pdfium/third_party/libopenjpeg20/
Djp2.c1157 OPJ_UINT32 bytes_to_read = (OPJ_UINT32)((channel_size[i]+7)>>3); in opj_jp2_read_pclr() local