Lines Matching defs:q
45 double compute_weight(afl_state_t *afl, struct queue_entry *q, in compute_weight()
101 struct queue_entry *q = afl->queue_buf[i]; in create_alias_table() local
121 struct queue_entry *q = afl->queue_buf[i]; in create_alias_table() local
145 struct queue_entry *q = afl->queue_buf[i]; in create_alias_table() local
247 void mark_as_det_done(afl_state_t *afl, struct queue_entry *q) { in mark_as_det_done()
266 void mark_as_variable(afl_state_t *afl, struct queue_entry *q) { in mark_as_variable()
291 void mark_as_redundant(afl_state_t *afl, struct queue_entry *q, u8 state) { in mark_as_redundant()
409 static u8 check_if_text(afl_state_t *afl, struct queue_entry *q) { in check_if_text()
522 struct queue_entry *q = ck_alloc(sizeof(struct queue_entry)); in add_to_queue() local
588 struct queue_entry *q; in destroy_queue() local
610 void update_bitmap_score(afl_state_t *afl, struct queue_entry *q) { in update_bitmap_score()
796 u32 calculate_score(afl_state_t *afl, struct queue_entry *q) { in calculate_score()
1076 inline void queue_testcase_retake(afl_state_t *afl, struct queue_entry *q, in queue_testcase_retake()
1109 inline void queue_testcase_retake_mem(afl_state_t *afl, struct queue_entry *q, in queue_testcase_retake_mem()
1138 inline u8 *queue_testcase_get(afl_state_t *afl, struct queue_entry *q) { in queue_testcase_get()
1294 inline void queue_testcase_store_mem(afl_state_t *afl, struct queue_entry *q, in queue_testcase_store_mem()