Searched defs:bytes_to_read (Results 1 – 11 of 11) sorted by relevance
/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/bsdiff/ |
D | bspatch.cc | 103 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/sfntly/cpp/src/sfntly/data/ |
D | font_input_stream.cc | 83 int32_t bytes_to_read = in Read() local
|
/external/libmojo/mojo/edk/system/ |
D | data_pipe_consumer_dispatcher.cc | 167 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
|
D | message_pipe_dispatcher.cc | 208 uint32_t bytes_to_read = 0; in ReadMessage() local
|
/external/libchrome/base/ |
D | sync_socket_posix.cc | 183 const size_t bytes_to_read = std::min(Peek(), length - bytes_read_total); in ReceiveWithTimeout() local
|
/external/libcxx/utils/google-benchmark/src/ |
D | sysinfo.cc | 168 const size_t bytes_to_read = sizeof(line) - 1 - linelen; in InitializeSystemInfo() local
|
/external/google-benchmark/src/ |
D | sysinfo.cc | 168 const size_t bytes_to_read = sizeof(line) - 1 - linelen; in InitializeSystemInfo() local
|
/external/libpcap/ |
D | sf-pcap-ng.c | 231 read_bytes(FILE *fp, void *buf, size_t bytes_to_read, int fail_on_eof, in read_bytes()
|
/external/libevent/ |
D | bufferevent_openssl.c | 720 bytes_to_read(struct bufferevent_openssl *bev) in bytes_to_read() function
|
/external/pdfium/third_party/libopenjpeg20/ |
D | jp2.c | 1157 OPJ_UINT32 bytes_to_read = (OPJ_UINT32)((channel_size[i]+7)>>3); in opj_jp2_read_pclr() local
|