Searched refs:crc32table_le (Results 1 – 2 of 2) sorted by relevance
7 static uint32_t crc32table_le[256]; variable34 crc32init_le_generic(CRC32_POLY_LE, crc32table_le); in crc32init_le()75 output_table(crc32table_le); in main()
38 crc = (crc >> 8) ^ crc32table_le[(crc & 255) ^ *p++]; in crc32_le_base()