Searched refs:source_size_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dblockhash.cc32 source_size_(source_size),
62 const size_t table_size = CalcTableSize(source_size_);
64 LOG(DFATAL) << "Error finding table size for source size " << source_size_
161 static_cast<int>(source_size_ / kBlockSize); // round down
200 AddAllBlocksThroughIndex(static_cast<int>(source_size_));
204 if (end_index > static_cast<int>(source_size_)) {
207 << " higher than end index " << source_size_ << LOG_ENDL;
219 // Don't allow reading any indices at or past source_size_.
423 const size_t source_bytes_to_right = source_size_ - source_match_end;
H A Dblockhash.h314 // O([target size] * source_size_ * source_size_)
316 // O([target size] * source_size_ * kMaxMatchesToCheck)
339 return source_size_ / kBlockSize;
357 size_t source_size() { return source_size_; }
367 // source_data_ and (source_data_ + source_size_). It is equivalent
449 const size_t source_size_; member in class:open_vcdiff::BlockHash
/external/v8/src/
H A Dhydrogen.h1014 source_size_(0) { }
1022 double source_size_; member in class:v8::internal::HStatistics
H A Dhydrogen.cc6006 source_size_ += info->shared_info()->SourceSize();
6027 double source_size_in_kb = static_cast<double>(source_size_) / 1024;

Completed in 114 milliseconds