bf25f3e6e7
This is only really needed to save a few bytes on the c200v2, but since it adds negligible overhead, so it's implemented for all targets. A stripped down version of the LZ4 reference implementation is found in lz4tiny.c. Change-Id: Ib914ba71c84e04da282328662c752e533912e197
28 lines
353 B
Text
28 lines
353 B
Text
rockbox.c
|
|
rbwrappers.c
|
|
rbmalloc.c
|
|
lz4tiny.c
|
|
|
|
src/combi.c
|
|
src/divvy.c
|
|
src/drawing.c
|
|
src/dsf.c
|
|
src/findloop.c
|
|
src/grid.c
|
|
src/latin.c
|
|
src/laydomino.c
|
|
src/loopgen.c
|
|
/*src/malloc.c*/ /* we have our own */
|
|
src/maxflow.c
|
|
src/midend.c
|
|
src/misc.c
|
|
src/penrose.c
|
|
src/printing.c
|
|
src/random.c
|
|
src/tdq.c
|
|
src/tree234.c
|
|
src/version.c
|
|
|
|
#ifdef COMBINED
|
|
src/list.c
|
|
#endif
|