ReactOS 0.4.15-dev-7958-gcd0bb1a
crc32.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

const z_crc_t FAR crc_table []
 
const z_crc_t FAR x2n_table []
 

Variable Documentation

◆ crc_table

const z_crc_t FAR crc_table[]

Definition at line 5 of file crc32.h.

Referenced by crc32_z(), and get_crc_table().

◆ x2n_table

const z_crc_t FAR x2n_table[]
Initial value:
= {
0x40000000, 0x20000000, 0x08000000, 0x00800000, 0x00008000,
0xedb88320, 0xb1e6b092, 0xa06a2517, 0xed627dae, 0x88d14467,
0xd7bbfe6a, 0xec447f11, 0x8e7ea170, 0x6427800e, 0x4d47bae0,
0x09fe548f, 0x83852d0f, 0x30362f1a, 0x7b5a9cc3, 0x31fec169,
0x9fec022a, 0x6c8dedc4, 0x15d6874d, 0x5fde7a4e, 0xbad90e37,
0x2e4e5eef, 0x4eaba214, 0xa8a472c0, 0x429a969e, 0x148d302a,
0xc40ba6d0, 0xc4e22c3c}

Definition at line 9439 of file crc32.h.

Referenced by x2nmodp().