Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
Go to the source code of this file.
Macros | |
#define | local static |
#define | TBLS 1 |
#define | DO1 crc = crc_table[0][((int)crc ^ (*buf++)) & 0xff] ^ (crc >> 8) |
#define | DO8 DO1; DO1; DO1; DO1; DO1; DO1; DO1; DO1 |
Functions | |
const unsigned long FAR *ZEXPORT | get_crc_table () |
unsigned long ZEXPORT | crc32 (unsigned long crc, const unsigned char FAR *buf, unsigned len) |
#define DO1 crc = crc_table[0][((int)crc ^ (*buf++)) & 0xff] ^ (crc >> 8) |
Definition at line 213 of file crc32.cc.
Referenced by deflate(), deflateReset(), and read_buf().