/external/bzip2/ |
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...] |
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...] |
/external/valgrind/main/exp-ptrcheck/tests/ |
hackedbz2.c | [all...] |
/external/valgrind/main/memcheck/tests/ |
origin5-bz2.c | [all...] |
varinfo6.c | [all...] |
/external/valgrind/main/perf/ |
bz2.c | [all...] |
test_input_for_tinycc.c | [all...] |