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

  /external/chromium_org/net/quic/
quic_fec_group.h 61 return entropy_parity_;
91 bool entropy_parity_; member in class:net::QuicFecGroup
quic_fec_group.cc 25 entropy_parity_(false) {
112 header->entropy_flag = entropy_parity_;
146 entropy_parity_ = entropy;
155 entropy_parity_ = (entropy_parity_ != entropy);

Completed in 2312 milliseconds