Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DeflateOutputStreamBuffer.cc File Reference

Go to the source code of this file.

Namespaces

namespace  cheprep
 

Macros

#define DO1   crc = crctable[(crc ^ (*buf++)) & 0xff] ^ (crc >> 8)
 
#define DO8   DO1; DO1; DO1; DO1; DO1; DO1; DO1; DO1
 

Macro Definition Documentation

◆ DO1

#define DO1   crc = crctable[(crc ^ (*buf++)) & 0xff] ^ (crc >> 8)

Definition at line 163 of file DeflateOutputStreamBuffer.cc.

◆ DO8

#define DO8   DO1; DO1; DO1; DO1; DO1; DO1; DO1; DO1

Definition at line 164 of file DeflateOutputStreamBuffer.cc.