Home
last modified time | relevance | path

Searched refs:unlikely (Results 1 – 9 of 9) 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()
90 if (hashtree.hash_data.empty() || unlikely(offset >= f->data_size)) { in is_zero()
96 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()
522 if (unlikely(offset > UINT64_MAX - count)) { in fec_pread()
Dfec_private.h171 #ifndef unlikely
172 #define unlikely(x) __builtin_expect(!!(x), 0) macro
204 if (unlikely(!(p))) { \
Dfec_open.cpp518 if (unlikely(!f)) { in fec_open()
531 if (unlikely(pthread_mutex_init(&f->mutex, NULL) != 0)) { in fec_open()
Dfec_verity.cpp162 if (unlikely(get_hash(block, hash.data()) == -1)) { in check_block_hash()
/system/sepolicy/private/
Dboringssl_self_test.te24 # so in practice the device will crash anyway in this unlikely scenario.
/system/sepolicy/prebuilts/api/31.0/private/
Dboringssl_self_test.te24 # so in practice the device will crash anyway in this unlikely scenario.
/system/sepolicy/prebuilts/api/30.0/private/
Dboringssl_self_test.te24 # so in practice the device will crash anyway in this unlikely scenario.
/system/chre/build/sys_support/qcom/
Duimage.lcs.toolv8085 *(.text.unlikely .text.*_unlikely)