taglinefilesource code
OPSIZ27arch/sparc/lib/memset.cwhile (dstp % OPSIZ != 0) {
OPSIZ36arch/sparc/lib/memset.cxlen = len / (OPSIZ * 8);
OPSIZ46arch/sparc/lib/memset.cdstp += 8 * OPSIZ;
OPSIZ49arch/sparc/lib/memset.clen %= OPSIZ * 8;
OPSIZ54arch/sparc/lib/memset.cxlen = len / OPSIZ;
OPSIZ57arch/sparc/lib/memset.cdstp += OPSIZ;
OPSIZ60arch/sparc/lib/memset.clen %= OPSIZ;