Searched refs:BrotliPullByte (Results 1 – 3 of 3) sorted by relevance
32 if (!BrotliPullByte(br)) { in BrotliWarmupBitReader()38 if (!BrotliPullByte(br)) { in BrotliWarmupBitReader()
164 static BROTLI_INLINE BROTLI_BOOL BrotliPullByte(BrotliBitReader* const br) { in BrotliPullByte() function208 if (!BrotliPullByte(br)) { in BrotliSafeGetBits()270 if (!BrotliPullByte(br)) { in BrotliSafeReadBits()
647 if (get_byte && !BrotliPullByte(br)) return BROTLI_DECODER_NEEDS_MORE_INPUT; in SafeReadSymbolCodeLengths()