NetBSD/lib/libc/arch/i386/string
1994-02-14 17:43:19 +00:00
..
bcmp.S Fix spelling error in Copyright notice 1994-01-28 20:34:33 +00:00
bcopy.S Share code. 1993-12-10 10:45:18 +00:00
bzero.S Fix spelling error in Copyright notice 1994-01-28 20:34:33 +00:00
ffs.S Fix spelling error in Copyright notice 1994-01-28 20:34:33 +00:00
index.S Fix spelling error in Copyright notice 1994-01-28 20:34:33 +00:00
memchr.S Fix spelling error in Copyright notice 1994-01-28 20:34:33 +00:00
memcmp.S Use movzbl, not movsbl, to zero extend for unsigned comparison. 1994-02-07 20:57:05 +00:00
memcpy.S Share code. 1993-12-10 10:45:18 +00:00
memmove.s Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change 1993-10-21 01:39:55 +00:00
memmove.S Share code. 1993-12-10 10:45:18 +00:00
memset.s So many files in arch/i386 have been changed I might as well run my 1993-10-21 01:48:14 +00:00
memset.S Fix spelling error in Copyright notice 1994-01-28 20:34:33 +00:00
rindex.s So many files in arch/i386 have been changed I might as well run my 1993-10-21 01:48:14 +00:00
rindex.S Fix spelling error in Copyright notice 1994-01-28 20:34:33 +00:00
strcat.s Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change 1993-10-21 01:39:55 +00:00
strcat.S Fix spelling error in Copyright notice 1994-01-28 20:34:33 +00:00
strchr.s Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change 1993-10-21 01:39:55 +00:00
strchr.S No reason these can't share code... 1993-12-08 22:10:14 +00:00
strcmp.s So many files in arch/i386 have been changed I might as well run my 1993-10-21 01:48:14 +00:00
strcmp.S Use movzbl, not movsbl, to zero extend for unsigned comparison. 1994-02-07 20:57:05 +00:00
strcpy.s Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change 1993-10-21 01:39:55 +00:00
strcpy.S Fix spelling error in Copyright notice 1994-01-28 20:34:33 +00:00
strlen.s Change instances of LIBC_RCS back to LIBC_SCCS. If we are going to change 1993-10-21 01:39:55 +00:00
strlen.S Fix spelling error in Copyright notice 1994-01-28 20:34:33 +00:00
strncmp.s So many files in arch/i386 have been changed I might as well run my 1993-10-21 01:48:14 +00:00
strncmp.S Use movzbl, not movsbl, to zero extend for unsigned comparison. 1994-02-07 20:57:05 +00:00
strrchr.s So many files in arch/i386 have been changed I might as well run my 1993-10-21 01:48:14 +00:00
strrchr.S No reason these can't share code... 1993-12-08 22:10:14 +00:00
swab.s Remove special case for len == 0 --- It wasn't needed. By dropping the 1993-11-25 01:18:24 +00:00
swab.S Use "ror $8,%ax" instead of "xchg %al,%ah": equal on a i386, 1 cycle faster 1994-02-14 17:43:19 +00:00