isa-l/crc
Xiaodong Liu 3d66317189 crc64: add jones and iso format, crc64 code clean
1. Add normal and reflected bits order functions for ISO format and
   Jones coefficients format.
2. Add a multi-binary macro for crc64 functions.
3. In order to decrease number of repeated test.c and perf.c files,
   using crc64_funcs_test.c and cr crc64_funcs_perf.c.
4. Add crc64_example.c to take the demonstration role.

Change-Id: Icb8c14f1a84cd98f58eb12206ca605dea8a2cefb
Signed-off-by: Xiaodong Liu <xiaodong.liu@intel.com>
2016-12-06 13:48:13 -07:00
..
crc16_t10dif_01.asm Add crc unit 2016-05-03 15:02:29 -07:00
crc16_t10dif_by4.asm Add crc unit 2016-05-03 15:02:29 -07:00
crc16_t10dif_perf.c Add crc unit 2016-05-03 15:02:29 -07:00
crc16_t10dif_test.c Add crc unit 2016-05-03 15:02:29 -07:00
crc32_ieee_01.asm Add crc unit 2016-05-03 15:02:29 -07:00
crc32_ieee_by4.asm Add crc unit 2016-05-03 15:02:29 -07:00
crc32_ieee_perf.c Add crc unit 2016-05-03 15:02:29 -07:00
crc32_ieee_test.c Add crc unit 2016-05-03 15:02:29 -07:00
crc32_iscsi_00.asm Add crc unit 2016-05-03 15:02:29 -07:00
crc32_iscsi_01.asm Add crc unit 2016-05-03 15:02:29 -07:00
crc32_iscsi_perf.c Add crc unit 2016-05-03 15:02:29 -07:00
crc32_iscsi_test.c Add crc unit 2016-05-03 15:02:29 -07:00
crc64_base.c crc64: add jones and iso format, crc64 code clean 2016-12-06 13:48:13 -07:00
crc64_ecma_norm_by8.asm crc64: add crc64 ecma polynomial 2016-12-06 13:27:39 -07:00
crc64_ecma_refl_by8.asm crc64: add crc64 ecma polynomial 2016-12-06 13:27:39 -07:00
crc64_example.c crc64: add jones and iso format, crc64 code clean 2016-12-06 13:48:13 -07:00
crc64_funcs_perf.c crc64: add jones and iso format, crc64 code clean 2016-12-06 13:48:13 -07:00
crc64_funcs_test.c crc64: add jones and iso format, crc64 code clean 2016-12-06 13:48:13 -07:00
crc64_iso_norm_by8.asm crc64: add jones and iso format, crc64 code clean 2016-12-06 13:48:13 -07:00
crc64_iso_refl_by8.asm crc64: add jones and iso format, crc64 code clean 2016-12-06 13:48:13 -07:00
crc64_jones_norm_by8.asm crc64: add jones and iso format, crc64 code clean 2016-12-06 13:48:13 -07:00
crc64_jones_refl_by8.asm crc64: add jones and iso format, crc64 code clean 2016-12-06 13:48:13 -07:00
crc64_multibinary.asm crc64: add jones and iso format, crc64 code clean 2016-12-06 13:48:13 -07:00
crc_base.c Add crc unit 2016-05-03 15:02:29 -07:00
crc_multibinary.asm Add crc unit 2016-05-03 15:02:29 -07:00
crc_simple_test.c Add crc unit 2016-05-03 15:02:29 -07:00
Makefile.am crc64: add jones and iso format, crc64 code clean 2016-12-06 13:48:13 -07:00