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

/xsrc/external/mit/brotli/dist/c/dec/
H A Ddecode.c647 BROTLI_BOOL get_byte = BROTLI_FALSE; local in function:SafeReadSymbolCodeLengths
654 if (get_byte && !BrotliPullByte(br)) return BROTLI_DECODER_NEEDS_MORE_INPUT;
655 get_byte = BROTLI_FALSE;
663 get_byte = BROTLI_TRUE;
677 get_byte = BROTLI_TRUE;

Completed in 5 milliseconds