Searched refs:crc32table_le (Results 1 – 2 of 2) sorted by relevance
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()
197 return crc32_le_generic(crc, p, len, crc32table_le, CRC32_POLY_LE);