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

  /external/e2fsprogs/lib/ext2fs/
progress.c 57 progress->log_max = int_log10(max);
81 printf("%*llu/%*llu", progress->log_max, val,
82 progress->log_max, progress->max);
83 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces);
92 fprintf(stdout, "%.*s", (2*progress->log_max)+1, spaces);
93 fprintf(stdout, "%.*s", (2*progress->log_max)+1, backspaces);
ext2fsP.h 94 int log_max; member in struct:ext2fs_numeric_progress_struct
  /external/mtpd/
mtpd.h 67 LOG_MAX = 4,
mtpd.c 239 if (level >= 0 && level <= LOG_MAX) {
  /external/opencv3/modules/photo/src/
tonemap.cpp 301 double log_min, log_max; local
302 minMaxLoc(log_img, &log_min, &log_max);
305 double key = static_cast<float>((log_max - log_mean) / (log_max - log_min));
  /external/dnsmasq/src/
config.h 73 #define LOG_MAX 5 /* log-queue length */
option.c     [all...]
  /external/libchrome/base/metrics/
histogram.cc 166 double log_max = log(static_cast<double>(maximum)); local
177 log_ratio = (log_max - log_current) / (bucket_count - bucket_index);
  /external/dnsmasq/contrib/lease-access/
lease.access.patch 147 #define LOG_MAX 5 /* log-queue length */
  /prebuilts/android-emulator/linux-x86_64/bin/
resize2fs 
mkfs.ext4 
tune2fs 
e2fsck 
fsck.ext4 
  /prebuilts/android-emulator/linux-x86_64/qemu/linux-x86/
qemu-system-i386 
qemu-system-mips64el 
qemu-system-x86_64 

Completed in 2733 milliseconds