Home
last modified time | relevance | path

Searched refs:log_max (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dprogress.c64 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()
Dext2fsP.h114 int log_max; member
/external/libxcam/modules/ocl/
Dcl_retinex_handler.h40 float log_max; member
Dcl_retinex_handler.cpp174 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/libxcam/cl_kernel/
Dkernel_retinex.cl15 float log_max;
/external/iproute2/lib/
Dbpf.c1154 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/
Dhistogram.cc333 double log_max = log(static_cast<double>(maximum)); in InitializeBucketRanges() local
344 log_ratio = (log_max - log_current) / (bucket_count - bucket_index); in InitializeBucketRanges()