Searched refs:BrotliPullByte (Results 1 – 3 of 3) sorted by relevance
43 if (!BrotliPullByte(br)) { in BrotliWarmupBitReader()49 if (!BrotliPullByte(br)) { in BrotliWarmupBitReader()
165 static BROTLI_INLINE BROTLI_BOOL BrotliPullByte(BrotliBitReader* const br) { in BrotliPullByte() function209 if (!BrotliPullByte(br)) { in BrotliSafeGetBits()295 if (!BrotliPullByte(br)) { in BrotliSafeReadBits()309 if (!BrotliPullByte(br)) { in BrotliSafeReadBits32()
654 if (get_byte && !BrotliPullByte(br)) return BROTLI_DECODER_NEEDS_MORE_INPUT; in SafeReadSymbolCodeLengths()