Go to the source code of this file.
        Data Structures | 
    |
| struct | crc32table | 
        Functions | 
    |
| void | GenerateCRC32Table (u32 polynomial, u32(&table)[256]) | 
| u32 | CRCUpdateChar (u32 crc, u8 ch) | 
| u32 | CRCUpdateBlock (u32 crc, size_t length, const void *buffer) | 
| u32 | CRCUpdateBlock (u32 crc, size_t length) | 
| void | GenerateWindowTable (u64 window, u32(&windowtable)[256]) | 
| u32 | ComputeWindowMask (u64 window) | 
| u32 | CRCSlideChar (u32 crc, u8 chNew, u8 chOld, const u32(&windowtable)[256]) | 
        Variables | 
    |
| crc32table | ccitttable | 
| crc32table ccitttable |