Home
last modified time | relevance | path

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

/external/bzip2/
Dbzip2recover.c251 static void bsPutUInt32 ( BitStream* bs, UInt32 c ) in bsPutUInt32() function
458 bsPutUInt32 ( bsWr, blockCRC ); in main()
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()