HomeSort by relevance Sort by last modified time
    Searched refs:log_max (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/ext2fs/
progress.c 64 progress->log_max = int_log10(max);
88 printf("%*llu/%*llu", progress->log_max, val,
89 progress->log_max, progress->max);
90 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces);
99 fprintf(stdout, "%.*s", (2*progress->log_max)+1, spaces);
100 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces);
ext2fsP.h 101 int log_max; member in struct:ext2fs_numeric_progress_struct
  /external/libchrome/base/metrics/
histogram.cc 302 double log_max = log(static_cast<double>(maximum)); local
313 log_ratio = (log_max - log_current) / (bucket_count - bucket_index);
    [all...]

Completed in 3380 milliseconds