|
Geant4
10.01.p01
|
#include "cheprep/DeflateOutputStreamBuffer.h"
Include dependency graph for DeflateOutputStreamBuffer.cc:Go to the source code of this file.
Namespaces | |
| cheprep | |
Macros | |
| #define | DO1 crc = crctable[(crc ^ (*buf++)) & 0xff] ^ (crc >> 8) |
| #define | DO8 DO1; DO1; DO1; DO1; DO1; DO1; DO1; DO1 |
| #define DO1 crc = crctable[(crc ^ (*buf++)) & 0xff] ^ (crc >> 8) |
Definition at line 167 of file DeflateOutputStreamBuffer.cc.