Home
last modified time | relevance | path

Searched refs:BROTLI_PREDICT_FALSE (Results 1 – 11 of 11) sorted by relevance

/external/brotli/c/include/brotli/
Dport.h65 #define BROTLI_PREDICT_FALSE(x) (__builtin_expect(x, 0)) macro
67 #define BROTLI_PREDICT_FALSE(x) (x) macro
/external/brotli/c/dec/
Ddecode.c151 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, 1, &bits))) { in DecodeVarLenUint8()
161 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, 3, &bits))) { in DecodeVarLenUint8()
175 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, *value, &bits))) { in DecodeVarLenUint8()
406 if (BROTLI_PREDICT_FALSE(*bits > HUFFMAN_TABLE_BITS)) { in ReadPreloadedSymbol()
443 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, max_bits, &v))) { in ReadSimpleHuffmanSymbols()
653 if (BROTLI_PREDICT_FALSE(!BrotliSafeGetBits(br, 4, &ix))) { in ReadCodeLengthCodeLengths()
1538 if (BROTLI_PREDICT_FALSE(v.insert_len_extra_bits != 0)) { in ReadCommandInternal()
1622 if (BROTLI_PREDICT_FALSE(s->block_length[1] == 0)) { in ProcessCommandsInternal()
1650 if (BROTLI_PREDICT_FALSE(s->block_length[0] == 0)) { in ProcessCommandsInternal()
1669 if (BROTLI_PREDICT_FALSE(pos == s->ringbuffer_size)) { in ProcessCommandsInternal()
[all …]
/external/brotli/c/enc/
Dfind_match_length.h28 if (BROTLI_PREDICT_FALSE(BROTLI_UNALIGNED_LOAD64LE(s2) == in FindMatchLengthWithLimit()
Dhash_longest_match_quickly_inc.h178 if (BROTLI_PREDICT_FALSE(backward == 0 || backward > max_backward)) { in FN()
204 if (BROTLI_PREDICT_FALSE(backward == 0 || backward > max_backward)) { in FN()
Dhash_longest_match_inc.h178 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FN()
220 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FN()
Dhash_longest_match64_inc.h185 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FN()
228 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FN()
Dcompress_fragment_two_pass.c292 if (BROTLI_PREDICT_FALSE(next_ip > ip_limit)) { in CreateCommands()
342 if (BROTLI_PREDICT_FALSE(ip >= ip_limit)) { in CreateCommands()
382 if (BROTLI_PREDICT_FALSE(ip >= ip_limit)) { in CreateCommands()
Dringbuffer.h96 if (BROTLI_PREDICT_FALSE(masked_pos < rb->tail_size_)) { in RingBufferWriteTail()
Dcompress_fragment.c533 if (BROTLI_PREDICT_FALSE(next_ip > ip_limit)) { in BrotliCompressFragmentFastImpl()
599 if (BROTLI_PREDICT_FALSE(ip >= ip_limit)) { in BrotliCompressFragmentFastImpl()
636 if (BROTLI_PREDICT_FALSE(ip >= ip_limit)) { in BrotliCompressFragmentFastImpl()
Dhash_to_binary_tree_inc.h218 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FN()
Dbackward_references_hq.c425 if (BROTLI_PREDICT_FALSE(backward > max_distance + gap)) { in UpdateNodes()