Searched defs:blockCRC (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/bzip/
H A Dbzip2recover.c279 UInt32 buffHi, buffLo, blockCRC; local
371 blockCRC = 0; bsWr = 0;
382 blockCRC = (buffHi << 16) | (buffLo >> 16);
396 bsPutUInt32 ( bsWr, blockCRC );
/ast/src/lib/libbz/
H A Dbzhdr.h271 UInt32 blockCRC; member in struct:__anon326

Completed in 10 milliseconds