Searched refs:bsPutUChar (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzip2recover.c242 static void bsPutUChar ( BitStream* bs, UChar c ) function
455 bsPutUChar ( bsWr, 0x17 ); bsPutUChar ( bsWr, 0x72 );
456 bsPutUChar ( bsWr, 0x45 ); bsPutUChar ( bsWr, 0x38 );
457 bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 );
498 bsPutUChar ( bsWr, BZ_HDR_B );
499 bsPutUChar ( bsWr, BZ_HDR_Z );
500 bsPutUChar ( bsW
[all...]
H A Dcompress.c94 void bsPutUChar ( EState* s, UChar c ) function
624 bsPutUChar ( s, BZ_HDR_B );
625 bsPutUChar ( s, BZ_HDR_Z );
626 bsPutUChar ( s, BZ_HDR_h );
627 bsPutUChar ( s, (UChar)(BZ_HDR_0 + s->blockSize100k) );
632 bsPutUChar ( s, 0x31 ); bsPutUChar ( s, 0x41 );
633 bsPutUChar ( s, 0x59 ); bsPutUChar ( s, 0x26 );
634 bsPutUChar (
[all...]

Completed in 209 milliseconds