Home | History | Annotate | Download | only in locale

Lines Matching defs:acc

56 	__UINT acc, cutoff;
100 for (acc = 0, any = 0;; wc = (wchar_t) *s++) {
108 if (acc > cutoff || (acc == cutoff && i > cutlim)) {
110 acc = __UINT_MAX;
114 acc *= (__UINT)base;
115 acc += i;
119 acc = -acc;
122 return (acc);