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

  /external/chromium_org/net/quic/
quic_sent_entropy_manager_test.cc 27 EXPECT_EQ(0, entropy_manager_.GetCumulativeEntropy(0));
37 EXPECT_EQ(hash, entropy_manager_.GetCumulativeEntropy(i + 1));
94 EXPECT_EQ(entropy_hash, entropy_manager_.GetCumulativeEntropy(10));
quic_sent_entropy_manager.h 38 QuicPacketEntropyHash GetCumulativeEntropy(
quic_sent_entropy_manager.cc 58 QuicPacketEntropyHash QuicSentEntropyManager::GetCumulativeEntropy(
quic_connection.cc     [all...]

Completed in 42 milliseconds