Lines Matching +full:0 +full:x128
36 * R3 = x128+64 mod P(x)
37 * R4 = x128 mod P(x)
48 * The rightmost doubleword can be 0 to prevent contribution to the result or
54 * P(x) = 0x04C11DB7
55 * P'(x) = 0xEDB88320
59 0x08833794c, 0x0e6228b11, /* R1, R2 */
60 0x0c5b9cd4c, 0x0e8a45605, /* R3, R4 */
61 0x0f200aa66, 1UL << 32, /* R5, x32 */
62 0x0490d678d, 1, /* R6, 1 */
63 0x104d101df, 0, /* u */
64 0x104C11DB7, 0, /* P(x) */
69 * @crc: Initial CRC value, typically ~0.
84 fpu_vzero(0); in crc32_be_vgfm_16()
87 fpu_vlvgf(0, crc, 0); in crc32_be_vgfm_16()
91 fpu_vx(1, 0, 1); in crc32_be_vgfm_16()
137 * single VGFMG, the rightmost doubleword is multiplied with 0x1. The in crc32_be_vgfm_16()