Lines Matching defs:acc
63 unsigned long long acc;96 acc = any = 0;133 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))137 acc *= base;138 acc += c;142 acc = neg ? LLONG_MIN : LLONG_MAX;148 acc = -acc;151 return (acc);
Indexes created Sat Apr 11 00:22:22 UTC 2026