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

  /external/libchrome/base/time/
time_exploded_posix.cc 249 const int64_t min_seconds = (sizeof(SysTime) < sizeof(int64_t)) local
256 milliseconds = min_seconds * kMillisecondsPerSecond;
  /external/blktrace/iowatcher/
plot.h 72 unsigned int min_seconds; member in struct:graph_line_data
103 int min_seconds; member in struct:graph_dot_data
142 struct graph_line_data *alloc_line_data(unsigned int min_seconds, unsigned int max_seconds, unsigned int stop_seconds);
143 struct graph_dot_data *alloc_dot_data(unsigned int min_seconds, unsigned int max_seconds, u64 min_offset, u64 max_offset, unsigned int stop_seconds, char *color, char *label);
blkparse.h 76 unsigned int min_seconds; /* Beginning of the interval we should plot */ member in struct:trace_file
main.c 286 tf->tput_reads_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds);
287 tf->tput_writes_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds);
288 tf->latency_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds);
289 tf->queue_depth_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds);
291 tf->iop_gld = alloc_line_data(tf->min_seconds, tf->max_seconds, tf->stop_seconds);
311 tf->fio_gld = alloc_line_data(tf->min_seconds,
550 static void set_all_minmax_tf(unsigned int min_seconds,
558 tf->min_seconds = min_seconds;
563 tf->mpstat_min_seconds = min_seconds;
1594 unsigned int min_seconds = 0; local
    [all...]
  /external/libcxx/src/filesystem/
filesystem_common.h 221 static constexpr rep min_seconds = member in struct:detail::__anon27894::time_util_base
226 (FileTimeT::duration::min() - fs_seconds(min_seconds)) +
238 static_assert(fs_seconds(min_seconds) + get_min_nsecs() ==
247 duration_cast<Years>(fs_seconds(min_seconds)) < Years(-250);
250 min_seconds <= numeric_limits<TimeT>::min();
266 static const rep min_seconds; member in struct:detail::__anon27894::time_util_base
283 time_util_base<FileTimeT, TimeT, true>::min_seconds = member in class:detail::__anon27894::time_util_base
290 fs_seconds(min_seconds)) +
300 using Base::min_seconds;
322 } else if (tm.tv_sec == (min_seconds - 1))
    [all...]

Completed in 1326 milliseconds