aboutsummaryrefslogtreecommitdiff
path: root/lib/crc32.c
Commit message (Expand)AuthorAgeFilesLines
* lib: crc32: Add some additional __pure annotationsGeorge Spelvin2017-04-111-1/+1
* lib: crc32: Mark test data __initconstGeorge Spelvin2017-04-111-2/+2
* lib: crc32: Greatly shrink CRC combining codeGeorge Spelvin2017-04-111-77/+70
* lib/crc32.c: remove unnecessary __constantFabian Frederick2017-04-111-2/+2
* lib: crc32: reduce number of cases for crc32{, c}_combineDaniel Borkmann2017-04-111-2/+2
* lib: crc32: conditionally resched when running testcasesDaniel Borkmann2017-04-111-0/+3
* lib: crc32: add test cases for crc32{, c}_combine routinesDaniel Borkmann2017-04-111-0/+72
* lib: crc32: add functionality to combine two crc32{, c}s in GF(2)Daniel Borkmann2017-04-111-0/+81
* lib: crc32: clean up spacing in test casesDaniel Borkmann2017-04-111-200/+100
* lib/crc32: update the comments of crc32_{be,le}_generic()Gu Zheng2017-04-111-6/+11
* first commitMeizu OpenSource2016-08-151-0/+1120