Searched refs:u_stringify_int (Results 1 – 5 of 5) sorted by relevance
| /external/AFLplusplus/src/ |
| D | afl-fuzz-stats.c | 790 time_tmp, tmp, u_stringify_int(IB(0), afl->queue_cycle - 1)); 819 u_stringify_int(IB(0), afl->queued_items)); 824 sprintf(tmp, "%s%s", u_stringify_int(IB(0), afl->saved_crashes), 832 sprintf(tmp, "%s%s", u_stringify_int(IB(0), afl->saved_hangs), 848 sprintf(tmp, "%s%s%u (%0.01f%%)", u_stringify_int(IB(0), afl->current_entry), 864 sprintf(tmp, "%s (%0.02f%%)", u_stringify_int(IB(0), afl->cur_skipped_items), 877 sprintf(tmp, "%s (%0.02f%%)", u_stringify_int(IB(0), afl->queued_favored), 888 sprintf(tmp, "%s/-", u_stringify_int(IB(0), afl->stage_cur)); 892 sprintf(tmp, "%s/%s (%0.02f%%)", u_stringify_int(IB(0), afl->stage_cur), 893 u_stringify_int(IB(1), afl->stage_max), [all …]
|
| D | afl-common.c | 1029 u8 *u_stringify_int(u8 *buf, u64 val) { in u_stringify_int() function 1101 return u_stringify_int(buf, (u64)val); in u_stringify_float() 1177 u_stringify_int(val_buf, t_d); in u_stringify_time_diff()
|
| D | afl-fuzz-run.c | 853 u_stringify_int(val_bufs[0], remove_len), in trim_case() 854 u_stringify_int(val_bufs[1], remove_len)); in trim_case()
|
| D | afl-fuzz-mutators.c | 389 u_stringify_int(val_buf, trim_exec)); in trim_case_custom()
|
| /external/AFLplusplus/include/ |
| D | common.h | 111 u8 *u_stringify_int(u8 *buf, u64 val);
|