Searched refs:toread (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
H A Dcommand_buffer_shared.h50 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/
H A Dlibusb-glue.c815 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 siz
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dopensslstreamadapter.cc476 int toread = (sizeof(buf) < left) ? sizeof(buf) : left; local
477 int code = SSL_read(ssl_, buf, toread);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.c763 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,

Completed in 742 milliseconds