Lines Matching defs:acc
62 register unsigned long acc;109 for (acc = 0, any = 0;; c = *s++) {118 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)122 acc *= base;123 acc += c;127 acc = neg ? LONG_MIN : LONG_MAX;130 acc = -acc;133 return (acc);
Indexes created Sat Apr 11 00:22:22 UTC 2026