Home | History | Annotate | Download | only in libiberty

Lines Matching defs:acc

69 	register ullong_type acc;
95 for (acc = 0, any = 0;; c = *s++) {
104 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
108 acc *= base;
109 acc += c;
113 acc = ULLONG_MAX;
116 acc = -acc;
119 return (acc);