Lines Matching +full:23 +full:- +full:64

1 /* SPDX-License-Identifier: GPL-2.0-or-later */
5 …* ./scripts/gen-crc-consts.py riscv_clmul crc16_msb_0x8bb7,crc32_msb_0x04c11db7,crc32_lsb_0xedb883…
18 * Constants generated for most-significant-bit-first CRC-16 using
26 .barrett_reduction_const_2 = 0x0000000000008bb7, /* G - x^16 */
29 .fold_across_2_longs_const_lo = 0x0000f249, /* x^64 mod G */
31 .barrett_reduction_const_2 = 0x00008bb7, /* G - x^16 */
36 * Constants generated for most-significant-bit-first CRC-32 using
37 * G(x) = x^32 + x^26 + x^23 + x^22 + x^16 + x^12 + x^11 + x^10 + x^8 + x^7 +
45 .barrett_reduction_const_2 = 0x0000000004c11db7, /* G - x^32 */
48 .fold_across_2_longs_const_lo = 0x490d678d, /* x^64 mod G */
50 .barrett_reduction_const_2 = 0x04c11db7, /* G - x^32 */
55 * Constants generated for least-significant-bit-first CRC-32 using
56 * G(x) = x^32 + x^26 + x^23 + x^22 + x^16 + x^12 + x^11 + x^10 + x^8 + x^7 +
64 .barrett_reduction_const_2 = 0x00000000edb88320, /* (G - x^32) * x^32 */
69 .barrett_reduction_const_2 = 0xedb88320, /* (G - x^32) * x^0 */
74 * Constants generated for least-significant-bit-first CRC-32 using
75 * G(x) = x^32 + x^28 + x^27 + x^26 + x^25 + x^23 + x^22 + x^20 + x^19 + x^18 +
83 .barrett_reduction_const_2 = 0x0000000082f63b78, /* (G - x^32) * x^32 */
88 .barrett_reduction_const_2 = 0x82f63b78, /* (G - x^32) * x^0 */
93 * Constants generated for most-significant-bit-first CRC-64 using
94 * G(x) = x^64 + x^62 + x^57 + x^55 + x^54 + x^53 + x^52 + x^47 + x^46 + x^45 +
96 * x^24 + x^23 + x^22 + x^21 + x^19 + x^17 + x^13 + x^12 + x^10 + x^9 +
104 .barrett_reduction_const_2 = 0x42f0e1eba9ea3693, /* G - x^64 */
109 * Constants generated for least-significant-bit-first CRC-64 using
110 * G(x) = x^64 + x^63 + x^61 + x^59 + x^58 + x^56 + x^55 + x^52 + x^49 + x^48 +
112 * x^26 + x^23 + x^22 + x^19 + x^16 + x^13 + x^12 + x^10 + x^9 + x^6 +
120 .barrett_reduction_const_2 = 0x9a6c9329ac4bc9b5, /* (G - x^64) * x^0 */