HomeSort by: relevance | last modified time | path
    Searched refs:rb_roundtrips (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/brotli/dist/c/dec/
state.h 300 size_t rb_roundtrips; /* how many times we went around the ring-buffer */ member in struct:BrotliDecoderStateStruct
state.c 43 s->rb_roundtrips = 0;
decode.c 1260 size_t partial_pos_rb = (s->rb_roundtrips * (size_t)s->ringbuffer_size) + pos;
1306 s->rb_roundtrips++;

Completed in 6 milliseconds