Lines Matching defs:count
56 int count; /* %r8 */
60 count = (n - 1) * sizeof (chtype);
61 if (count > 0) {
68 /* bcopy (count, to, from) */
69 } else if (count == 0)
77 int count; /* %r8 */
79 count = (n - 1) * sizeof (chtype);
80 if (count > 0) {
89 asm(" movw %r8,%r2"); /* count */
93 } else if (count == 0)
110 memcpy(char *to, char *from, int count)
112 if (count > 0) {