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

  /external/e2fsprogs/lib/ext2fs/
progress.c 64 progress->log_max = int_log10(max);
88 printf("%*llu/%*llu", progress->log_max, val,
89 progress->log_max, progress->max);
90 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces);
99 fprintf(stdout, "%.*s", (2*progress->log_max)+1, spaces);
100 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces);
ext2fsP.h 101 int log_max; member in struct:ext2fs_numeric_progress_struct
  /external/libxcam/modules/ocl/
cl_retinex_handler.h 40 float log_max; member in struct:XCam::__anon26645
cl_retinex_handler.cpp 174 retinex_config.log_max = retinex_config_log_max;
175 retinex_config.gain = 1.0f / (retinex_config.log_max - retinex_config.log_min);
  /external/fio/
thread_options.h 135 unsigned int log_max; member in struct:thread_options
406 uint32_t log_max; member in struct:thread_options_pack
stat.c     [all...]
cconv.c 186 o->log_max = le32_to_cpu(top->log_max);
389 top->log_max = cpu_to_le32(o->log_max);
options.c     [all...]
  /external/libxcam/cl_kernel/
kernel_retinex.cl 15 float log_max;
  /external/iproute2/lib/
bpf.c 1154 const size_t log_max = UINT_MAX >> 8; local
1160 } else if (log_size < log_max) {
1162 if (log_size > log_max)
1163 log_size = log_max;
    [all...]
  /external/libchrome/base/metrics/
histogram.cc 302 double log_max = log(static_cast<double>(maximum)); local
313 log_ratio = (log_max - log_current) / (bucket_count - bucket_index);
    [all...]

Completed in 179 milliseconds