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