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

  /xsrc/external/mit/brotli/dist/c/dec/
bit_reader.h 22 #define BROTLI_SHORT_FILL_BIT_WINDOW_READ (sizeof(brotli_reg_t) >> 1)
132 br->avail_in -= BROTLI_SHORT_FILL_BIT_WINDOW_READ;
133 br->next_in += BROTLI_SHORT_FILL_BIT_WINDOW_READ;
150 br->avail_in -= BROTLI_SHORT_FILL_BIT_WINDOW_READ;
151 br->next_in += BROTLI_SHORT_FILL_BIT_WINDOW_READ;
158 more than BROTLI_SHORT_FILL_BIT_WINDOW_READ bytes of input. */
decode.c 612 if (!BrotliCheckInputAmount(br, BROTLI_SHORT_FILL_BIT_WINDOW_READ)) {

Completed in 7 milliseconds