Searched refs:cs_next_out (Results 1 - 7 of 7) sorted by relevance

/external/bzip2/
H A Dbzlib.c599 char* cs_next_out = s->strm->next_out; local
615 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
618 cs_next_out++;
626 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
628 cs_next_out++;
677 s->strm->next_out = cs_next_out;
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c4950 char* cs_next_out = s->strm->next_out; local
4965 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
4968 cs_next_out++;
4976 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
4978 cs_next_out++;
5027 s->strm->next_out = cs_next_out;
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c4974 char* cs_next_out = s->strm->next_out; local
4989 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
4992 cs_next_out++;
5000 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
5002 cs_next_out++;
5051 s->strm->next_out = cs_next_out;
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c4965 char* cs_next_out = s->strm->next_out; local
4980 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
4983 cs_next_out++;
4991 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
4993 cs_next_out++;
5042 s->strm->next_out = cs_next_out;
H A Dvarinfo6.c5003 char* cs_next_out = s->strm->next_out; local
5018 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
5021 cs_next_out++;
5029 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
5031 cs_next_out++;
5080 s->strm->next_out = cs_next_out;
/external/valgrind/main/perf/
H A Dbz2.c4965 char* cs_next_out = s->strm->next_out; local
4980 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
4983 cs_next_out++;
4991 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
4993 cs_next_out++;
5042 s->strm->next_out = cs_next_out;
H A Dtest_input_for_tinycc.c4057 char* cs_next_out = s->strm->next_out; local
4072 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
4075 cs_next_out++;
4083 *( (UChar*)(cs_next_out) ) = c_state_out_ch;
4085 cs_next_out++;
4134 s->strm->next_out = cs_next_out;

Completed in 424 milliseconds