rockbox/firmware/common
Jean-Philippe Bernardy a83214d16f couple of fixes for 16 bits archs
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6073 a1c6a512-1295-4272-9138-f99709370657
2005-02-27 20:44:26 +00:00
..
atoi.c
ctype.c Made the char property lookup table constant 2004-07-20 22:32:17 +00:00
dir.c preparations for hotswapping MMC 2005-01-28 21:32:16 +00:00
disk.c couple of fixes for 16 bits archs 2005-02-27 20:44:26 +00:00
errno.c
file.c preparations for hotswapping MMC 2005-01-28 21:32:16 +00:00
memcmp.c
memcpy.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
memcpy_a.S 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
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
memset_a.S 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
qsort.c
random.c random longness fixes 2005-02-15 13:28:39 +00:00
sprintf.c more long policy 2005-02-25 18:50:16 +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 Assembler optimized strlen() for SH1, both smaller & faster. Moved strlen() into IRAM. 2005-01-22 13:18:33 +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 Unified build system to use SOURCES for sim builds too, a single Makefile-look 2005-02-18 13:47:17 +00:00