Home
last modified time | relevance | path

Searched refs:log_max (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dprogress.c64 progress->log_max = int_log10(max); in ext2fs_numeric_progress_init()
88 printf("%*llu/%*llu", progress->log_max, val, in ext2fs_numeric_progress_update()
89 progress->log_max, progress->max); in ext2fs_numeric_progress_update()
90 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces); in ext2fs_numeric_progress_update()
99 fprintf(stdout, "%.*s", (2*progress->log_max)+1, spaces); in ext2fs_numeric_progress_close()
100 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces); in ext2fs_numeric_progress_close()
Dext2fsP.h101 int log_max; member
/external/fio/
Dthread_options.h135 unsigned int log_max; member
406 uint32_t log_max; member
Dstat.c2198 unsigned long elapsed, bool log_max) in __add_stat_to_log() argument
2208 if (log_max) in __add_stat_to_log()
2220 bool log_max) in _add_stat_to_log() argument
2225 __add_stat_to_log(iolog, ddir, elapsed, log_max); in _add_stat_to_log()
2267 _add_stat_to_log(iolog, elapsed, td->o.log_max != 0); in add_log_sample()
2280 _add_stat_to_log(td->clat_log, elapsed, td->o.log_max != 0); in finalize_logs()
2282 _add_stat_to_log(td->slat_log, elapsed, td->o.log_max != 0); in finalize_logs()
2284 _add_stat_to_log(td->lat_log, elapsed, td->o.log_max != 0); in finalize_logs()
2286 _add_stat_to_log(td->bw_log, elapsed, td->o.log_max != 0); in finalize_logs()
2288 _add_stat_to_log(td->iops_log, elapsed, td->o.log_max != 0); in finalize_logs()
Dcconv.c186 o->log_max = le32_to_cpu(top->log_max); in convert_thread_options_to_cpu()
389 top->log_max = cpu_to_le32(o->log_max); in convert_thread_options_to_net()
Doptions.c3769 .off1 = offsetof(struct thread_options, log_max),
/external/libchrome/base/metrics/
Dhistogram.cc302 double log_max = log(static_cast<double>(maximum)); in InitializeBucketRanges() local
313 log_ratio = (log_max - log_current) / (bucket_count - bucket_index); in InitializeBucketRanges()