/third_party/node/deps/brotli/c/dec/ |
H A D | decode.c | 186 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, 1, &bits))) { in DecodeVarLenUint8() 196 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, 3, &bits))) { in DecodeVarLenUint8() 210 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, *value, &bits))) { in DecodeVarLenUint8() 447 if (BROTLI_PREDICT_FALSE(*bits > HUFFMAN_TABLE_BITS)) { in ReadPreloadedSymbol() 486 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, max_bits, &v))) { in ReadSimpleHuffmanSymbols() 702 if (BROTLI_PREDICT_FALSE(!BrotliSafeGetBits(br, 4, &ix))) { in ReadCodeLengthCodeLengths() 1687 if (BROTLI_PREDICT_FALSE(v.insert_len_extra_bits != 0)) { in ReadCommandInternal() 1771 if (BROTLI_PREDICT_FALSE(s->block_length[1] == 0)) { in ProcessCommandsInternal() 1799 if (BROTLI_PREDICT_FALSE(s->block_length[0] == 0)) { in ProcessCommandsInternal() 1818 if (BROTLI_PREDICT_FALSE(po in ProcessCommandsInternal() [all...] |
/third_party/skia/third_party/externals/brotli/c/dec/ |
H A D | decode.c | 186 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, 1, &bits))) { in DecodeVarLenUint8() 196 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, 3, &bits))) { in DecodeVarLenUint8() 210 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, *value, &bits))) { in DecodeVarLenUint8() 447 if (BROTLI_PREDICT_FALSE(*bits > HUFFMAN_TABLE_BITS)) { in ReadPreloadedSymbol() 486 if (BROTLI_PREDICT_FALSE(!BrotliSafeReadBits(br, max_bits, &v))) { in ReadSimpleHuffmanSymbols() 702 if (BROTLI_PREDICT_FALSE(!BrotliSafeGetBits(br, 4, &ix))) { in ReadCodeLengthCodeLengths() 1687 if (BROTLI_PREDICT_FALSE(v.insert_len_extra_bits != 0)) { in ReadCommandInternal() 1771 if (BROTLI_PREDICT_FALSE(s->block_length[1] == 0)) { in ProcessCommandsInternal() 1799 if (BROTLI_PREDICT_FALSE(s->block_length[0] == 0)) { in ProcessCommandsInternal() 1818 if (BROTLI_PREDICT_FALSE(po in ProcessCommandsInternal() [all...] |
/third_party/node/deps/brotli/c/enc/ |
H A D | find_match_length.h | 27 if (BROTLI_PREDICT_FALSE(BROTLI_UNALIGNED_LOAD64LE(s2) == in FindMatchLengthWithLimit()
|
H A D | hash_longest_match64_inc.h | 187 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FindLongestMatch() 229 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FindLongestMatch()
|
H A D | hash_longest_match_inc.h | 183 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FindLongestMatch() 224 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FindLongestMatch()
|
H A D | hash_longest_match_quickly_inc.h | 201 if (BROTLI_PREDICT_FALSE(backward == 0 || backward > max_backward)) { in FindLongestMatch() 232 if (BROTLI_PREDICT_FALSE(backward == 0 || backward > max_backward)) { in FindLongestMatch()
|
H A D | ringbuffer.h | 96 if (BROTLI_PREDICT_FALSE(masked_pos < rb->tail_size_)) { in RingBufferWriteTail()
|
H A D | compress_fragment.c | 532 if (BROTLI_PREDICT_FALSE(next_ip > ip_limit)) { in BrotliCompressFragmentFastImpl() 598 if (BROTLI_PREDICT_FALSE(ip >= ip_limit)) { in BrotliCompressFragmentFastImpl() 635 if (BROTLI_PREDICT_FALSE(ip >= ip_limit)) { in BrotliCompressFragmentFastImpl()
|
H A D | compress_fragment_two_pass.c | 294 if (BROTLI_PREDICT_FALSE(next_ip > ip_limit)) { in CreateCommands() 345 if (BROTLI_PREDICT_FALSE(ip >= ip_limit)) { in CreateCommands() 400 if (BROTLI_PREDICT_FALSE(ip >= ip_limit)) { in CreateCommands()
|
H A D | hash_to_binary_tree_inc.h | 221 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FindAllMatches()
|
H A D | backward_references_hq.c | 457 if (BROTLI_PREDICT_FALSE(backward > dictionary_start + gap)) { in UpdateNodes()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | find_match_length.h | 27 if (BROTLI_PREDICT_FALSE(BROTLI_UNALIGNED_LOAD64LE(s2) == in FindMatchLengthWithLimit()
|
H A D | hash_longest_match_inc.h | 183 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FindLongestMatch() 224 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FindLongestMatch()
|
H A D | hash_longest_match_quickly_inc.h | 201 if (BROTLI_PREDICT_FALSE(backward == 0 || backward > max_backward)) { in FindLongestMatch() 232 if (BROTLI_PREDICT_FALSE(backward == 0 || backward > max_backward)) { in FindLongestMatch()
|
H A D | hash_longest_match64_inc.h | 187 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FindLongestMatch() 229 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FindLongestMatch()
|
H A D | ringbuffer.h | 96 if (BROTLI_PREDICT_FALSE(masked_pos < rb->tail_size_)) { in RingBufferWriteTail()
|
H A D | compress_fragment.c | 532 if (BROTLI_PREDICT_FALSE(next_ip > ip_limit)) { in BrotliCompressFragmentFastImpl() 598 if (BROTLI_PREDICT_FALSE(ip >= ip_limit)) { in BrotliCompressFragmentFastImpl() 635 if (BROTLI_PREDICT_FALSE(ip >= ip_limit)) { in BrotliCompressFragmentFastImpl()
|
H A D | compress_fragment_two_pass.c | 294 if (BROTLI_PREDICT_FALSE(next_ip > ip_limit)) { in CreateCommands() 345 if (BROTLI_PREDICT_FALSE(ip >= ip_limit)) { in CreateCommands() 400 if (BROTLI_PREDICT_FALSE(ip >= ip_limit)) { in CreateCommands()
|
H A D | hash_to_binary_tree_inc.h | 221 if (BROTLI_PREDICT_FALSE(backward > max_backward)) { in FindAllMatches()
|
H A D | backward_references_hq.c | 457 if (BROTLI_PREDICT_FALSE(backward > dictionary_start + gap)) { in UpdateNodes()
|
/third_party/node/deps/brotli/c/common/ |
H A D | platform.h | 57 /* Define "BROTLI_PREDICT_TRUE" and "BROTLI_PREDICT_FALSE" macros for capable 70 if (BROTLI_PREDICT_FALSE(something_rare_or_unexpected_happens)) { 83 #define BROTLI_PREDICT_FALSE(x) (__builtin_expect(x, 0)) macro 85 #define BROTLI_PREDICT_FALSE(x) (x) macro
|
/third_party/skia/third_party/externals/brotli/c/common/ |
H A D | platform.h | 57 /* Define "BROTLI_PREDICT_TRUE" and "BROTLI_PREDICT_FALSE" macros for capable 70 if (BROTLI_PREDICT_FALSE(something_rare_or_unexpected_happens)) { 83 #define BROTLI_PREDICT_FALSE(x) (__builtin_expect(x, 0)) macro 85 #define BROTLI_PREDICT_FALSE(x) (x) macro
|