HomeSort by relevance Sort by last modified time
    Searched refs:toread (Results 1 - 5 of 5) sorted by null

  /external/valgrind/none/tests/solaris/
proc_auxv_multiple.c 17 size_t toread = sizeof(*out); local
20 while (toread) {
23 r = read(fi, ptr, toread);
34 toread -= r;
36 assert(toread >= 0);
  /external/libmtp/src/
libusb-glue.c 815 unsigned long toread = 0; local
833 toread = size - curread;
835 if (readzero && FLAG_NO_ZERO_READS(ptp_usb) && toread % 64 == 0) {
836 toread += 1;
842 toread = CONTEXT_BLOCK_SIZE_1;
843 else if (toread == CONTEXT_BLOCK_SIZE_1)
844 toread = CONTEXT_BLOCK_SIZE_2;
845 else if (toread == CONTEXT_BLOCK_SIZE_2)
846 toread = CONTEXT_BLOCK_SIZE_1;
848 printf("unexpected toread size 0x%04x, 0x%04x remaining bytes\n",
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/
mpu_iio.c 567 int ret, c, i, j, toread; local
903 toread = 1;
909 toread = 1;
911 read_size = read(fp, data, toread * scan_size);
  /external/valgrind/coregrind/m_gdbserver/
server.c 846 char toread[len]; local
871 len_read = VG_(read) (fd, toread, len);
873 (unsigned char *)toread,
    [all...]
  /external/webrtc/webrtc/base/
opensslstreamadapter.cc 639 int toread = (sizeof(buf) < left) ? sizeof(buf) : left; local
640 int code = SSL_read(ssl_, buf, toread);
    [all...]

Completed in 982 milliseconds