Home
last modified time | relevance | path

Searched refs:new_other_bits (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/quic/crypto/
Dstrike_register.cc198 uint8 new_other_bits; in Insert() local
200 new_other_bits = value[differing_byte] ^ best_match[differing_byte]; in Insert()
201 if (new_other_bits) { in Insert()
210 new_other_bits |= new_other_bits >> 1; in Insert()
211 new_other_bits |= new_other_bits >> 2; in Insert()
212 new_other_bits |= new_other_bits >> 4; in Insert()
215 new_other_bits = (new_other_bits & ~(new_other_bits >> 1)) ^ 255; in Insert()
222 if ((new_other_bits | value[differing_byte]) == 0xff) { in Insert()
233 inode->SetOtherBits(new_other_bits); in Insert()
248 node->otherbits() > new_other_bits) { in Insert()
[all …]