Searched refs:bsPutUInt32 (Results 1 - 8 of 8) sorted by relevance
/external/bzip2/ |
H A D | compress.c | 83 void bsPutUInt32 ( EState* s, UInt32 u ) function 637 bsPutUInt32 ( s, s->blockCRC ); 662 bsPutUInt32 ( s, s->combinedCRC );
|
H A D | bzip2recover.c | 251 static void bsPutUInt32 ( BitStream* bs, UInt32 c ) function 458 bsPutUInt32 ( bsWr, blockCRC );
|
/external/valgrind/VEX/switchback/ |
H A D | test_bzip2.c | 3484 void bsPutUInt32 ( EState* s, UInt32 u ) function 4038 bsPutUInt32 ( s, s->blockCRC ); 4063 bsPutUInt32 ( s, s->combinedCRC );
|
/external/valgrind/exp-sgcheck/tests/ |
H A D | hackedbz2.c | 3510 void bsPutUInt32 ( EState* s, UInt32 u ) function 4064 bsPutUInt32 ( s, s->blockCRC ); 4089 bsPutUInt32 ( s, s->combinedCRC );
|
/external/valgrind/memcheck/tests/ |
H A D | origin5-bz2.c | 3501 void bsPutUInt32 ( EState* s, UInt32 u ) function 4055 bsPutUInt32 ( s, s->blockCRC ); 4080 bsPutUInt32 ( s, s->combinedCRC );
|
H A D | varinfo6.c | 3538 void bsPutUInt32 ( EState* s, UInt32 u ) function 4093 bsPutUInt32 ( s, s->blockCRC ); 4118 bsPutUInt32 ( s, s->combinedCRC );
|
/external/valgrind/perf/ |
H A D | bz2.c | 3499 void bsPutUInt32 ( EState* s, UInt32 u ) function 4053 bsPutUInt32 ( s, s->blockCRC ); 4078 bsPutUInt32 ( s, s->combinedCRC );
|
H A D | test_input_for_tinycc.c | 2896 void bsPutUInt32 ( EState* s, UInt32 u ) function 3417 bsPutUInt32 ( s, s->blockCRC ); 3433 bsPutUInt32 ( s, s->combinedCRC );
|
Completed in 203 milliseconds