Searched refs:rb_roundtrips (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.h300 size_t rb_roundtrips; /* how many times we went around the ring-buffer */ member in struct:BrotliDecoderStateStruct
H A Dstate.c43 s->rb_roundtrips = 0;
H A Ddecode.c1260 size_t partial_pos_rb = (s->rb_roundtrips * (size_t)s->ringbuffer_size) + pos;
1306 s->rb_roundtrips++;

Completed in 6 milliseconds