Lines Matching refs:number
38 "\t\t""range := number | number \":\" number\n"
39 "\t\t""location := number | location operator number\n"
55 printf("0x%x", ct->location[0].number);
71 printf("0x%x", ct->location[i].number);
91 uint32_t number;
95 number = strtoul(*s, &end, 0);
98 "u32: at char %d: expected number", pos);
101 "u32: at char %d: error reading number", pos);
103 return number;
124 /* read next operand/number or range */
150 * reading location: read a number if nothing read yet,
151 * otherwise either op number or = to end location spec
165 /* need op before number */
186 /* now a number; string_to_number skips white space? */
187 ct->location[locind].number =
219 if (valind > 0) { /* need , before number */