Home
last modified time | relevance | path

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

/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
Dbzip2recover.c251 static void bsPutUInt32 ( BitStream* bs, UInt32 c ) in bsPutUInt32() function
459 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()
/third_party/bzip2/
Dbzip2recover.c251 static void bsPutUInt32 ( BitStream* bs, UInt32 c ) in bsPutUInt32() function
459 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()
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
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()
/third_party/uboot/u-boot-2020.01/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()