Lines Matching defs:afl
162 static u8 get_exec_checksum(afl_state_t *afl, u8 *buf, u32 len, u64 *cksum) { in get_exec_checksum()
173 static void random_replace(afl_state_t *afl, u8 *buf, u32 len) { in random_replace()
192 static void type_replace(afl_state_t *afl, u8 *buf, u32 len) { in type_replace()
287 static u8 colorization(afl_state_t *afl, u8 *buf, u32 len, in colorization()
545 static u8 its_fuzz(afl_state_t *afl, u8 *buf, u32 len, u8 *status) { in its_fuzz()
785 static u8 cmp_extend_encoding(afl_state_t *afl, struct cmp_header *h, in cmp_extend_encoding()
1603 static u8 cmp_extend_encodingN(afl_state_t *afl, struct cmp_header *h, in cmp_extend_encodingN()
1769 static void try_to_add_to_dict(afl_state_t *afl, u64 v, u8 shape) { in try_to_add_to_dict()
1820 static void try_to_add_to_dictN(afl_state_t *afl, u128 v, u8 size) {
1863 static u8 cmp_fuzz(afl_state_t *afl, u32 key, u8 *orig_buf, u8 *buf, u8 *cbuf,
2166 static u8 rtn_extend_encoding(afl_state_t *afl, u8 entry,
2693 static u8 rtn_fuzz(afl_state_t *afl, u32 key, u8 *orig_buf, u8 *buf, u8 *cbuf,
2900 u8 input_to_state_stage(afl_state_t *afl, u8 *orig_buf, u8 *buf, u32 len) {