OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bsPutUChar
(Results
1 - 4
of
4
) sorted by null
/external/bzip2/
compress.c
94
void
bsPutUChar
( EState* s, UChar c )
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
( s, 0x53 ); bsPutUChar ( s, 0x59 )
[
all
...]
bzip2recover.c
242
static void
bsPutUChar
( BitStream* bs, UChar c )
455
bsPutUChar
( bsWr, 0x17 );
bsPutUChar
( bsWr, 0x72 );
456
bsPutUChar
( bsWr, 0x45 );
bsPutUChar
( bsWr, 0x38 );
457
bsPutUChar
( bsWr, 0x50 );
bsPutUChar
( bsWr, 0x90 );
496
bsPutUChar
( bsWr, BZ_HDR_B );
497
bsPutUChar
( bsWr, BZ_HDR_Z );
498
bsPutUChar
( bsWr, BZ_HDR_h );
[
all
...]
/external/u-boot/lib/bzip2/
bzlib_compress.c
134
void
bsPutUChar
( EState* s, UChar c )
665
bsPutUChar
( s, BZ_HDR_B );
666
bsPutUChar
( s, BZ_HDR_Z );
667
bsPutUChar
( s, BZ_HDR_h );
668
bsPutUChar
( s, (UChar)(BZ_HDR_0 + s->blockSize100k) );
673
bsPutUChar
( s, 0x31 );
bsPutUChar
( s, 0x41 );
674
bsPutUChar
( s, 0x59 );
bsPutUChar
( s, 0x26 );
675
bsPutUChar
( s, 0x53 ); bsPutUChar ( s, 0x59 )
[
all
...]
/external/guice/extensions/struts2/lib/
ant-1.6.5.jar
Completed in 117 milliseconds