Searched refs:log_max (Results 1 – 7 of 7) 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 | 114 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/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 | 333 double log_max = log(static_cast<double>(maximum)); in InitializeBucketRanges() local 344 log_ratio = (log_max - log_current) / (bucket_count - bucket_index); in InitializeBucketRanges()
|