Lines Matching defs:to
4 * The contents of this file are subject to the terms of the
24 * Use is subject to license terms.
48 * additional memory routine to deal with memory areas in units of chtypes.
58 char *to; /* %r6 */
64 to = (char *)(sfrom + 1);
68 /* bcopy (count, to, from) */
75 char *to; /* 0(%fp) */
83 to = (char *)(sfrom + 1);
88 /* them in myself below to the regs where they belong. */
90 asm(" movw 0(%fp),%r1"); /* to */
105 /* If anyone finds a version that does, I'd like to know. */
108 /* this is the code within memcpy which shows how to do a block copy */
110 memcpy(char *to, char *from, int count)