Subversion Repositories Kolibri OS

Rev

Rev 1896 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1896 Rev 3926
Line 1... Line 1...
1
/* crc32.h -- tables for rapid CRC calculation
1
/* crc32.h -- tables for rapid CRC calculation
2
 * Generated automatically by crc32.c
2
 * Generated automatically by crc32.c
3
 */
3
 */
Line 4... Line 4...
4
 
4
 
5
local const unsigned long FAR crc_table[TBLS][256] =
5
local const z_crc_t FAR crc_table[TBLS][256] =
6
{
6
{
7
  {
7
  {
8
    0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL,
8
    0x00000000UL, 0x77073096UL, 0xee0e612cUL, 0x990951baUL, 0x076dc419UL,
9
    0x706af48fUL, 0xe963a535UL, 0x9e6495a3UL, 0x0edb8832UL, 0x79dcb8a4UL,
9
    0x706af48fUL, 0xe963a535UL, 0x9e6495a3UL, 0x0edb8832UL, 0x79dcb8a4UL,