Home
last modified time | relevance | path

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

/external/brotli/c/dec/
Dbit_reader.c32 if (!BrotliPullByte(br)) { in BrotliWarmupBitReader()
38 if (!BrotliPullByte(br)) { in BrotliWarmupBitReader()
Dbit_reader.h164 static BROTLI_INLINE BROTLI_BOOL BrotliPullByte(BrotliBitReader* const br) { in BrotliPullByte() function
208 if (!BrotliPullByte(br)) { in BrotliSafeGetBits()
270 if (!BrotliPullByte(br)) { in BrotliSafeReadBits()
Ddecode.c647 if (get_byte && !BrotliPullByte(br)) return BROTLI_DECODER_NEEDS_MORE_INPUT; in SafeReadSymbolCodeLengths()