Home
last modified time | relevance | path

Searched refs:crcVar (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
Dbzlib_private.h157 #define BZ_INITIALISE_CRC(crcVar) \ argument
159 crcVar = 0xffffffffL; \
162 #define BZ_FINALISE_CRC(crcVar) \ argument
164 crcVar = ~(crcVar); \
167 #define BZ_UPDATE_CRC(crcVar,cha) \ argument
169 crcVar = (crcVar << 8) ^ \
170 BZ2_crc32Table[(crcVar >> 24) ^ \
/third_party/bzip2/
Dbzlib_private.h157 #define BZ_INITIALISE_CRC(crcVar) \ argument
159 crcVar = 0xffffffffL; \
162 #define BZ_FINALISE_CRC(crcVar) \ argument
164 crcVar = ~(crcVar); \
167 #define BZ_UPDATE_CRC(crcVar,cha) \ argument
169 crcVar = (crcVar << 8) ^ \
170 BZ2_crc32Table[(crcVar >> 24) ^ \
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dbzlib_private.h157 #define BZ_INITIALISE_CRC(crcVar) \ argument
159 crcVar = 0xffffffffL; \
162 #define BZ_FINALISE_CRC(crcVar) \ argument
164 crcVar = ~(crcVar); \
167 #define BZ_UPDATE_CRC(crcVar,cha) \ argument
169 crcVar = (crcVar << 8) ^ \
170 BZ2_crc32Table[(crcVar >> 24) ^ \