Searched refs:BROTLI_PREDICT_FALSE (Results 1 – 11 of 11) sorted by relevance
/external/brotli/c/include/brotli/ |
D | port.h | 65 #define BROTLI_PREDICT_FALSE(x) (__builtin_expect(x, 0)) macro 67 #define BROTLI_PREDICT_FALSE(x) (x) macro
|
/external/brotli/c/dec/ |
D | decode.c | 151 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/ |
D | find_match_length.h | 28 if (BROTLI_PREDICT_FALSE(BROTLI_UNALIGNED_LOAD64LE(s2) == in FindMatchLengthWithLimit()
|
D | hash_longest_match_quickly_inc.h | 178 if (BROTLI_PREDICT_FALSE(backward == 0 || backward > max_backward)) { in FN() 204 if (BROTLI_PREDICT_FALSE(backward == 0 || backward > max_backward)) { in FN()
|
D | hash_longest_match_inc.h | 178 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FN() 220 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FN()
|
D | hash_longest_match64_inc.h | 185 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FN() 228 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FN()
|
D | compress_fragment_two_pass.c | 292 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()
|
D | ringbuffer.h | 96 if (BROTLI_PREDICT_FALSE(masked_pos < rb->tail_size_)) { in RingBufferWriteTail()
|
D | compress_fragment.c | 533 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()
|
D | hash_to_binary_tree_inc.h | 218 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FN()
|
D | backward_references_hq.c | 425 if (BROTLI_PREDICT_FALSE(backward > max_distance + gap)) { in UpdateNodes()
|