Home
last modified time | relevance | path

Searched refs:bsPutUInt32 (Results 1 – 3 of 3) 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()
/external/u-boot/lib/bzip2/
Dbzlib_compress.c123 void bsPutUInt32 ( EState* s, UInt32 u ) in bsPutUInt32() function
678 bsPutUInt32 ( s, s->blockCRC ); in BZ2_compressBlock()
703 bsPutUInt32 ( s, s->combinedCRC ); in BZ2_compressBlock()