Lines Matching full:likely
69 if (likely(afl->schedule >= FAST && afl->schedule <= RARE)) { in compute_weight()
72 if (likely(hits)) { weight /= (log10(hits) + 1); } in compute_weight()
76 if (likely(afl->schedule < RARE)) { weight *= (avg_exec_us / q->exec_us); } in compute_weight()
116 if (likely(afl->schedule < RARE)) { in create_alias_table()
128 if (likely(!q->disabled)) { in create_alias_table()
147 if (likely(!q->disabled)) { in create_alias_table()
166 if (likely(!q->disabled)) { q->weight *= 2.0; } in create_alias_table()
193 if (likely(!q->disabled)) { in create_alias_table()
360 if (likely(state == q->fs_redundant)) { return; } in mark_as_redundant()
616 if (likely(q->len > 4)) { ++afl->ready_for_splicing_count; } in add_to_queue()
632 if (likely(afl->start_time) && in add_to_queue()
716 if (likely(afl->schedule >= FAST && afl->schedule < RARE)) { in update_bitmap_score()
752 if (likely(afl->schedule >= FAST && afl->schedule < RARE)) { in update_bitmap_score()
778 if (likely(fuzz_p2 > top_rated_fuzz_p2)) { continue; } in update_bitmap_score()
780 if (likely(fav_factor > top_rated_fav_factor)) { continue; } in update_bitmap_score()
823 if (likely(!afl->score_changed || afl->non_instrumented_mode)) { return; } in cull_queue()
889 if (likely(!afl->queue_buf[i]->disabled)) { in cull_queue()
927 if (likely(afl->schedule < RARE) && likely(!afl->fixed_seed)) { in calculate_score()
1007 deeper test cases is more likely to reveal stuff that can't be in calculate_score()
1054 if (likely(!afl->queue_buf[i]->disabled)) { in calculate_score()
1200 if (likely(q->testcase_buf)) { in queue_testcase_retake()
1233 if (likely(q->testcase_buf)) { in queue_testcase_retake_mem()
1237 if (likely(len != old_len)) { in queue_testcase_retake_mem()
1241 if (likely(ptr)) { in queue_testcase_retake_mem()
1397 if (likely(tid >= afl->q_testcase_max_cache_count)) { in queue_testcase_get()
1464 if (likely(tid >= afl->q_testcase_max_cache_count)) { in queue_testcase_store_mem()