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

  /external/chromium_org/net/quic/
quic_sent_entropy_manager_test.cc 60 QuicPacketEntropyHash entropy_hash = 0; local
63 entropy_hash ^= entropies[i];
68 entropy_hash));
quic_received_packet_manager_test.cc 27 QuicPacketEntropyHash entropy_hash) {
30 header.entropy_hash = entropy_hash;
84 QuicPacketEntropyHash entropy_hash = 0; local
87 entropy_hash ^= entropies[i].second;
89 EXPECT_EQ(entropy_hash, received_manager_.EntropyHash(6));
92 entropy_hash ^= 100;
94 entropy_hash ^= entropies[i].second;
98 EXPECT_EQ(entropy_hash, received_manager_.EntropyHash(6));
102 EXPECT_EQ(entropy_hash, received_manager_.EntropyHash(6))
    [all...]
quic_connection_test.cc 411 QuicPacketEntropyHash entropy_hash,
418 packet, entropy_hash, retransmittable_frames));
595 return serialized_packet.entropy_hash;
922 frame.received_info.entropy_hash = 0;
937 frame.received_info.entropy_hash = 2;
2806 QuicPacketEntropyHash entropy_hash = 0; local
    [all...]
quic_protocol.h 489 QuicPacketEntropyHash entropy_hash; member in struct:net::QuicPacketHeader
560 QuicPacketEntropyHash entropy_hash; member in struct:net::ReceivedPacketInfo
606 QuicPacketEntropyHash entropy_hash; member in struct:net::SentPacketInfo
903 QuicPacketEntropyHash entropy_hash,
910 QuicPacketEntropyHash entropy_hash; member in struct:net::SerializedPacket
    [all...]

Completed in 557 milliseconds