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

  /external/chromium/sdch/open-vcdiff/src/
addrcache.cc 49 : near_cache_size_(near_cache_size),
54 : near_cache_size_(kDefaultNearCacheSize),
59 // fail at runtime (for example, validating the provided near_cache_size_ and
76 // near_cache_size_ and same_cache_size_ because adding them together can
78 if ((near_cache_size_ > (VCD_MAX_MODES - 2)) || (near_cache_size_ < 0)) {
79 LOG(ERROR) << "Near cache size " << near_cache_size_ << " is invalid"
88 if ((near_cache_size_ + same_cache_size_) > VCD_MAX_MODES - 2) {
89 LOG(ERROR) << "Using near cache size " << near_cache_size_
95 if (near_cache_size_ > 0)
    [all...]
addrcache.h 52 // called. This is because Init() validates near_cache_size_ and
59 int near_cache_size() const { return near_cache_size_; }
143 // 0 <= pos < near_cache_size_
200 const int near_cache_size_; member in class:open_vcdiff::VCDiffAddressCache

Completed in 266 milliseconds