Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dprogress.c57 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()
Dext2fsP.h94 int log_max; member
/external/chromium_org/base/metrics/
Dhistogram.cc148 double log_max = log(static_cast<double>(maximum)); in InitializeBucketRanges() local
159 log_ratio = (log_max - log_current) / (bucket_count - bucket_index); in InitializeBucketRanges()
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
Dstandalone.py651 options.log_file, 'a', options.log_max, options.log_count)
/external/chromium-trace/trace-viewer/examples/stream_server/
Dstandalone.py655 options.log_file, 'a', options.log_max, options.log_count)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
Dstandalone.py860 options.log_file, 'a', options.log_max, options.log_count)