Home
last modified time | relevance | path

Searched refs:bsPutUInt32 (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/bzip2/
H A Dbzip2recover.c251 static void bsPutUInt32 ( BitStream* bs, UInt32 c ) in bsPutUInt32() function
459 bsPutUInt32 ( bsWr, blockCRC ); in main()
H A Dcompress.c83 void bsPutUInt32 ( EState* s, UInt32 u ) in bsPutUInt32() function
637 bsPutUInt32 ( s, s->blockCRC ); in BZ2_compressBlock()
662 bsPutUInt32 ( s, s->combinedCRC ); in BZ2_compressBlock()