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

  /external/e2fsprogs/lib/ext2fs/
ext2fsP.h 94 int log_max; member in struct:ext2fs_numeric_progress_struct
  /external/chromium_org/base/metrics/
histogram.cc 156 double log_max = log(static_cast<double>(maximum)); local
167 log_ratio = (log_max - log_current) / (bucket_count - bucket_index);

Completed in 75 milliseconds