Searched refs:bsPutUInt32 (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | bzip2recover.c | 251 static void bsPutUInt32 ( BitStream* bs, UInt32 c ) in bsPutUInt32() function 459 bsPutUInt32 ( bsWr, blockCRC ); in main()
|
D | compress.c | 83 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/ |
D | bzip2recover.c | 251 static void bsPutUInt32 ( BitStream* bs, UInt32 c ) in bsPutUInt32() function 459 bsPutUInt32 ( bsWr, blockCRC ); in main()
|
D | compress.c | 83 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/ |
D | bzip2recover.c | 251 static void bsPutUInt32 ( BitStream* bs, UInt32 c ) in bsPutUInt32() function 458 bsPutUInt32 ( bsWr, blockCRC ); in main()
|
D | compress.c | 83 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/ |
D | bzlib_compress.c | 123 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()
|