Home
last modified time | relevance | path

Searched refs:crc32table_le (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/
H A 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()
115 "crc32table_le[%d][%d] = {", in main()
117 output_table(crc32table_le, LE_TABLE_ROWS, in main()
H A Dcrc32.c198 (const u32 (*)[256])crc32table_le, CRC32_POLY_LE);
/kernel/linux/linux-6.6/lib/
H A 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()
115 "crc32table_le[%d][%d] = {", in main()
117 output_table(crc32table_le, LE_TABLE_ROWS, in main()
H A Dcrc32.c197 return crc32_le_generic(crc, p, len, crc32table_le, CRC32_POLY_LE);

Completed in 2 milliseconds