HomeSort by relevance Sort by last modified time
    Searched refs:same_cache_size_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
addrcache.cc 50 same_cache_size_(same_cache_size),
55 same_cache_size_(kDefaultSameCacheSize),
60 // same_cache_size_ parameters against their maximum allowed values) are
76 // near_cache_size_ and same_cache_size_ because adding them together can
83 if ((same_cache_size_ > (VCD_MAX_MODES - 2)) || (same_cache_size_ < 0)) {
84 LOG(ERROR) << "Same cache size " << same_cache_size_ << " is invalid"
88 if ((near_cache_size_ + same_cache_size_) > VCD_MAX_MODES - 2) {
90 << " and same cache size " << same_cache_size_
98 if (same_cache_size_ > 0)
    [all...]
addrcache.h 53 // same_cache_size_ before initializing the same and near caches. After the
61 int same_cache_size() const { return same_cache_size_; }
152 // 0 <= pos < (same_cache_size_ * 256)
202 const int same_cache_size_; member in class:open_vcdiff::VCDiffAddressCache

Completed in 30 milliseconds