rockbox/firmware/common
Thom Johansen 872797be0e Make ASM memset for ARM return destination address, as is standard.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9519 a1c6a512-1295-4272-9138-f99709370657
2006-04-05 15:41:07 +00:00
..
atoi.c
ctype.c
dir.c
dircache.c Dircache support for simulator also. 2006-03-30 18:53:44 +00:00
disk.c
errno.c
file.c Do the dircache operation first to block properly when necessary. 2006-03-30 10:20:44 +00:00
memchr.c
memcmp.c Initial gcc4 warning cleanup (and some minor policing) 2005-11-25 00:10:12 +00:00
memcpy.c Initial gcc4 warning cleanup (and some minor policing) 2005-11-25 00:10:12 +00:00
memcpy_a.S Didn't mean to commit this, revert. 2006-02-22 22:53:41 +00:00
memmove.c Added memmove() to the rockbox core. C implementation taken from newlib. Fully optimised ASM implementations for SH1 and coldfire, reusing the AMS memcpy code path for forward copying. 2006-02-06 16:00:58 +00:00
memmove_a.S Added memmove() to the rockbox core. C implementation taken from newlib. Fully optimised ASM implementations for SH1 and coldfire, reusing the AMS memcpy code path for forward copying. 2006-02-06 16:00:58 +00:00
memset.c
memset16.c Fix silly bug that made it crash on iPod. 2006-02-22 22:33:25 +00:00
memset16_a.S Added memset16() for filling memory regions with 16 bit values, needed for upcoming 16 bit LCD driver opts. ASM optimised for coldfire. 2006-02-22 01:20:45 +00:00
memset_a.S Make ASM memset for ARM return destination address, as is standard. 2006-04-05 15:41:07 +00:00
qsort.c
random.c Better random number generator: Mersenne twiser with improved initialisation. BSD-style license. 2006-01-20 01:21:26 +00:00
sprintf.c Initial gcc4 warning cleanup (and some minor policing) 2005-11-25 00:10:12 +00:00
sscanf.c Made %n not eat white space. 2006-02-03 23:39:12 +00:00
strcasecmp.c
strcasestr.c
strcat.c
strchr.c
strcmp.c
strcpy.c
strlen.c
strlen_a.S
strncmp.c
strncpy.c
strrchr.c
strtok.c
timefuncs.c Iriver firmware compatibility kludge: RTC year offset. The offset is chosen in a way to make leap years work correctly in rockbox; the original firmware will still be one year off but doesn't reset the date anymore. [We don't want to wait until 2016 ;-) ] 2006-03-10 19:17:01 +00:00
unicode.c CP1251 is cyrillic, and not only russian codepage 2006-04-05 14:23:57 +00:00