Home
last modified time | relevance | path

Searched refs:rb_roundtrips (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/brotli/c/dec/
Dstate.h300 size_t rb_roundtrips; /* how many times we went around the ring-buffer */ member
Dstate.c43 s->rb_roundtrips = 0; in BrotliDecoderStateInit()
Ddecode.c1260 size_t partial_pos_rb = (s->rb_roundtrips * (size_t)s->ringbuffer_size) + pos; in UnwrittenBytes()
1306 s->rb_roundtrips++; in WriteRingBuffer()
/third_party/node/deps/brotli/c/dec/
Dstate.h300 size_t rb_roundtrips; /* how many times we went around the ring-buffer */ member
Dstate.c43 s->rb_roundtrips = 0; in BrotliDecoderStateInit()
Ddecode.c1260 size_t partial_pos_rb = (s->rb_roundtrips * (size_t)s->ringbuffer_size) + pos; in UnwrittenBytes()
1306 s->rb_roundtrips++; in WriteRingBuffer()