Lines Matching refs:bsPutUChar
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()
661 bsPutUChar ( s, 0x50 ); bsPutUChar ( s, 0x90 ); in BZ2_compressBlock()