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

  /external/chromium_org/gpu/command_buffer/common/
command_buffer_shared.h 50 int toread = !!base::subtle::Acquire_Load(&latest_); local
51 base::subtle::Release_Store(&reading_, toread);
53 int index = !!base::subtle::Acquire_Load(&slots_[toread]);
54 if (states_[toread][index].generation - state->generation < 0x80000000U)
55 *state = states_[toread][index];
  /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/chromium_org/third_party/libjingle/source/talk/base/
opensslstreamadapter.cc 493 int toread = (sizeof(buf) < left) ? sizeof(buf) : left; local
494 int code = SSL_read(ssl_, buf, toread);
  /external/chromium_org/third_party/webrtc/base/
opensslstreamadapter.cc 476 int toread = (sizeof(buf) < left) ? sizeof(buf) : left; local
477 int code = SSL_read(ssl_, buf, toread);
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 763 char toread[len]; local
788 len_read = VG_(read) (fd, toread, len);
789 *new_packet_len_p = write_qxfer_response (arg_own_buf, (unsigned char *)toread,
    [all...]
  /bionic/libc/tzcode/
localtime.c 394 int toread; local
395 fid = __bionic_open_tzdata(name, &toread);
    [all...]

Completed in 189 milliseconds