Home
last modified time | relevance | path

Searched refs:CRC64_ECMA182_POLY (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A Dgen_crc64table.c19 #define CRC64_ECMA182_POLY 0x42F0E1EBA9EA3693ULL macro
33 crc = (crc << 1) ^ CRC64_ECMA182_POLY; in generate_crc64_table()
/kernel/linux/linux-6.6/lib/
H A Dgen_crc64table.c19 #define CRC64_ECMA182_POLY 0x42F0E1EBA9EA3693ULL macro
91 generate_crc64_table(crc64_table, CRC64_ECMA182_POLY); in main()

Completed in 2 milliseconds