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

/netbsd-current/external/bsd/bzip2/dist/
H A Dbzip2recover.c93 static void bsPutUChar ( BitStream* bs, UChar c );
257 static void bsPutUChar ( BitStream* bs, UChar c ) function
471 bsPutUChar ( bsWr, 0x17 ); bsPutUChar ( bsWr, 0x72 );
472 bsPutUChar ( bsWr, 0x45 ); bsPutUChar ( bsWr, 0x38 );
473 bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 );
513 bsPutUChar ( bsWr, BZ_HDR_B );
514 bsPutUChar ( bsW
[all...]
H A Dcompress.c96 void bsPutUChar ( EState* s, UChar c ) function
626 bsPutUChar ( s, BZ_HDR_B );
627 bsPutUChar ( s, BZ_HDR_Z );
628 bsPutUChar ( s, BZ_HDR_h );
629 bsPutUChar ( s, (UChar)(BZ_HDR_0 + s->blockSize100k) );
634 bsPutUChar ( s, 0x31 ); bsPutUChar ( s, 0x41 );
635 bsPutUChar ( s, 0x59 ); bsPutUChar ( s, 0x26 );
636 bsPutUChar (
[all...]

Completed in 66 milliseconds