Home | History | Annotate | Download | only in libiberty

Lines Matching refs:acc

93 	register unsigned long acc;
140 for (acc = 0, any = 0;; c = *s++) {
149 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
153 acc *= base;
154 acc += c;
158 acc = neg ? LONG_MIN : LONG_MAX;
161 acc = -acc;
164 return (acc);