OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytes_to_compare
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/base/
test_data_stream.cc
28
int
bytes_to_compare
= std::min(length, bytes_remaining_);
local
29
if (memcmp(buffer, buffer_ptr_,
bytes_to_compare
))
31
Consume(
bytes_to_compare
);
32
length -=
bytes_to_compare
;
33
buffer +=
bytes_to_compare
;
Completed in 40 milliseconds