Lines Matching defs:total
202 (24 words * 64) total 3K bytes
203 (24 words * 128) total 6K bytes */
2170 unsigned int c, total;
2185 total = c;
2217 tail = (tail + total) & tx_mask;
2221 return total;
2229 unsigned int count, len, total;
2244 total = count;
2245 moxaLog.rxcnt[tty->index] += total;
2274 head = (head + total) & rx_mask;
2281 return total;