Searched defs:kBeta (Results 1 - 4 of 4) sorted by path

/external/chromium_org/chrome/browser/omaha_query_params/
H A Dchrome_omaha_query_params_delegate.cc16 const char kBeta[] = "beta"; member in namespace:__anon4363
50 return kBeta;
/external/chromium_org/net/quic/congestion_control/
H A Dcubic.cc32 const float kBeta = 0.7f; // Default Cubic backoff factor. member in namespace:net::__anon9401
41 const float kNConnectionBeta = (kNumConnections - 1 + kBeta) / kNumConnections;
44 // kBeta here is a cwnd multiplier, and is equal to 1-beta from the CUBIC paper.
H A Dcubic_test.cc15 const float kBeta = 0.7f; // Default Cubic backoff factor. member in namespace:net::test
17 const float kNConnectionBeta = (kNumConnections - 1 + kBeta) / kNumConnections;
H A Drtt_stats.cc19 const float kBeta = 0.25f; member in namespace:net::__anon9402
20 const float kOneMinusBeta = (1 - kBeta);
88 kBeta * std::abs(smoothed_rtt_.Subtract(rtt_sample).ToMicroseconds()));

Completed in 266 milliseconds