rockbox/firmware/common
Frank Dischner bf64c45148 Use filesize instead of lseek to find the size of a file. Reduces disk access and improves font loading time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9792 a1c6a512-1295-4272-9138-f99709370657
2006-04-24 16:02:44 +00:00
..
atoi.c
crc32.c Performance optimizations for tagcache commit. Still more left to be done. 2006-04-18 18:56:56 +00:00
ctype.c
dir.c
dircache.c Commit tagcache in background when possible (at least dircache enabled). 2006-04-16 17:32:54 +00:00
disk.c
errno.c
file.c Fixed the file renaming/removing issue with dircache enabled. 2006-04-13 21:14:13 +00:00
memchr.c
memcmp.c
memcpy.c
memcpy_a.S Didn't mean to commit this, revert. 2006-02-22 22:53:41 +00:00
memmove.c
memmove_a.S
memset.c
memset16.c Fix silly bug that made it crash on iPod. 2006-02-22 22:33:25 +00:00
memset16_a.S
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
sprintf.c
sscanf.c
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 Use filesize instead of lseek to find the size of a file. Reduces disk access and improves font loading time. 2006-04-24 16:02:44 +00:00