Searched refs:u_stringify_int (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-fuzz-stats.c | 949 time_tmp, tmp, u_stringify_int(IB(0), afl->queue_cycle - 1)); 978 u_stringify_int(IB(0), afl->queued_items)); 983 sprintf(tmp, "%s%s", u_stringify_int(IB(0), afl->saved_crashes), 991 sprintf(tmp, "%s%s", u_stringify_int(IB(0), afl->saved_hangs), 1007 sprintf(tmp, "%s%s%u (%0.01f%%)", u_stringify_int(IB(0), afl->current_entry), 1023 sprintf(tmp, "%s (%0.02f%%)", u_stringify_int(IB(0), afl->cur_skipped_items), 1036 sprintf(tmp, "%s (%0.02f%%)", u_stringify_int(IB(0), afl->queued_favored), 1047 sprintf(tmp, "%s/-", u_stringify_int(IB(0), afl->stage_cur)); 1051 sprintf(tmp, "%s/%s (%0.02f%%)", u_stringify_int(IB(0), afl->stage_cur), 1052 u_stringify_int(IB(1), afl->stage_max), [all …]
|
H A D | afl-common.c | 1167 u8 *u_stringify_int(u8 *buf, u64 val) { in u_stringify_int() function 1239 return u_stringify_int(buf, (u64)val); in u_stringify_float() 1315 u_stringify_int(val_buf, t_d); in u_stringify_time_diff()
|
H A D | afl-fuzz-run.c | 934 u_stringify_int(val_bufs[0], remove_len), in trim_case() 935 u_stringify_int(val_bufs[1], remove_len)); in trim_case()
|
H A D | afl-fuzz-mutators.c | 492 u_stringify_int(val_buf, trim_exec)); in trim_case_custom()
|
/aosp_15_r20/external/AFLplusplus/include/ |
H A D | common.h | 127 u8 *u_stringify_int(u8 *buf, u64 val);
|