Lines Matching refs:total
180 int i = 0, j, n, d, total = 0;201 total += get_rand(1, d);203 total += d;207 return(total);239 int total = 0;242 total = (10 * total) + (s[i] - '0');245 return(total);252 long total = 0;255 total = (10 * total) + (s[i] - '0');258 return(total);
Indexes created Sun Oct 12 09:09:55 GMT 2025