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

  /external/fio/exp/
test-expression-parser.c 28 double *dval, double implied_units, int is_time);
expression-parser.y 218 double implied_units, int is_time)
222 lexer_value_is_time = is_time;
  /external/fio/
parse.h 76 int is_time; /* time based value */ member in struct:fio_option
96 extern int str_to_float(const char *str, double *val, int is_time);
parse.c 273 int is_time);
278 int str_to_float(const char *str, double *val, int is_time)
286 rc = evaluate_arithmetic_expression(str, &ival, &dval, 1.0, is_time);
300 int is_seconds, int is_time)
318 rc = evaluate_arithmetic_expression(str, &ival, &dval, implied_units, is_time);
459 int ret = 0, is_time = 0; local
500 is_time = 1;
506 if (!is_time && o->is_time)
507 is_time = o->is_time
    [all...]
options.c     [all...]

Completed in 62 milliseconds