Lines Matching refs:BROTLI_DCHECK
239 BROTLI_DCHECK(max_table_size >= 256);
375 BROTLI_DCHECK(total != 0);
594 BROTLI_DCHECK(*storage_ix <= 14);
1073 BROTLI_DCHECK(s->params.hasher.type == 10);
1081 BROTLI_DCHECK(s->params.hasher.type == 10);
1136 BROTLI_DCHECK(s->input_pos_ >= s->last_flush_pos_);
1137 BROTLI_DCHECK(s->input_pos_ > s->last_flush_pos_ || is_last);
1138 BROTLI_DCHECK(s->input_pos_ - s->last_flush_pos_ <= 1u << 24);
1249 BROTLI_DCHECK(input_size <= mask + 1);
1695 BROTLI_DCHECK(out_bytes <= *available_out);
1696 BROTLI_DCHECK((storage_ix & 7) == 0 || out_bytes < *available_out);