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

  /external/libchrome/base/time/
time_exploded_posix.cc 252 const int64_t max_seconds = (sizeof(SysTime) < sizeof(int64_t)) local
258 milliseconds = max_seconds * kMillisecondsPerSecond;
  /external/blktrace/iowatcher/
plot.h 75 unsigned int max_seconds; member in struct:graph_line_data
106 unsigned int max_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 77 unsigned int max_seconds; /* End 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);
312 tf->max_seconds,
342 tf->max_seconds = SECONDS(last_time) + 1;
365 tf->max_seconds = tf->trace->fio_seconds;
436 if (SECONDS(get_record_time(trace)) > tf->max_seconds)
539 static void compare_minmax_tf(struct trace_file *tf, unsigned int *max_seconds,
1595 unsigned int max_seconds = 0; local
    [all...]
  /external/libcxx/src/filesystem/
filesystem_common.h 213 static constexpr rep max_seconds = member in struct:detail::__anon27894::time_util_base
218 fs_seconds(max_seconds))
246 return duration_cast<Years>(fs_seconds(max_seconds)) > Years(250) &&
249 return max_seconds >= numeric_limits<TimeT>::max() &&
264 static const rep max_seconds; member in struct:detail::__anon27894::time_util_base
272 time_util_base<FileTimeT, TimeT, true>::max_seconds = member in class:detail::__anon27894::time_util_base
278 fs_seconds(max_seconds))
298 using Base::max_seconds;
320 return tm.tv_sec < max_seconds ||
321 (tm.tv_sec == max_seconds && tm.tv_nsec <= max_nsec)
    [all...]

Completed in 347 milliseconds