Home
last modified time | relevance | path

Searched refs:unlikely (Results 1 – 7 of 7) sorted by relevance

/system/extras/verity/fec/
Dimage.h36 #define unlikely(x) __builtin_expect(!!(x), 0) macro
96 if (unlikely(offset >= ctx->inp_size)) { in image_get_interleaved_byte()
108 if (unlikely(offset >= ctx->inp_size)) { in image_set_interleaved_byte()
/system/extras/libfec/
Dfec_read.cpp72 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()
Dfec_private.h135 #ifndef unlikely
136 #define unlikely(x) __builtin_expect(!!(x), 0) macro
168 if (unlikely(!(p))) { \
Dfec_open.cpp526 if (unlikely(!f)) { in fec_open()
539 if (unlikely(pthread_mutex_init(&f->mutex, NULL) != 0)) { in fec_open()
Dfec_verity.cpp148 if (unlikely(verity_hash(f, block, hash) == -1)) { in verity_check_block()
/system/chre/build/sys_support/qcom/
Duimage.lcs.toolv8085 *(.text.unlikely .text.*_unlikely)
/system/core/llkd/
DREADME.md165 NB: false is a very very very unlikely process to want to blacklist.