Searched refs:here_address (Results 1 – 4 of 4) sorted by relevance
/external/chromium/sdch/open-vcdiff/src/ |
D | addrcache.cc | 155 VCDAddress here_address, in EncodeAddress() argument 163 if (address >= here_address) { in EncodeAddress() 165 << ") < here_address (" << here_address << ")" << LOG_ENDL; in EncodeAddress() 189 const VCDAddress here_encoded_address = here_address - address; in EncodeAddress() 224 VCDAddress here_address) { in IsDecodedAddressValid() argument 229 } else if (decoded_address >= here_address) { in IsDecodedAddressValid() 231 << ") is beyond location in target file (" << here_address in IsDecodedAddressValid() 277 VCDAddress VCDiffAddressCache::DecodeAddress(VCDAddress here_address, in DecodeAddress() argument 281 if (here_address < 0) { in DecodeAddress() 283 " for here_address: " << here_address << LOG_ENDL; in DecodeAddress() [all …]
|
D | addrcache_test.cc | 104 VCDAddress here_address, in TestEncode() argument 108 EXPECT_EQ(mode, cache_.EncodeAddress(address, here_address, &encoded_addr)); in TestEncode() 553 VCDAddress here_address = 1; in BM_Setup() local 556 verify_stream_[i] = PortableRandomInRange(here_address - 1); in BM_Setup() 557 here_address += 4; in BM_Setup() 563 VCDAddress here_address = 1; in BM_CacheEncode() local 568 here_address = 1; in BM_CacheEncode() 571 here_address, in BM_CacheEncode() 582 here_address += 4; in BM_CacheEncode() 588 VCDAddress here_address = 1; in BM_CacheDecode() local [all …]
|
D | addrcache.h | 118 VCDAddress here_address) { in DecodeHereAddress() argument 119 return here_address - encoded_address; in DecodeHereAddress() 176 VCDAddress here_address, 193 VCDAddress DecodeAddress(VCDAddress here_address,
|
D | vcdecoder.cc | 1147 const VCDAddress here_address = in DecodeCopy() local 1150 here_address, in DecodeCopy() 1161 if ((decoded_address < 0) || (decoded_address > here_address)) { in DecodeCopy() 1164 << here_address << LOG_ENDL; in DecodeCopy()
|