Searched refs:log_max (Results 1 – 6 of 6) 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/chromium_org/base/metrics/ |
D | histogram.cc | 148 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/ |
D | standalone.py | 651 options.log_file, 'a', options.log_max, options.log_count)
|
/external/chromium-trace/trace-viewer/examples/stream_server/ |
D | standalone.py | 655 options.log_file, 'a', options.log_max, options.log_count)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/ |
D | standalone.py | 860 options.log_file, 'a', options.log_max, options.log_count)
|