Lines Matching refs:BROTLI_DCHECK
50 BROTLI_DCHECK(offset >= 0); in HashBytesAtOffset()
51 BROTLI_DCHECK(offset <= 3); in HashBytesAtOffset()
524 BROTLI_DCHECK(next_emit < ip); in BrotliCompressFragmentFastImpl()
529 BROTLI_DCHECK(hash == Hash(next_ip, shift)); in BrotliCompressFragmentFastImpl()
544 BROTLI_DCHECK(candidate >= base_ip); in BrotliCompressFragmentFastImpl()
545 BROTLI_DCHECK(candidate < ip); in BrotliCompressFragmentFastImpl()
568 BROTLI_DCHECK(0 == memcmp(base, candidate, matched)); in BrotliCompressFragmentFastImpl()
628 BROTLI_DCHECK(0 == memcmp(base, candidate, matched)); in BrotliCompressFragmentFastImpl()
661 BROTLI_DCHECK(next_emit <= ip_end); in BrotliCompressFragmentFastImpl()
671 BROTLI_DCHECK(total_block_size > (1 << 16)); in BrotliCompressFragmentFastImpl()
754 BROTLI_DCHECK(is_last); in FOR_TABLE_BITS_()
770 default: BROTLI_DCHECK(0); break; in FOR_TABLE_BITS_()