OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toread
(Results
1 - 4
of
4
) 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/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/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
...]
/bionic/libc/tzcode/
localtime.c
394
int
toread
;
local
395
fid = __bionic_open_tzdata(name, &
toread
);
[
all
...]
Completed in 940 milliseconds