Searched refs:ADD_CHAR_TO_BLOCK (Results 1 – 6 of 6) sorted by relevance
/external/bzip2/ |
D | bzlib.c | 260 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \ macro 302 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop() 320 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
|
/external/valgrind/VEX/switchback/ |
D | test_bzip2.c | 4609 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \ macro 4651 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop() 4669 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
|
/external/valgrind/perf/ |
D | bz2.c | 4624 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \ macro 4666 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop() 4684 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
|
/external/valgrind/memcheck/tests/ |
D | varinfo6.c | 4664 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \ macro 4706 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop() 4724 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
|
D | origin5-bz2.c | 4626 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \ macro 4668 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop() 4686 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
|
/external/valgrind/exp-sgcheck/tests/ |
D | hackedbz2.c | 4635 #define ADD_CHAR_TO_BLOCK(zs,zchh0) \ macro 4677 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop() 4695 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) ); in copy_input_until_stop()
|