Home
last modified time | relevance | path

Searched refs:nWindow (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/p2p/base/
Dpseudo_tcp.cc1077 uint32_t nWindow = std::min(m_snd_wnd, cwnd); in attemptSend() local
1079 uint32_t nUseable = (nInFlight < nWindow) ? (nWindow - nInFlight) : 0; in attemptSend()
1087 if (nUseable * 4 < nWindow) { in attemptSend()
1101 RTC_LOG(LS_INFO) << "[cwnd: " << m_cwnd << " nWindow: " << nWindow in attemptSend()
/external/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
DLinalgStructuredOps.td350 // for N equal to `nWindow`. If there is no padding attribute, it will be