Searched refs:log_max (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | progress.c | 57 progress->log_max = int_log10(max); in ext2fs_numeric_progress_init() 81 printf("%*llu/%*llu", progress->log_max, val, in ext2fs_numeric_progress_update() 82 progress->log_max, progress->max); in ext2fs_numeric_progress_update() 83 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces); in ext2fs_numeric_progress_update() 92 fprintf(stdout, "%.*s", (2*progress->log_max)+1, spaces); in ext2fs_numeric_progress_close() 93 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces); in ext2fs_numeric_progress_close()
|
D | ext2fsP.h | 94 int log_max; member
|
/external/libchrome/base/metrics/ |
D | histogram.cc | 166 double log_max = log(static_cast<double>(maximum)); in InitializeBucketRanges() local 177 log_ratio = (log_max - log_current) / (bucket_count - bucket_index); in InitializeBucketRanges()
|