Lines Matching refs:bsPutUChar
134 void bsPutUChar ( EState* s, UChar c ) in bsPutUChar() function
665 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock()
666 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock()
667 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()
668 bsPutUChar ( s, (UChar)(BZ_HDR_0 + s->blockSize100k) ); in BZ2_compressBlock()
673 bsPutUChar ( s, 0x31 ); bsPutUChar ( s, 0x41 ); in BZ2_compressBlock()
674 bsPutUChar ( s, 0x59 ); bsPutUChar ( s, 0x26 ); in BZ2_compressBlock()
675 bsPutUChar ( s, 0x53 ); bsPutUChar ( s, 0x59 ); in BZ2_compressBlock()
700 bsPutUChar ( s, 0x17 ); bsPutUChar ( s, 0x72 ); in BZ2_compressBlock()
701 bsPutUChar ( s, 0x45 ); bsPutUChar ( s, 0x38 ); in BZ2_compressBlock()
702 bsPutUChar ( s, 0x50 ); bsPutUChar ( s, 0x90 ); in BZ2_compressBlock()