Home | History | Annotate | Download | only in fio

Lines Matching defs:is_time

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;
500 is_time = 1;
506 if (!is_time && o->is_time)
507 is_time = o->is_time;
515 if (is_time)