Home | History | Annotate | Download | only in config

Lines Matching defs:parse_constant

999 /* Convert a string to a number.  E.G.: parse_constant("10", &num) */
1002 parse_constant (const char *in, unsigned *val_p)
1209 if (parse_constant (opname, &val))
1273 if (parse_constant (p, &val))
1796 && parse_constant (op->operand_name + 1, &idnum))