Lines Matching refs:bsPutUChar
95 void bsPutUChar ( EState* s, UChar c ) in bsPutUChar() function
625 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock()
626 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock()
627 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()
628 bsPutUChar ( s, (UChar)(BZ_HDR_0 + s->blockSize100k) ); in BZ2_compressBlock()
633 bsPutUChar ( s, 0x31 ); bsPutUChar ( s, 0x41 ); in BZ2_compressBlock()
634 bsPutUChar ( s, 0x59 ); bsPutUChar ( s, 0x26 ); in BZ2_compressBlock()
635 bsPutUChar ( s, 0x53 ); bsPutUChar ( s, 0x59 ); in BZ2_compressBlock()
660 bsPutUChar ( s, 0x17 ); bsPutUChar ( s, 0x72 ); in BZ2_compressBlock()
661 bsPutUChar ( s, 0x45 ); bsPutUChar ( s, 0x38 ); in BZ2_compressBlock()
662 bsPutUChar ( s, 0x50 ); bsPutUChar ( s, 0x90 ); in BZ2_compressBlock()