Searched refs:crc32table_le (Results 1 – 6 of 6) sorted by relevance
85 const u32 *tab = crc32table_le; in crc32_le()133 crc = (crc >> 4) ^ crc32table_le[crc & 15]; in crc32_le()134 crc = (crc >> 4) ^ crc32table_le[crc & 15]; in crc32_le()140 crc = (crc >> 2) ^ crc32table_le[crc & 3]; in crc32_le()141 crc = (crc >> 2) ^ crc32table_le[crc & 3]; in crc32_le()142 crc = (crc >> 2) ^ crc32table_le[crc & 3]; in crc32_le()143 crc = (crc >> 2) ^ crc32table_le[crc & 3]; in crc32_le()
3 static const u32 crc32table_le[] = { variable
26 static uint32_t crc32table_le[LE_TABLE_ROWS][256]; variable61 crc32init_le_generic(CRC32_POLY_LE, crc32table_le); in crc32init_le()117 output_table(crc32table_le, LE_TABLE_ROWS, in main()
198 (const u32 (*)[256])crc32table_le, CRC32_POLY_LE);
420 unsigned int crc32table_le[] = { variable491 unsigned int *tab = crc32table_le; in crc32_le()
29 unsigned int crc32table_le[] = variable3476 unsigned int *tab = crc32table_le; in crc32_le()