Searched refs:bytes_found (Results 1 - 6 of 6) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.cc354 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/
H A Dblockhash.cc355 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/
H A Dblockhash.cc355 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/
H A Dsparse_control.cc766 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/v3/
H A Dsparse_control_v3.cc791 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);
/external/chromium_org/net/disk_cache/
H A Dsparse_control.cc788 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);

Completed in 116 milliseconds