Home
last modified time | relevance | path

Searched refs:generate_reflected_crc64_table (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/lib/
H A Dgen_crc64table.c25 static void generate_reflected_crc64_table(uint64_t table[256], uint64_t poly) in generate_reflected_crc64_table() function
92 generate_reflected_crc64_table(crc64_rocksoft_table, CRC64_ROCKSOFT_POLY); in main()