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

  /external/fio/
parse.h 77 int is_seconds; /* time value with seconds base */ member in struct:fio_option
parse.c 133 int is_seconds)
150 if (is_seconds)
322 int is_seconds, int is_time)
337 if (is_seconds)
342 if (!kilo && is_seconds)
370 *val *= get_mult_time(str, len, is_seconds);
380 int check_str_time(const char *p, long long *val, int is_seconds)
382 return str_to_decimal(p, val, 0, NULL, is_seconds, 1);
540 ret = check_str_time(tmp, &ull, o->is_seconds);
options.c     [all...]

Completed in 628 milliseconds