Searched refs:CRC32C_POLY_LE (Results 1 – 4 of 4) sorted by relevance
18 #define CRC32C_POLY_LE 0x82F63B78 macro23 (((remainder ^ bit) & 1) ? CRC32C_POLY_LE : 0); in crc32c_update_bit()
14 #define CRC32C_POLY_LE 0x82F63B78 macro
41 crc = (crc >> 1) ^ ((crc & 1) ? CRC32C_POLY_LE : 0); in crc32cinit_le()
188 return crc32_le_generic(crc, p, len, crc32ctable_le, CRC32C_POLY_LE); in ext2fs_crc32c_le()