OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytes_found
(Results
1 - 6
of
6
) sorted by null
/external/chromium/sdch/open-vcdiff/src/
blockhash.cc
354
int
bytes_found
= 0;
local
355
while (
bytes_found
< max_bytes) {
361
++
bytes_found
;
363
return
bytes_found
;
375
int
bytes_found
= 0;
local
376
while ((
bytes_found
< max_bytes) && (*source_ptr == *target_ptr)) {
377
++
bytes_found
;
381
return
bytes_found
;
/external/chromium_org/sdch/open-vcdiff/src/
blockhash.cc
355
int
bytes_found
= 0;
local
356
while (
bytes_found
< max_bytes) {
362
++
bytes_found
;
364
return
bytes_found
;
376
int
bytes_found
= 0;
local
377
while ((
bytes_found
< max_bytes) && (*source_ptr == *target_ptr)) {
378
++
bytes_found
;
382
return
bytes_found
;
/external/open-vcdiff/src/
blockhash.cc
355
int
bytes_found
= 0;
local
356
while (
bytes_found
< max_bytes) {
362
++
bytes_found
;
364
return
bytes_found
;
376
int
bytes_found
= 0;
local
377
while ((
bytes_found
< max_bytes) && (*source_ptr == *target_ptr)) {
378
++
bytes_found
;
382
return
bytes_found
;
/external/chromium/net/disk_cache/
sparse_control.cc
766
int
bytes_found
= bits_found << 10;
local
767
bytes_found
+= PartialBlockLength(found + bits_found);
770
bytes_found
-= block_offset;
775
result_ = std::min(
bytes_found
, child_len_ - empty_start);
/external/chromium_org/net/disk_cache/
sparse_control.cc
788
int
bytes_found
= bits_found << 10;
local
789
bytes_found
+= PartialBlockLength(found + bits_found);
792
bytes_found
-= block_offset;
797
result_ = std::min(
bytes_found
, child_len_ - empty_start);
/external/chromium_org/net/disk_cache/v3/
sparse_control_v3.cc
791
int
bytes_found
= bits_found << 10;
local
792
bytes_found
+= PartialBlockLength(found + bits_found);
795
bytes_found
-= block_offset;
800
result_ = std::min(
bytes_found
, child_len_ - empty_start);
Completed in 1178 milliseconds