Home
last modified time | relevance | path

Searched refs:units_specified (Results 1 – 2 of 2) sorted by relevance

/external/fio/exp/
Dexpression-parser.y41 __attribute__((unused)) int *units_specified,
71 %parse-param { int *units_specified }
139 *units_specified = 1;
220 int rc, units_specified = 0, has_error = 0; in evaluate_arithmetic_expression() local
224 rc = yyparse(ival, dval, &has_error, &units_specified); in evaluate_arithmetic_expression()
231 if (!units_specified) { in evaluate_arithmetic_expression()
241 __attribute__((unused)) int *units_specified, in yyerror() argument
Dexpression-parser.l40 int *has_error, int *units_specified, const char *msg);