Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
Dnghttp2_stream.c251 uint64_t wlen_penalty; in nghttp2_stream_change_weight() local
274 wlen_penalty = (uint64_t)stream->last_writelen * NGHTTP2_MAX_WEIGHT; in nghttp2_stream_change_weight()
280 (wlen_penalty % (uint32_t)old_weight)) % in nghttp2_stream_change_weight()
284 (wlen_penalty + stream->pending_penalty) / (uint32_t)old_weight; in nghttp2_stream_change_weight()
/third_party/node/deps/nghttp2/lib/
Dnghttp2_stream.c251 uint64_t wlen_penalty; in nghttp2_stream_change_weight() local
274 wlen_penalty = (uint64_t)stream->last_writelen * NGHTTP2_MAX_WEIGHT; in nghttp2_stream_change_weight()
280 (wlen_penalty % (uint32_t)old_weight)) % in nghttp2_stream_change_weight()
284 (wlen_penalty + stream->pending_penalty) / (uint32_t)old_weight; in nghttp2_stream_change_weight()