Lines Matching refs:BROTLI_PREDICT_FALSE
185 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, 1, &bits))) { in DecodeVarLenUint8()
195 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, 3, &bits))) { in DecodeVarLenUint8()
209 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, *value, &bits))) { in DecodeVarLenUint8()
444 if (BROTLI_PREDICT_FALSE(*bits > HUFFMAN_TABLE_BITS)) { in ReadPreloadedSymbol()
481 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, max_bits, &v))) { in ReadSimpleHuffmanSymbols()
694 if (BROTLI_PREDICT_FALSE(!BrotliSafeGetBits(br, 4, &ix))) { in ReadCodeLengthCodeLengths()
1590 if (BROTLI_PREDICT_FALSE(v.insert_len_extra_bits != 0)) { in ReadCommandInternal()
1674 if (BROTLI_PREDICT_FALSE(s->block_length[1] == 0)) { in ProcessCommandsInternal()
1702 if (BROTLI_PREDICT_FALSE(s->block_length[0] == 0)) { in ProcessCommandsInternal()
1721 if (BROTLI_PREDICT_FALSE(pos == s->ringbuffer_size)) { in ProcessCommandsInternal()
1738 if (BROTLI_PREDICT_FALSE(s->block_length[0] == 0)) { in ProcessCommandsInternal()
1761 if (BROTLI_PREDICT_FALSE(pos == s->ringbuffer_size)) { in ProcessCommandsInternal()
1769 if (BROTLI_PREDICT_FALSE(s->meta_block_remaining_len <= 0)) { in ProcessCommandsInternal()
1785 if (BROTLI_PREDICT_FALSE(s->block_length[2] == 0)) { in ProcessCommandsInternal()
1823 if (BROTLI_PREDICT_FALSE(!words->data)) { in ProcessCommandsInternal()
1906 if (BROTLI_PREDICT_FALSE(--wrap_guard == 0)) { in ProcessCommandsInternal()