Searched refs:unlikely (Results 1 – 7 of 7) sorted by relevance
36 #define unlikely(x) __builtin_expect(!!(x), 0) macro96 if (unlikely(offset >= ctx->inp_size)) { in image_get_interleaved_byte()108 if (unlikely(offset >= ctx->inp_size)) { in image_set_interleaved_byte()
72 if (unlikely(offset >= f->data_size)) { in is_erasure()91 if (!v->hash || unlikely(offset >= f->data_size)) { in is_zero()97 if (unlikely(hash_offset > in is_zero()171 if (unlikely(use_erasures)) { in __ecc_read()178 if (unlikely(rc < 0)) { in __ecc_read()191 } else if (unlikely(rc > 0)) { in __ecc_read()215 if (unlikely(!rs)) { in ecc_init()223 if (unlikely(!ecc_data)) { in ecc_init()527 if (unlikely(offset > UINT64_MAX - count)) { in fec_pread()
135 #ifndef unlikely136 #define unlikely(x) __builtin_expect(!!(x), 0) macro168 if (unlikely(!(p))) { \
526 if (unlikely(!f)) { in fec_open()539 if (unlikely(pthread_mutex_init(&f->mutex, NULL) != 0)) { in fec_open()
148 if (unlikely(verity_hash(f, block, hash) == -1)) { in verity_check_block()
85 *(.text.unlikely .text.*_unlikely)
165 NB: false is a very very very unlikely process to want to blacklist.