Home | History | Annotate | Download | only in disk_cache

Lines Matching defs:block_offset

522   int block_offset = child_offset_ & (kBlockSize - 1);
523 if (block_offset && (child_data_.header.last_block != first_bit ||
524 child_data_.header.last_block_len < block_offset)) {
530 block_offset = (child_offset_ + result) & (kBlockSize - 1);
539 if (block_offset && !child_map_.Get(last_bit)) {
542 child_data_.header.last_block_len = block_offset;
650 int block_offset = child_offset_ & (kBlockSize - 1);
651 if (!bits_found && partial_start_bytes <= block_offset)
664 bytes_found -= block_offset;
672 result_ = std::min(partial_start_bytes - block_offset, child_len_);