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

/xsrc/external/mit/brotli/dist/c/dec/
H A Dstate.h318 unsigned int should_wrap_ringbuffer : 1; member in struct:BrotliDecoderStateStruct
H A Dstate.c69 s->should_wrap_ringbuffer = 0;
H A Ddecode.c1307 s->should_wrap_ringbuffer = (size_t)s->pos != 0 ? 1 : 0;
1313 if (s->should_wrap_ringbuffer) {
1315 s->should_wrap_ringbuffer = 0;

Completed in 5 milliseconds