Searched refs:log_max (Results 1 – 2 of 2) sorted by relevance
288 options.log_file, 'a', options.log_max, options.log_count)
216 double log_max = log(static_cast<double>(declared_max())); in InitializeBucketRange() local226 log_ratio = (log_max - log_current) / (bucket_count() - bucket_index); in InitializeBucketRange()