Searched refs:CRC32_POLY_BE (Results 1 – 5 of 5) sorted by relevance
11 #define CRC32_POLY_BE 0x04c11db7 macro
53 crc = (crc << 1) ^ ((crc & 0x80000000) ? CRC32_POLY_BE : 0); in crc32init_le_generic()
659 c = c&0x80000000 ? (c << 1)^(CRC32_POLY_BE) : (c << 1); in start_bunzip()
147 "r" (CRC32_POLY_BE) in crc32_be_zbc()
834 if (high_crc_set ^ low_data_set) cur = cur ^ CRC32_POLY_BE; in crc416()