aboutsummaryrefslogtreecommitdiffstats
path: root/src/crcXXgen.c.tpl
AgeCommit message (Collapse)AuthorFilesLines
2013-02-15misc: Doxygen tweaks: fixed some typos and minor errorsKaterina Barone-Adesi1-1/+1
Doxygen generates quite a lot of warnings on libosmocore. Some of them are obvious typos - this patch aims to fix such low-hanging fruit.
2013-02-01core/crc: Fix the 64 bits implementationSylvain Munaut1-2/+2
We used 1ULL at one place and not the other ... at the same time, we now use (uintXX_t) so that the proper type is used each time. Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2012-04-18doc: Fix the Doxygen section endingsSylvain Munaut1-1/+1
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
2011-09-16core: Add generic CRC functions (templates expended to 8 16 32 64 bits)Sylvain Munaut1-0/+120
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>