/third_party/bzip2/ |
D | bzip2recover.c | 242 static void bsPutUChar ( BitStream* bs, UChar c ) in bsPutUChar() function 456 bsPutUChar ( bsWr, 0x17 ); bsPutUChar ( bsWr, 0x72 ); in main() 457 bsPutUChar ( bsWr, 0x45 ); bsPutUChar ( bsWr, 0x38 ); in main() 458 bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 ); in main() 498 bsPutUChar ( bsWr, BZ_HDR_B ); in main() 499 bsPutUChar ( bsWr, BZ_HDR_Z ); in main() 500 bsPutUChar ( bsWr, BZ_HDR_h ); in main() 501 bsPutUChar ( bsWr, BZ_HDR_0 + 9 ); in main() 502 bsPutUChar ( bsWr, 0x31 ); bsPutUChar ( bsWr, 0x41 ); in main() 503 bsPutUChar ( bsWr, 0x59 ); bsPutUChar ( bsWr, 0x26 ); in main() [all …]
|
D | compress.c | 94 void bsPutUChar ( EState* s, UChar c ) in bsPutUChar() function 624 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock() 625 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock() 626 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock() 627 bsPutUChar ( s, (UChar)(BZ_HDR_0 + s->blockSize100k) ); in BZ2_compressBlock() 632 bsPutUChar ( s, 0x31 ); bsPutUChar ( s, 0x41 ); in BZ2_compressBlock() 633 bsPutUChar ( s, 0x59 ); bsPutUChar ( s, 0x26 ); in BZ2_compressBlock() 634 bsPutUChar ( s, 0x53 ); bsPutUChar ( s, 0x59 ); in BZ2_compressBlock() 659 bsPutUChar ( s, 0x17 ); bsPutUChar ( s, 0x72 ); in BZ2_compressBlock() 660 bsPutUChar ( s, 0x45 ); bsPutUChar ( s, 0x38 ); in BZ2_compressBlock() [all …]
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/ |
D | bzip2recover.c | 242 static void bsPutUChar ( BitStream* bs, UChar c ) in bsPutUChar() function 455 bsPutUChar ( bsWr, 0x17 ); bsPutUChar ( bsWr, 0x72 ); in main() 456 bsPutUChar ( bsWr, 0x45 ); bsPutUChar ( bsWr, 0x38 ); in main() 457 bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 ); in main() 496 bsPutUChar ( bsWr, BZ_HDR_B ); in main() 497 bsPutUChar ( bsWr, BZ_HDR_Z ); in main() 498 bsPutUChar ( bsWr, BZ_HDR_h ); in main() 499 bsPutUChar ( bsWr, BZ_HDR_0 + 9 ); in main() 500 bsPutUChar ( bsWr, 0x31 ); bsPutUChar ( bsWr, 0x41 ); in main() 501 bsPutUChar ( bsWr, 0x59 ); bsPutUChar ( bsWr, 0x26 ); in main() [all …]
|
D | compress.c | 94 void bsPutUChar ( EState* s, UChar c ) in bsPutUChar() function 624 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock() 625 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock() 626 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock() 627 bsPutUChar ( s, (UChar)(BZ_HDR_0 + s->blockSize100k) ); in BZ2_compressBlock() 632 bsPutUChar ( s, 0x31 ); bsPutUChar ( s, 0x41 ); in BZ2_compressBlock() 633 bsPutUChar ( s, 0x59 ); bsPutUChar ( s, 0x26 ); in BZ2_compressBlock() 634 bsPutUChar ( s, 0x53 ); bsPutUChar ( s, 0x59 ); in BZ2_compressBlock() 659 bsPutUChar ( s, 0x17 ); bsPutUChar ( s, 0x72 ); in BZ2_compressBlock() 660 bsPutUChar ( s, 0x45 ); bsPutUChar ( s, 0x38 ); in BZ2_compressBlock() [all …]
|
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/ |
D | bzip2recover.c | 242 static void bsPutUChar ( BitStream* bs, UChar c ) in bsPutUChar() function 456 bsPutUChar ( bsWr, 0x17 ); bsPutUChar ( bsWr, 0x72 ); in main() 457 bsPutUChar ( bsWr, 0x45 ); bsPutUChar ( bsWr, 0x38 ); in main() 458 bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 ); in main() 498 bsPutUChar ( bsWr, BZ_HDR_B ); in main() 499 bsPutUChar ( bsWr, BZ_HDR_Z ); in main() 500 bsPutUChar ( bsWr, BZ_HDR_h ); in main() 501 bsPutUChar ( bsWr, BZ_HDR_0 + 9 ); in main() 502 bsPutUChar ( bsWr, 0x31 ); bsPutUChar ( bsWr, 0x41 ); in main() 503 bsPutUChar ( bsWr, 0x59 ); bsPutUChar ( bsWr, 0x26 ); in main() [all …]
|
D | compress.c | 94 void bsPutUChar ( EState* s, UChar c ) in bsPutUChar() function 624 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock() 625 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock() 626 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock() 627 bsPutUChar ( s, (UChar)(BZ_HDR_0 + s->blockSize100k) ); in BZ2_compressBlock() 632 bsPutUChar ( s, 0x31 ); bsPutUChar ( s, 0x41 ); in BZ2_compressBlock() 633 bsPutUChar ( s, 0x59 ); bsPutUChar ( s, 0x26 ); in BZ2_compressBlock() 634 bsPutUChar ( s, 0x53 ); bsPutUChar ( s, 0x59 ); in BZ2_compressBlock() 659 bsPutUChar ( s, 0x17 ); bsPutUChar ( s, 0x72 ); in BZ2_compressBlock() 660 bsPutUChar ( s, 0x45 ); bsPutUChar ( s, 0x38 ); in BZ2_compressBlock() [all …]
|