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

  /external/libxcam/modules/ocl/
cl_retinex_handler.h 40 float log_max; member in struct:XCam::__anon26645
  /external/e2fsprogs/lib/ext2fs/
ext2fsP.h 101 int log_max; member in struct:ext2fs_numeric_progress_struct
  /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...]
  /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
  /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...]

Completed in 403 milliseconds