Searched refs:here_address (Results 1 - 4 of 4) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Daddrcache.cc136 // between 0 and (here_address - 1).
137 // here_address: The current location in the target data (i.e., the
155 VCDAddress here_address,
163 if (address >= here_address) {
165 << ") < here_address (" << here_address << ")" << LOG_ENDL;
189 const VCDAddress here_encoded_address = here_address - address;
224 VCDAddress here_address) {
229 } else if (decoded_address >= here_address) {
231 << ") is beyond location in target file (" << here_address
154 EncodeAddress(VCDAddress address, VCDAddress here_address, VCDAddress* encoded_addr) argument
223 IsDecodedAddressValid(VCDAddress decoded_address, VCDAddress here_address) argument
277 DecodeAddress(VCDAddress here_address, unsigned char mode, const char** address_stream, const char* address_stream_end) argument
[all...]
H A Daddrcache.h118 VCDAddress here_address) {
119 return here_address - encoded_address;
176 VCDAddress here_address,
193 VCDAddress DecodeAddress(VCDAddress here_address,
117 DecodeHereAddress(int32_t encoded_address, VCDAddress here_address) argument
H A Daddrcache_test.cc104 VCDAddress here_address,
108 EXPECT_EQ(mode, cache_.EncodeAddress(address, here_address, &encoded_addr));
376 "address.*<.*here_address");
378 "address.*<.*here_address");
405 // the value of here_address, so DecodeAddress() will succeed.
411 // A zero value for here_address should not kill the decoder,
434 ManualEncodeVarint(0x10001); // here_address + 1
524 ManualEncodeVarint(0x10001); // offset larger than here_address
553 VCDAddress here_address = 1; local
556 verify_stream_[i] = PortableRandomInRange(here_address
103 TestEncode(VCDAddress address, VCDAddress here_address, unsigned char mode, int size) argument
563 VCDAddress here_address = 1; local
588 VCDAddress here_address = 1; local
[all...]
H A Dvcdecoder.cc1147 const VCDAddress here_address = local
1150 here_address,
1161 if ((decoded_address < 0) || (decoded_address > here_address)) {
1163 << " returned from DecodeAddress, with here_address = "
1164 << here_address << LOG_ENDL;

Completed in 107 milliseconds