Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Macros
DeflateOutputStreamBuffer.cc File Reference
#include "cheprep/DeflateOutputStreamBuffer.h"

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
 

Macro Definition Documentation

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