HomeSort by relevance Sort by last modified time
    Searched refs:here_address (Results 1 - 4 of 4) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
addrcache.cc 136 // 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
    [all...]
addrcache.h 118 VCDAddress here_address) {
119 return here_address - encoded_address;
176 VCDAddress here_address,
193 VCDAddress DecodeAddress(VCDAddress here_address,
addrcache_test.cc 104 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 - 1)
563 VCDAddress here_address = 1; local
588 VCDAddress here_address = 1; local
    [all...]
vcdecoder.cc 1147 const VCDAddress here_address = local
    [all...]

Completed in 268 milliseconds