/external/chromium/sdch/open-vcdiff/src/ |
addrcache.h | 38 class VCDiffAddressCache { 44 VCDiffAddressCache(int near_cache_size, int same_cache_size); 48 VCDiffAddressCache(); 51 // constructing a VCDiffAddressCache/ object, before any other method may be 211 VCDiffAddressCache(const VCDiffAddressCache&); // NOLINT 212 void operator=(const VCDiffAddressCache&);
|
addrcache.cc | 47 VCDiffAddressCache::VCDiffAddressCache(int near_cache_size, 53 VCDiffAddressCache::VCDiffAddressCache() 72 bool VCDiffAddressCache::Init() { 118 void VCDiffAddressCache::UpdateCache(VCDAddress address) { 154 unsigned char VCDiffAddressCache::EncodeAddress(VCDAddress address, 277 VCDAddress VCDiffAddressCache::DecodeAddress(VCDAddress here_address,
|
addrcache_test.cc | 118 VCDiffAddressCache cache_; 139 VCDiffAddressCache zero_cache(0, 0); 144 VCDiffAddressCache negative_cache(-1, -1); // The constructor must not fail 149 VCDiffAddressCache negative_cache(0, -1); // The constructor must not fail 155 VCDiffAddressCache int_max_cache(INT_MAX, INT_MAX); 161 VCDiffAddressCache int_min_cache(INT_MIN, INT_MIN); 169 VCDiffAddressCache negative_cache(VCD_MAX_MODES - 1, 0); 174 VCDiffAddressCache negative_cache(0, VCD_MAX_MODES - 1); 179 VCDiffAddressCache negative_cache((VCD_MAX_MODES / 2), 185 VCDiffAddressCache negative_cache(VCD_MAX_MODES - 2, 0) [all...] |
encodetable.h | 182 VCDiffAddressCache address_cache_;
|
codetable_test.cc | 163 code_table_data_.mode1[131] = VCDiffAddressCache::DefaultLastMode() + 1; 213 code_table_data_.mode2[20] = VCDiffAddressCache::DefaultLastMode() + 1;
|
instruction_map.cc | 32 VCDiffAddressCache::DefaultLastMode());
|
encodetable_test.cc | 24 #include "addrcache.h" // VCDiffAddressCache::kDefaultNearCacheSize 42 VCDiffAddressCache::kDefaultNearCacheSize, 43 VCDiffAddressCache::kDefaultSameCacheSize,
|
encodetable.cc | 41 : max_mode_(VCDiffAddressCache::DefaultLastMode()),
|
vcdecoder.cc | 470 VCDiffAddressCache* addr_cache() { return addr_cache_.get(); } 550 std::auto_ptr<VCDiffAddressCache> addr_cache_; 738 addr_cache_.reset(new VCDiffAddressCache); [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
addrcache.h | 38 class VCDiffAddressCache { 44 VCDiffAddressCache(int near_cache_size, int same_cache_size); 48 VCDiffAddressCache(); 51 // constructing a VCDiffAddressCache/ object, before any other method may be 211 VCDiffAddressCache(const VCDiffAddressCache&); // NOLINT 212 void operator=(const VCDiffAddressCache&);
|
addrcache.cc | 47 VCDiffAddressCache::VCDiffAddressCache(int near_cache_size, 53 VCDiffAddressCache::VCDiffAddressCache() 72 bool VCDiffAddressCache::Init() { 118 void VCDiffAddressCache::UpdateCache(VCDAddress address) { 154 unsigned char VCDiffAddressCache::EncodeAddress(VCDAddress address, 277 VCDAddress VCDiffAddressCache::DecodeAddress(VCDAddress here_address,
|
addrcache_test.cc | 118 VCDiffAddressCache cache_; 139 VCDiffAddressCache zero_cache(0, 0); 144 VCDiffAddressCache negative_cache(-1, -1); // The constructor must not fail 149 VCDiffAddressCache negative_cache(0, -1); // The constructor must not fail 155 VCDiffAddressCache int_max_cache(INT_MAX, INT_MAX); 161 VCDiffAddressCache int_min_cache(INT_MIN, INT_MIN); 169 VCDiffAddressCache negative_cache(VCD_MAX_MODES - 1, 0); 174 VCDiffAddressCache negative_cache(0, VCD_MAX_MODES - 1); 179 VCDiffAddressCache negative_cache((VCD_MAX_MODES / 2), 185 VCDiffAddressCache negative_cache(VCD_MAX_MODES - 2, 0) [all...] |
encodetable.h | 183 VCDiffAddressCache address_cache_;
|
codetable_test.cc | 163 code_table_data_.mode1[131] = VCDiffAddressCache::DefaultLastMode() + 1; 213 code_table_data_.mode2[20] = VCDiffAddressCache::DefaultLastMode() + 1;
|
instruction_map.cc | 32 VCDiffAddressCache::DefaultLastMode());
|
encodetable_test.cc | 23 #include "addrcache.h" // VCDiffAddressCache::kDefaultNearCacheSize 41 VCDiffAddressCache::kDefaultNearCacheSize, 42 VCDiffAddressCache::kDefaultSameCacheSize,
|
encodetable.cc | 58 : max_mode_(VCDiffAddressCache::DefaultLastMode()),
|
vcdecoder.cc | 463 VCDiffAddressCache* addr_cache() { return addr_cache_.get(); } 552 std::auto_ptr<VCDiffAddressCache> addr_cache_; 739 addr_cache_.reset(new VCDiffAddressCache); [all...] |
/external/open-vcdiff/src/ |
addrcache.h | 38 class VCDiffAddressCache { 44 VCDiffAddressCache(int near_cache_size, int same_cache_size); 48 VCDiffAddressCache(); 51 // constructing a VCDiffAddressCache/ object, before any other method may be 211 VCDiffAddressCache(const VCDiffAddressCache&); // NOLINT 212 void operator=(const VCDiffAddressCache&);
|
addrcache.cc | 47 VCDiffAddressCache::VCDiffAddressCache(int near_cache_size, 53 VCDiffAddressCache::VCDiffAddressCache() 72 bool VCDiffAddressCache::Init() { 118 void VCDiffAddressCache::UpdateCache(VCDAddress address) { 154 unsigned char VCDiffAddressCache::EncodeAddress(VCDAddress address, 277 VCDAddress VCDiffAddressCache::DecodeAddress(VCDAddress here_address,
|
addrcache_test.cc | 118 VCDiffAddressCache cache_; 139 VCDiffAddressCache zero_cache(0, 0); 144 VCDiffAddressCache negative_cache(-1, -1); // The constructor must not fail 149 VCDiffAddressCache negative_cache(0, -1); // The constructor must not fail 155 VCDiffAddressCache int_max_cache(INT_MAX, INT_MAX); 161 VCDiffAddressCache int_min_cache(INT_MIN, INT_MIN); 169 VCDiffAddressCache negative_cache(VCD_MAX_MODES - 1, 0); 174 VCDiffAddressCache negative_cache(0, VCD_MAX_MODES - 1); 179 VCDiffAddressCache negative_cache((VCD_MAX_MODES / 2), 185 VCDiffAddressCache negative_cache(VCD_MAX_MODES - 2, 0) [all...] |
encodetable.h | 183 VCDiffAddressCache address_cache_;
|
codetable_test.cc | 163 code_table_data_.mode1[131] = VCDiffAddressCache::DefaultLastMode() + 1; 213 code_table_data_.mode2[20] = VCDiffAddressCache::DefaultLastMode() + 1;
|
instruction_map.cc | 32 VCDiffAddressCache::DefaultLastMode());
|
encodetable_test.cc | 23 #include "addrcache.h" // VCDiffAddressCache::kDefaultNearCacheSize 41 VCDiffAddressCache::kDefaultNearCacheSize, 42 VCDiffAddressCache::kDefaultSameCacheSize,
|