Home
last modified time | relevance | path

Searched refs:bsPutUChar (Results 1 – 7 of 7) sorted by relevance

/external/bzip2/
Dbzip2recover.c242 static void bsPutUChar ( BitStream* bs, UChar c ) in bsPutUChar() function
455 bsPutUChar ( bsWr, 0x17 ); bsPutUChar ( bsWr, 0x72 ); in main()
456 bsPutUChar ( bsWr, 0x45 ); bsPutUChar ( bsWr, 0x38 ); in main()
457 bsPutUChar ( bsWr, 0x50 ); bsPutUChar ( bsWr, 0x90 ); in main()
496 bsPutUChar ( bsWr, BZ_HDR_B ); in main()
497 bsPutUChar ( bsWr, BZ_HDR_Z ); in main()
498 bsPutUChar ( bsWr, BZ_HDR_h ); in main()
499 bsPutUChar ( bsWr, BZ_HDR_0 + 9 ); in main()
500 bsPutUChar ( bsWr, 0x31 ); bsPutUChar ( bsWr, 0x41 ); in main()
501 bsPutUChar ( bsWr, 0x59 ); bsPutUChar ( bsWr, 0x26 ); in main()
[all …]
Dcompress.c94 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()
[all …]
/external/valgrind/memcheck/tests/
Dvarinfo6.c3549 void bsPutUChar ( EState* s, UChar c ) in bsPutUChar() function
4080 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock()
4081 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock()
4082 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()
4083 bsPutUChar ( s, (UChar)(BZ_HDR_0 + s->blockSize100k) ); in BZ2_compressBlock()
4088 bsPutUChar ( s, 0x31 ); bsPutUChar ( s, 0x41 ); in BZ2_compressBlock()
4089 bsPutUChar ( s, 0x59 ); bsPutUChar ( s, 0x26 ); in BZ2_compressBlock()
4090 bsPutUChar ( s, 0x53 ); bsPutUChar ( s, 0x59 ); in BZ2_compressBlock()
4115 bsPutUChar ( s, 0x17 ); bsPutUChar ( s, 0x72 ); in BZ2_compressBlock()
4116 bsPutUChar ( s, 0x45 ); bsPutUChar ( s, 0x38 ); in BZ2_compressBlock()
[all …]
Dorigin5-bz2.c3512 void bsPutUChar ( EState* s, UChar c ) in bsPutUChar() function
4042 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock()
4043 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock()
4044 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()
4045 bsPutUChar ( s, (UChar)(BZ_HDR_0 + s->blockSize100k) ); in BZ2_compressBlock()
4050 bsPutUChar ( s, 0x31 ); bsPutUChar ( s, 0x41 ); in BZ2_compressBlock()
4051 bsPutUChar ( s, 0x59 ); bsPutUChar ( s, 0x26 ); in BZ2_compressBlock()
4052 bsPutUChar ( s, 0x53 ); bsPutUChar ( s, 0x59 ); in BZ2_compressBlock()
4077 bsPutUChar ( s, 0x17 ); bsPutUChar ( s, 0x72 ); in BZ2_compressBlock()
4078 bsPutUChar ( s, 0x45 ); bsPutUChar ( s, 0x38 ); in BZ2_compressBlock()
[all …]
/external/valgrind/perf/
Dbz2.c3510 void bsPutUChar ( EState* s, UChar c ) in bsPutUChar() function
4040 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock()
4041 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock()
4042 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()
4043 bsPutUChar ( s, (UChar)(BZ_HDR_0 + s->blockSize100k) ); in BZ2_compressBlock()
4048 bsPutUChar ( s, 0x31 ); bsPutUChar ( s, 0x41 ); in BZ2_compressBlock()
4049 bsPutUChar ( s, 0x59 ); bsPutUChar ( s, 0x26 ); in BZ2_compressBlock()
4050 bsPutUChar ( s, 0x53 ); bsPutUChar ( s, 0x59 ); in BZ2_compressBlock()
4075 bsPutUChar ( s, 0x17 ); bsPutUChar ( s, 0x72 ); in BZ2_compressBlock()
4076 bsPutUChar ( s, 0x45 ); bsPutUChar ( s, 0x38 ); in BZ2_compressBlock()
[all …]
Dtest_input_for_tinycc.c2907 void bsPutUChar ( EState* s, UChar c ) in bsPutUChar() function
3404 bsPutUChar ( s, 0x42 ); in BZ2_compressBlock()
3405 bsPutUChar ( s, 0x5a ); in BZ2_compressBlock()
3406 bsPutUChar ( s, 0x68 ); in BZ2_compressBlock()
3407 bsPutUChar ( s, (UChar)(0x30 + s->blockSize100k) ); in BZ2_compressBlock()
3412 bsPutUChar ( s, 0x31 ); bsPutUChar ( s, 0x41 ); in BZ2_compressBlock()
3413 bsPutUChar ( s, 0x59 ); bsPutUChar ( s, 0x26 ); in BZ2_compressBlock()
3414 bsPutUChar ( s, 0x53 ); bsPutUChar ( s, 0x59 ); in BZ2_compressBlock()
3430 bsPutUChar ( s, 0x17 ); bsPutUChar ( s, 0x72 ); in BZ2_compressBlock()
3431 bsPutUChar ( s, 0x45 ); bsPutUChar ( s, 0x38 ); in BZ2_compressBlock()
[all …]
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c3521 void bsPutUChar ( EState* s, UChar c ) in bsPutUChar() function
4051 bsPutUChar ( s, BZ_HDR_B ); in BZ2_compressBlock()
4052 bsPutUChar ( s, BZ_HDR_Z ); in BZ2_compressBlock()
4053 bsPutUChar ( s, BZ_HDR_h ); in BZ2_compressBlock()
4054 bsPutUChar ( s, (UChar)(BZ_HDR_0 + s->blockSize100k) ); in BZ2_compressBlock()
4059 bsPutUChar ( s, 0x31 ); bsPutUChar ( s, 0x41 ); in BZ2_compressBlock()
4060 bsPutUChar ( s, 0x59 ); bsPutUChar ( s, 0x26 ); in BZ2_compressBlock()
4061 bsPutUChar ( s, 0x53 ); bsPutUChar ( s, 0x59 ); in BZ2_compressBlock()
4086 bsPutUChar ( s, 0x17 ); bsPutUChar ( s, 0x72 ); in BZ2_compressBlock()
4087 bsPutUChar ( s, 0x45 ); bsPutUChar ( s, 0x38 ); in BZ2_compressBlock()
[all …]