Home
last modified time | relevance | path

Searched refs:n_fuzz_entry (Results 1 – 4 of 4) sorted by relevance

/external/AFLplusplus/src/
Dafl-fuzz-queue.c71 u32 hits = afl->n_fuzz[q->n_fuzz_entry]; in compute_weight()
722 fuzz_p2 = next_pow2(afl->n_fuzz[q->n_fuzz_entry]); in update_bitmap_score()
759 next_pow2(afl->n_fuzz[afl->top_rated[i]->n_fuzz_entry]); in update_bitmap_score()
1056 fuzz_mu += log2(afl->n_fuzz[afl->queue_buf[i]->n_fuzz_entry]); in calculate_score()
1067 if (log2(afl->n_fuzz[q->n_fuzz_entry]) > fuzz_mu) { in calculate_score()
1082 switch ((u32)log2(afl->n_fuzz[q->n_fuzz_entry])) { in calculate_score()
1121 factor = q->fuzz_level / (afl->n_fuzz[q->n_fuzz_entry] + 1); in calculate_score()
1129 q->fuzz_level * q->fuzz_level / (afl->n_fuzz[q->n_fuzz_entry] + 1); in calculate_score()
1154 perf_score *= (1 - (double)((double)afl->n_fuzz[q->n_fuzz_entry] / in calculate_score()
Dafl-fuzz-bitmap.c608 afl->queue_top->n_fuzz_entry = cksum % N_FUZZ_SIZE; in save_if_interesting()
609 afl->n_fuzz[afl->queue_top->n_fuzz_entry] = 1; in save_if_interesting()
Dafl-fuzz-one.c418 likely(afl->n_fuzz) ? afl->n_fuzz[afl->queue_cur->n_fuzz_entry] : 0, in fuzz_one_original()
/external/AFLplusplus/include/
Dafl-fuzz.h222 n_fuzz_entry; /* offset in n_fuzz */ member