Home | History | Annotate | Download | only in libbacktrace

Lines Matching defs:unlikely

61 #define unlikely(x) (x)
63 #define unlikely(x) __builtin_expect(!!(x), 0)
1125 if (unlikely (pinend - pin < 4))
1255 if (unlikely (codes[i] >= 16))
1292 if (unlikely (jcnt > (1U << j)))
1312 if (unlikely ((val & ~HUFFMAN_VALUE_MASK) != 0))
1328 if (unlikely (table[ind] != 0))
1416 if (unlikely (jcnt != 0))
1468 if (unlikely ((next_secondary & HUFFMAN_VALUE_MASK)
1486 if (unlikely ((tprimary & (1U << HUFFMAN_SECONDARY_SHIFT))
1495 if (unlikely (secondary_bits < j - 8))
1511 if (unlikely (table[secondary + 0x100 + ind] != 0))
1726 if (unlikely ((pin[0] & 0xf) != 8)) /* 8 is zlib encoding. */
1732 if (unlikely ((pin[0] >> 4) > 7))
1739 if (unlikely ((pin[1] & 0x20) != 0))
1747 if (unlikely (val % 31 != 0))
1784 if (unlikely (type == 3))
1807 if (unlikely ((pinend - pin) < 4))
1817 if (unlikely (len != lenc))
1823 if (unlikely (len > (unsigned int) (pinend - pin)
1874 if (unlikely (nlit > 286 || ndist > 30))
2040 if (unlikely ((t & (1U << HUFFMAN_SECONDARY_SHIFT)) != 0))
2060 if (unlikely (plen == plenbase))
2073 if (unlikely ((unsigned int) (plenend - plen) < c))
2108 if (unlikely ((unsigned int) (plenend - plen) < c))
2154 if (unlikely ((unsigned int) (plenend - plen) < c))
2173 if (unlikely (plen[256] == 0))
2225 if (unlikely (pout == poutend))
2254 else if (unlikely (lit > 285))
2307 if (unlikely (pout == porigout))
2313 if (unlikely ((unsigned int) (poutend - pout) < len))
2322 else if (unlikely (dist > 29))
2353 if (unlikely ((unsigned int) (pout - porigout) < dist))
2359 if (unlikely ((unsigned int) (poutend - pout) < len))
2389 if (unlikely (pout != poutend))
2516 if (unlikely ((s2 << 16) + s1 != cksum))
2855 if (unlikely (off >= compressed_size))
2870 if (unlikely (i >= 9))
2888 if (unlikely (*poffset >= compressed_size))
3070 if (unlikely (off >= compressed_size))
3076 if (unlikely (off + block_header_size > compressed_size))
3084 if (unlikely ((block_flags & 0x3c) != 0))
3117 if (unlikely ((block_flags & 0x3) != 0))
3123 if (unlikely (off + 2 >= block_header_offset + block_header_size))
3130 if (unlikely (compressed[off] != 0x21))
3138 if (unlikely (compressed[off] != 1))
3148 if (unlikely (lzma2_properties > 40))
3158 if (unlikely (off + 4 > compressed_size))
3166 if (unlikely (off + 4 > compressed_size))
3179 if (unlikely (computed_crc != stream_crc))
3203 if (unlikely (control == 0))
3223 if (unlikely (control > 2))
3232 if (unlikely (off + 2 > compressed_size))
3244 if (unlikely (off + chunk_size > compressed_size))
3249 if (unlikely (uncompressed_offset + chunk_size > uncompressed_size))
3270 if (unlikely (off + 4 >= compressed_size))
3302 if (unlikely (off >= compressed_size))
3309 if (unlikely (props > (4 * 5 + 4) * 9 + 8))
3327 if (unlikely (lc + lp > 4))
3350 if (unlikely (off + 5 > compressed_size))
3373 if (unlikely (uncompressed_offset
3536 if (unlikely (uncompressed_offset
3542 if (unlikely (uncompressed_offset + len > uncompressed_size))
3638 if (unlikely (uncompressed_offset >= uncompressed_size))
3665 if (unlikely (off > compressed_size))
3679 if (unlikely (off + 4 > compressed_size))
3699 if (unlikely (off + 8 > compressed_size))
3709 if (unlikely (off + 32 > compressed_size))
3759 if (unlikely (compressed_size < header_size + footer_size))
3766 if (unlikely (memcmp (compressed, "\375" "7zXZ\0", 6) != 0))
3774 if (unlikely (compressed[6] != 0))
3780 if (unlikely ((check & 0xf8) != 0))
3792 if (unlikely (computed_crc != stream_crc))
3804 if (unlikely (memcmp (compressed + offset - 2, "YZ", 2) != 0))
3813 if (unlikely (compressed[offset - 2] != 0
3836 if (unlikely (computed_crc != stream_crc))
3844 if (unlikely (offset < index_size + header_size))
3855 if (unlikely (compressed[offset] != 0))
3864 if (unlikely (compressed[offset] == 0))
3870 if (unlikely (compressed[offset] != 1))
3895 if (unlikely (computed_crc != stream_crc))
3903 if (unlikely (offset != footer_offset))
3913 if (unlikely (mem == NULL))
3923 if (unlikely (probs == NULL))
3941 if (unlikely (compressed_block_size
3951 if (unlikely (offset != index_offset))