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

  /external/fio/
parse.h 78 int is_time; /* time based value */ member in struct:fio_option
97 extern int str_to_float(const char *str, double *val, int is_time);
parse.c 295 int is_time);
300 int str_to_float(const char *str, double *val, int is_time)
308 rc = evaluate_arithmetic_expression(str, &ival, &dval, 1.0, is_time);
322 int is_seconds, int is_time)
340 rc = evaluate_arithmetic_expression(str, &ival, &dval, implied_units, is_time);
481 int ret = 0, is_time = 0; local
524 is_time = 1;
530 if (!is_time && o->is_time)
531 is_time = o->is_time
    [all...]

Completed in 118 milliseconds