Lines Matching +full:cs +full:- +full:3
21 char *cs = s; in memset() local
22 *cs++ = c; in memset()
23 s = cs; in memset()
24 count--; in memset()
30 count -= 2; in memset()
36 for (; temp; temp--) in memset()
43 " lsrl #3,%1\n" in memset()
46 "1: movel %3,%0@+\n" in memset()
47 " movel %3,%0@+\n" in memset()
48 " movel %3,%0@+\n" in memset()
49 " movel %3,%0@+\n" in memset()
50 " movel %3,%0@+\n" in memset()
51 " movel %3,%0@+\n" in memset()
52 " movel %3,%0@+\n" in memset()
53 " movel %3,%0@+\n" in memset()
69 char *cs = s; in memset() local
70 *cs = c; in memset()