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

/external/chromium_org/net/quic/crypto/
H A Dstrike_register.cc35 void SetOtherBits(uint8 otherbits) { argument
37 data_[1] |= otherbits;
48 uint8 otherbits() const { return data_[1]; } function in class:net::StrikeRegister::InternalNode
227 node->otherbits() > new_other_bits) {
231 node->otherbits() == new_other_bits) {
237 (1 + static_cast<unsigned>(node->otherbits() | c)) >> 8;
302 (1 + static_cast<unsigned>(node->otherbits() | b)) >> 8;
400 switch (i->otherbits()) {

Completed in 64 milliseconds