ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DeflateOutputStreamBuffer.cc File Reference
+ Include dependency graph for DeflateOutputStreamBuffer.cc:

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

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

Definition at line 166 of file DeflateOutputStreamBuffer.cc.

View newest version in sPHENIX GitHub at line 166 of file DeflateOutputStreamBuffer.cc

Referenced by cheprep::DeflateOutputStreamBuffer::overflow().

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

Definition at line 167 of file DeflateOutputStreamBuffer.cc.

View newest version in sPHENIX GitHub at line 167 of file DeflateOutputStreamBuffer.cc

Referenced by cheprep::DeflateOutputStreamBuffer::overflow().