Searched refs:rb_roundtrips (Results 1 – 3 of 3) sorted by relevance
168 size_t rb_roundtrips; /* how many times we went around the ring-buffer */ member
46 s->rb_roundtrips = 0; in BrotliDecoderStateInit()
1250 size_t partial_pos_rb = (s->rb_roundtrips * (size_t)s->ringbuffer_size) + pos; in UnwrittenBytes()1296 s->rb_roundtrips++; in WriteRingBuffer()