Searched refs:log_max (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | progress.c | 64 progress->log_max = int_log10(max); in ext2fs_numeric_progress_init() 88 printf("%*llu/%*llu", progress->log_max, val, in ext2fs_numeric_progress_update() 89 progress->log_max, progress->max); in ext2fs_numeric_progress_update() 90 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces); in ext2fs_numeric_progress_update() 99 fprintf(stdout, "%.*s", (2*progress->log_max)+1, spaces); in ext2fs_numeric_progress_close() 100 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces); in ext2fs_numeric_progress_close()
|
D | ext2fsP.h | 101 int log_max; member
|
/external/libxcam/modules/ocl/ |
D | cl_retinex_handler.h | 40 float log_max; member
|
D | cl_retinex_handler.cpp | 174 retinex_config.log_max = retinex_config_log_max; in prepare_arguments() 175 retinex_config.gain = 1.0f / (retinex_config.log_max - retinex_config.log_min); in prepare_arguments()
|
/external/fio/ |
D | thread_options.h | 135 unsigned int log_max; member 406 uint32_t log_max; member
|
D | stat.c | 2198 unsigned long elapsed, bool log_max) in __add_stat_to_log() argument 2208 if (log_max) in __add_stat_to_log() 2220 bool log_max) in _add_stat_to_log() argument 2225 __add_stat_to_log(iolog, ddir, elapsed, log_max); in _add_stat_to_log() 2267 _add_stat_to_log(iolog, elapsed, td->o.log_max != 0); in add_log_sample() 2280 _add_stat_to_log(td->clat_log, elapsed, td->o.log_max != 0); in finalize_logs() 2282 _add_stat_to_log(td->slat_log, elapsed, td->o.log_max != 0); in finalize_logs() 2284 _add_stat_to_log(td->lat_log, elapsed, td->o.log_max != 0); in finalize_logs() 2286 _add_stat_to_log(td->bw_log, elapsed, td->o.log_max != 0); in finalize_logs() 2288 _add_stat_to_log(td->iops_log, elapsed, td->o.log_max != 0); in finalize_logs()
|
D | cconv.c | 186 o->log_max = le32_to_cpu(top->log_max); in convert_thread_options_to_cpu() 389 top->log_max = cpu_to_le32(o->log_max); in convert_thread_options_to_net()
|
D | options.c | 3769 .off1 = offsetof(struct thread_options, log_max),
|
/external/libxcam/cl_kernel/ |
D | kernel_retinex.cl | 15 float log_max;
|
/external/iproute2/lib/ |
D | bpf.c | 1154 const size_t log_max = UINT_MAX >> 8; in bpf_log_realloc() local 1160 } else if (log_size < log_max) { in bpf_log_realloc() 1162 if (log_size > log_max) in bpf_log_realloc() 1163 log_size = log_max; in bpf_log_realloc()
|
/external/libchrome/base/metrics/ |
D | histogram.cc | 302 double log_max = log(static_cast<double>(maximum)); in InitializeBucketRanges() local 313 log_ratio = (log_max - log_current) / (bucket_count - bucket_index); in InitializeBucketRanges()
|