Home
last modified time | relevance | path

Searched refs:BrotliPullByte (Results 1 – 3 of 3) sorted by relevance

/external/brotli/c/dec/
Dbit_reader.c43 if (!BrotliPullByte(br)) { in BrotliWarmupBitReader()
49 if (!BrotliPullByte(br)) { in BrotliWarmupBitReader()
Dbit_reader.h165 static BROTLI_INLINE BROTLI_BOOL BrotliPullByte(BrotliBitReader* const br) { in BrotliPullByte() function
209 if (!BrotliPullByte(br)) { in BrotliSafeGetBits()
295 if (!BrotliPullByte(br)) { in BrotliSafeReadBits()
309 if (!BrotliPullByte(br)) { in BrotliSafeReadBits32()
Ddecode.c654 if (get_byte && !BrotliPullByte(br)) return BROTLI_DECODER_NEEDS_MORE_INPUT; in SafeReadSymbolCodeLengths()