/external/chromium/sdch/open-vcdiff/src/ |
addrcache_test.cc | 107 VCDAddress encoded_addr = 0; local 108 EXPECT_EQ(mode, cache_.EncodeAddress(address, here_address, &encoded_addr)); 110 ManualEncodeVarint(encoded_addr); 112 EXPECT_GT(256, encoded_addr); 113 ManualEncodeByte(static_cast<unsigned char>(encoded_addr)); 322 VCDAddress encoded_addr = 0; local 326 zero_cache.EncodeAddress(0x0000FFFF, 0x10000000, &encoded_addr)); 327 EXPECT_EQ(0xFFFF, encoded_addr); 329 zero_cache.EncodeAddress(0x10000000, 0x10000010, &encoded_addr)); 330 EXPECT_EQ(0x10, encoded_addr); 564 VCDAddress encoded_addr = 0; local [all...] |
addrcache.cc | 139 // encoded_addr: Points to an VCDAddress that will be replaced 142 // the return value, then encoded_addr should be written 152 // 0 will be returned, and *encoded_addr will be replaced with 0. 156 VCDAddress* encoded_addr) { 160 *encoded_addr = 0; 166 *encoded_addr = 0; 178 *encoded_addr = same_cache_pos % 256; 207 *encoded_addr = best_encoded_address;
|
addrcache.h | 167 // Sets *encoded_addr to the encoded representation of the address 171 // WriteAddressAsVarintForMode() to determine whether encoded_addr 177 VCDAddress* encoded_addr);
|
encodetable.cc | 227 int32_t encoded_addr = 0; local 231 &encoded_addr); 234 VarintBE<int32_t>::AppendToString(encoded_addr, addresses_for_copy_); 236 addresses_for_copy_->push_back(static_cast<unsigned char>(encoded_addr));
|
/external/chromium_org/sdch/open-vcdiff/src/ |
addrcache_test.cc | 107 VCDAddress encoded_addr = 0; local 108 EXPECT_EQ(mode, cache_.EncodeAddress(address, here_address, &encoded_addr)); 110 ManualEncodeVarint(encoded_addr); 112 EXPECT_GT(256, encoded_addr); 113 ManualEncodeByte(static_cast<unsigned char>(encoded_addr)); 322 VCDAddress encoded_addr = 0; local 326 zero_cache.EncodeAddress(0x0000FFFF, 0x10000000, &encoded_addr)); 327 EXPECT_EQ(0xFFFF, encoded_addr); 329 zero_cache.EncodeAddress(0x10000000, 0x10000010, &encoded_addr)); 330 EXPECT_EQ(0x10, encoded_addr); 564 VCDAddress encoded_addr = 0; local [all...] |
addrcache.cc | 139 // encoded_addr: Points to an VCDAddress that will be replaced 142 // the return value, then encoded_addr should be written 152 // 0 will be returned, and *encoded_addr will be replaced with 0. 156 VCDAddress* encoded_addr) { 160 *encoded_addr = 0; 166 *encoded_addr = 0; 178 *encoded_addr = same_cache_pos % 256; 207 *encoded_addr = best_encoded_address;
|
addrcache.h | 167 // Sets *encoded_addr to the encoded representation of the address 171 // WriteAddressAsVarintForMode() to determine whether encoded_addr 177 VCDAddress* encoded_addr);
|
encodetable.cc | 259 int32_t encoded_addr = 0; local 263 &encoded_addr); 266 VarintBE<int32_t>::AppendToString(encoded_addr, addresses_for_copy_); 268 addresses_for_copy_->push_back(static_cast<unsigned char>(encoded_addr));
|
/external/open-vcdiff/src/ |
addrcache_test.cc | 107 VCDAddress encoded_addr = 0; local 108 EXPECT_EQ(mode, cache_.EncodeAddress(address, here_address, &encoded_addr)); 110 ManualEncodeVarint(encoded_addr); 112 EXPECT_GT(256, encoded_addr); 113 ManualEncodeByte(static_cast<unsigned char>(encoded_addr)); 322 VCDAddress encoded_addr = 0; local 326 zero_cache.EncodeAddress(0x0000FFFF, 0x10000000, &encoded_addr)); 327 EXPECT_EQ(0xFFFF, encoded_addr); 329 zero_cache.EncodeAddress(0x10000000, 0x10000010, &encoded_addr)); 330 EXPECT_EQ(0x10, encoded_addr); 564 VCDAddress encoded_addr = 0; local [all...] |
addrcache.cc | 139 // encoded_addr: Points to an VCDAddress that will be replaced 142 // the return value, then encoded_addr should be written 152 // 0 will be returned, and *encoded_addr will be replaced with 0. 156 VCDAddress* encoded_addr) { 160 *encoded_addr = 0; 166 *encoded_addr = 0; 178 *encoded_addr = same_cache_pos % 256; 207 *encoded_addr = best_encoded_address;
|
addrcache.h | 167 // Sets *encoded_addr to the encoded representation of the address 171 // WriteAddressAsVarintForMode() to determine whether encoded_addr 177 VCDAddress* encoded_addr);
|
encodetable.cc | 259 int32_t encoded_addr = 0; local 263 &encoded_addr); 266 VarintBE<int32_t>::AppendToString(encoded_addr, addresses_for_copy_); 268 addresses_for_copy_->push_back(static_cast<unsigned char>(encoded_addr));
|