Lines Matching defs:unlikely
66 #define unlikely(x) (x)
68 #define unlikely(x) __builtin_expect(!!(x), 0)
1132 if (unlikely (pinend - pin < 4))
1184 if (unlikely (pin <= pinend))
1214 unlikely (pin < pinend))
1242 if (unlikely (stream_start == 0))
1374 if (unlikely (codes[i] >= 16))
1411 if (unlikely (jcnt > (1U << j)))
1431 if (unlikely ((val & ~ZLIB_HUFFMAN_VALUE_MASK) != 0))
1447 if (unlikely (table[ind] != 0))
1535 if (unlikely (jcnt != 0))
1587 if (unlikely ((next_secondary & ZLIB_HUFFMAN_VALUE_MASK)
1605 if (unlikely ((tprimary
1615 if (unlikely (secondary_bits < j - 8))
1631 if (unlikely (table[secondary + 0x100 + ind] != 0))
1846 if (unlikely ((pin[0] & 0xf) != 8)) /* 8 is zlib encoding. */
1852 if (unlikely ((pin[0] >> 4) > 7))
1859 if (unlikely ((pin[1] & 0x20) != 0))
1867 if (unlikely (val % 31 != 0))
1904 if (unlikely (type == 3))
1927 if (unlikely ((pinend - pin) < 4))
1937 if (unlikely (len != lenc))
1943 if (unlikely (len > (unsigned int) (pinend - pin)
1994 if (unlikely (nlit > 286 || ndist > 30))
2160 if (unlikely ((t & (1U << ZLIB_HUFFMAN_SECONDARY_SHIFT))
2181 if (unlikely (plen == plenbase))
2194 if (unlikely ((unsigned int) (plenend - plen) < c))
2229 if (unlikely ((unsigned int) (plenend - plen) < c))
2275 if (unlikely ((unsigned int) (plenend - plen) < c))
2294 if (unlikely (plen[256] == 0))
2347 if (unlikely (pout == poutend))
2376 else if (unlikely (lit > 285))
2430 if (unlikely (pout == porigout))
2436 if (unlikely ((unsigned int) (poutend - pout) < len))
2445 else if (unlikely (dist > 29))
2476 if (unlikely ((unsigned int) (pout - porigout) < dist))
2482 if (unlikely ((unsigned int) (poutend - pout) < len))
2512 if (unlikely (pout != poutend))
2639 if (unlikely ((s2 << 16) + s1 != cksum))
2741 if (unlikely (pin + 3 >= pinend))
2827 if (unlikely (zidx > maxidx))
2863 if (unlikely (idx >= 256))
2880 if (unlikely (remaining != 1))
2946 while (unlikely (pos > high_threshold))
2950 if (unlikely (pos != 0))
3110 if (unlikely (symbol > 35))
3156 if (unlikely (symbol > 31))
3229 if (unlikely (symbol > 52))
3459 if (unlikely (pin >= pinend))
3493 if (unlikely (pin + hdr > pinend))
3524 if (unlikely (pin < pinend) && bits < pt->bits)
3526 if (unlikely (count >= 254))
3537 if (unlikely (pt->bits == 0))
3550 if (unlikely (count >= 255))
3561 if (unlikely (pin < pinend && bits < pt->bits))
3563 if (unlikely (count >= 254))
3574 if (unlikely (pt->bits == 0))
3587 if (unlikely (count >= 255))
3604 if (unlikely (pin + ((count + 1) / 2) >= pinend))
3628 if (unlikely (w > 12))
3637 if (unlikely (weight_mask == 0))
3644 if (unlikely (table_bits > 11))
3669 if (unlikely (count >= 256))
3757 if (unlikely (pin >= pinend))
3779 if (unlikely (pin >= pinend))
3788 if (unlikely (pin + 1 >= pinend))
3803 if (unlikely ((size_t)(poutend - pout) < regenerated_size))
3813 if (unlikely (pin + regenerated_size >= pinend))
3843 if (unlikely (pin + 1 >= pinend))
3854 if (unlikely (pin + 2 >= pinend))
3868 if (unlikely (pin + 3 >= pinend))
3887 if (unlikely (pin + compressed_size > pinend))
3896 if (unlikely ((size_t)(poutend - pout) < regenerated_size))
3918 if (unlikely (total_streams_size < (size_t)(ptable - pin)))
3930 if (unlikely (*phuffman_table_bits == 0))
4019 if (unlikely (bits < huffman_table_bits))
4023 if (unlikely (bits < (t & 0xff)))
4056 if (unlikely (pin + 5 >= pinend))
4068 if (unlikely (tot > total_streams_size - 6))
4174 if (unlikely (bits1 < huffman_table_bits))
4178 if (unlikely (bits1 < (t1 & 0xff)))
4188 if (unlikely (bits2 < huffman_table_bits))
4192 if (unlikely (bits2 < (t2 & 0xff)))
4202 if (unlikely (bits3 < huffman_table_bits))
4206 if (unlikely (bits3 < (t3 & 0xff)))
4218 if (unlikely (bits4 < huffman_table_bits))
4222 if (unlikely (bits4 < (t4 & 0xff)))
4293 if (unlikely (*ppin >= pinend))
4326 if (unlikely (decode->table_bits == -1))
4397 if (unlikely (sin < 4))
4404 if (unlikely (pin[0] != 0x28
4415 if (unlikely (pin >= pinend))
4424 if (unlikely ((hdr & (1 << 5)) == 0))
4430 if (unlikely ((hdr & (1 << 3)) != 0))
4436 if (unlikely ((hdr & 3) != 0))
4445 if (unlikely (pin >= pinend))
4453 if (unlikely (pin + 1 >= pinend))
4462 if (unlikely (pin + 3 >= pinend))
4474 if (unlikely (pin + 7 >= pinend))
4494 if (unlikely (content_size != (size_t) content_size
4508 if (unlikely (pin + 2 >= pinend))
4526 if (unlikely ((size_t) block_size > (size_t) (pinend - pin)))
4531 if (unlikely ((size_t) block_size > (size_t) (poutend - pout)))
4543 if (unlikely (pin >= pinend))
4548 if (unlikely ((size_t) block_size > (size_t) (poutend - pout)))
4575 if (unlikely ((size_t) block_size > (size_t) (pinend - pin)))
4600 if (unlikely (pin >= pinend))
4610 if (unlikely (pin + 1 >= pinend))
4624 if (unlikely (pin >= pinend))
4710 if (unlikely (need > 16))
4772 if (unlikely (literal == 0))
4838 if (unlikely ((size_t)(poutend - pout) < literal))
4844 if (unlikely (literal_count < literal))
4884 if (unlikely ((size_t)(plit - pout) < literal))
4907 if (unlikely ((size_t)(poutend - pout) < match))
4913 if (unlikely ((size_t)(pout - poutstart) < offset))
4938 if (unlikely (seq >= seq_count))
4943 if (unlikely ((size_t)(poutend - pout)
4986 if (unlikely (pin + 4 > pinend))
5375 if (unlikely (off >= compressed_size))
5390 if (unlikely (i >= 9))
5408 if (unlikely (*poffset >= compressed_size))
5591 if (unlikely (off >= compressed_size))
5597 if (unlikely (off + block_header_size > compressed_size))
5605 if (unlikely ((block_flags & 0x3c) != 0))
5638 if (unlikely ((block_flags & 0x3) != 0))
5644 if (unlikely (off + 2 >= block_header_offset + block_header_size))
5651 if (unlikely (compressed[off] != 0x21))
5659 if (unlikely (compressed[off] != 1))
5669 if (unlikely (lzma2_properties > 40))
5680 if (unlikely (crc_offset + 4 > compressed_size))
5701 if (unlikely (computed_crc != stream_crc))
5725 if (unlikely (control == 0))
5745 if (unlikely (control > 2))
5754 if (unlikely
5766 if (unlikely (off + chunk_size > compressed_size))
5771 if (unlikely (uncompressed_offset + chunk_size > uncompressed_size))
5792 if (unlikely (off + 4 >= compressed_size))
5824 if (unlikely (off >= compressed_size))
5831 if (unlikely (props > (4 * 5 + 4) * 9 + 8))
5849 if (unlikely (lc + lp > 4))
5872 if (unlikely (off + 5 > compressed_size))
5895 if (unlikely (uncompressed_offset
6058 if (unlikely (uncompressed_offset
6064 if (unlikely (uncompressed_offset + len > uncompressed_size))
6160 if (unlikely (uncompressed_offset >= uncompressed_size))
6187 if (unlikely (off > compressed_size))
6201 if (unlikely (off + 4 > compressed_size))
6221 if (unlikely (off + 8 > compressed_size))
6231 if (unlikely (off + 32 > compressed_size))
6281 if (unlikely (compressed_size < header_size + footer_size))
6288 if (unlikely (memcmp (compressed, "\375" "7zXZ\0", 6) != 0))
6296 if (unlikely (compressed[6] != 0))
6302 if (unlikely ((check & 0xf8) != 0))
6314 if (unlikely (computed_crc != stream_crc))
6326 if (unlikely (memcmp (compressed + offset - 2, "YZ", 2) != 0))
6335 if (unlikely (compressed[offset - 2] != 0
6358 if (unlikely (computed_crc != stream_crc))
6366 if (unlikely (offset < index_size + header_size))
6377 if (unlikely (compressed[offset] != 0))
6386 if (unlikely (compressed[offset] == 0))
6392 if (unlikely (compressed[offset] != 1))
6417 if (unlikely (computed_crc != stream_crc))
6425 if (unlikely (offset != footer_offset))
6435 if (unlikely (mem == NULL))
6445 if (unlikely (probs == NULL))
6463 if (unlikely (compressed_block_size
6473 if (unlikely (offset != index_offset))