Lines Matching refs:acc
95 long acc;
138 acc = -1;
140 /* Parse columns containing IRQ counts and IRQ IDs into acc. Ignore
147 if (acc >= 0) {
148 irq_stats[row * nr_cpus + col] = acc;
149 acc = -1;
154 if (acc != -1)
160 if (acc == -1)
161 acc = 0;
163 acc *= 10;
164 acc += *c - '0';
167 if (acc == -1 || col != 0)
169 irq_ids[row] = acc;
170 acc = -1;
173 acc = -1;
214 acc = *c - '0';
217 acc = 10 + *c - 'a';
227 (acc & (1 << bit)) ? ALLOW : DENY;