Searched refs:same_addresses_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Daddrcache.h74 // a block of 256 elements of the same_addresses_ array; the lowest-order
149 // An accessor for an element of the same_addresses_ array.
155 return same_addresses_[pos];
208 std::vector<VCDAddress> same_addresses_; member in class:open_vcdiff::VCDiffAddressCache
H A Daddrcache.cc37 // The constructor does not initialize near_addresses_ and same_addresses_.
99 same_addresses_.assign(same_cache_size_ * 256, 0);
124 same_addresses_[address % (same_cache_size_ * 256)] = address;

Completed in 100 milliseconds