forked from len0rd/rockbox
This uses an equivalent algorithm but with a different initial value than we normally use (all bits off vs all bits on). Use the new crc_32r to replace the original MI4 crc32 implementation. This frees up some extra space on mi4 targets which gives us more room on a few very space constrained targets (sansa c200/e200, etc). Change-Id: Iaaac3ae353b30566156b1404cbf31ca32926203d |
||
|---|---|---|
| .. | ||
| ap_int.c | ||
| config.c | ||
| crc32-rkw.c | ||
| crc32.c | ||
| diacritic.c | ||
| dir.c | ||
| dircache.c | ||
| disk.c | ||
| disk_cache.c | ||
| fdprintf.c | ||
| file.c | ||
| file_internal.c | ||
| fileobj_mgr.c | ||
| linked_list.c | ||
| loader_strerror.c | ||
| pathfuncs.c | ||
| rb-loader.c | ||
| strcasecmp.c | ||
| strcasestr.c | ||
| strlcat.c | ||
| strlcpy.c | ||
| strnatcmp.c | ||
| structec.c | ||
| timefuncs.c | ||
| ucl_decompress.c | ||
| unicode.c | ||
| version.c | ||
| vuprintf.c | ||