Home
last modified time | relevance | path

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

/linux-4.19.296/lib/
Dgen_crc32table.c26 static uint32_t crc32table_le[LE_TABLE_ROWS][256]; variable
61 crc32init_le_generic(CRC32_POLY_LE, crc32table_le); in crc32init_le()
117 output_table(crc32table_le, LE_TABLE_ROWS, in main()
Dcrc32.c198 (const u32 (*)[256])crc32table_le, CRC32_POLY_LE);