Searched refs:penalty (Results 1 – 3 of 3) sorted by relevance
146 uint32_t penalty; in stream_next_cycle() local148 penalty = (uint32_t)stream->last_writelen * NGHTTP2_MAX_WEIGHT + in stream_next_cycle()151 stream->cycle = last_cycle + penalty / (uint32_t)stream->weight; in stream_next_cycle()152 stream->pending_penalty = penalty % (uint32_t)stream->weight; in stream_next_cycle()
924 Huffman decoder; this implies a speed penalty whether the feature is used928 library would suffer a complexity penalty whether it cared about DNL or
338 # causing a significant performance penalty.
Completed in 9 milliseconds