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

  /external/fio/
parse.h 75 int is_seconds; /* time value with seconds base */ member in struct:fio_option
parse.c 130 int is_seconds)
146 if (is_seconds)
300 int is_seconds, int is_time)
315 if (is_seconds)
320 if (!kilo && is_seconds)
348 *val *= get_mult_time(str, len, is_seconds);
358 int check_str_time(const char *p, long long *val, int is_seconds)
360 return str_to_decimal(p, val, 0, NULL, is_seconds, 1);
516 ret = check_str_time(tmp, &ull, o->is_seconds);
options.c     [all...]

Completed in 1236 milliseconds