rockbox/firmware/common
Brandon Low 40d0d752aa Make seconds flow evenly and further throttle RTC reads solution partially thanks to amiconn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8938 a1c6a512-1295-4272-9138-f99709370657
2006-03-06 22:53:59 +00:00
..
atoi.c
ctype.c make the ctype array unsigned so that bit 7 (octal 0200) can be set and 2005-07-12 11:06:38 +00:00
dir.c Implemented directory caching. No more waiting for disk to spin up while 2005-10-07 17:38:05 +00:00
dircache.c Implement . and .. path in dircache to properly support moving files 2006-02-28 11:41:35 +00:00
disk.c Hotswap: Better placement for switching the MMC monitor off/on. 2005-05-16 15:21:09 +00:00
errno.c
file.c TAB policed. 2006-03-02 22:29:53 +00:00
memchr.c Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playback 2005-07-05 08:43:36 +00:00
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 Revived C implementations of memcpy() and memset() for platforms without asm optimized versions (gmini), replacing the intermediate strings.c. Moved the asm optimized versions 'out of the way' for the implicit 'make' rules by renaming them to *_a.S (for assembler/alternative). 2005-01-21 22:43:02 +00:00
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 Fix stupid mistake. 2006-02-22 19:34:42 +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 Added ID3 searching 2005-01-27 22:21:08 +00:00
strcat.c
strchr.c
strcmp.c
strcpy.c Fixed a warning when (experimentally) compiling with -Os 2004-07-27 19:51:05 +00:00
strlen.c Correct usage of ICODE_ATTR in memcpy.c and strlen.c 2005-08-15 05:33:10 +00:00
strlen_a.S Assembler optimized strlen() for SH1, both smaller & faster. Moved strlen() into IRAM. 2005-01-22 13:18:33 +00:00
strncmp.c
strncpy.c
strrchr.c
strtok.c Remove use of rockbox-mode.el in local variables list. 2003-01-24 10:56:06 +00:00
timefuncs.c Make seconds flow evenly and further throttle RTC reads solution partially thanks to amiconn 2006-03-06 22:53:59 +00:00
unicode.c several small fixes sugested by different people (FireFly, Lear, Takka) 2005-12-07 08:37:14 +00:00