OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCubeScale
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/quic/congestion_control/
cubic.cc
18
const int
kCubeScale
= 40; // 1024*1024^3 (first 1024 is from 0.100^3)
22
const uint64 kCubeFactor = (GG_UINT64_C(1) <<
kCubeScale
) /
178
* offset * offset * offset) >>
kCubeScale
;
inter_arrival_bitrate_ramp_up.cc
17
const int
kCubeScale
= 40; // 1024*1024^3 (first 1024 is from 0.100^3)
22
const uint64 kCubeFactor = (GG_UINT64_C(1) <<
kCubeScale
) / kPacedCubeScale;
138
kCubeScale
;
Completed in 51 milliseconds