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

  /external/chromium/sdch/open-vcdiff/src/
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
  /external/chromium_org/sdch/open-vcdiff/src/
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
  /external/open-vcdiff/src/
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 29 milliseconds