Home
last modified time | relevance | path

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

/external/bzip2/
Dbzlib.c599 char* cs_next_out = s->strm->next_out; in unRLE_obuf_to_output_FAST() local
615 *( (UChar*)(cs_next_out) ) = c_state_out_ch; in unRLE_obuf_to_output_FAST()
618 cs_next_out++; in unRLE_obuf_to_output_FAST()
626 *( (UChar*)(cs_next_out) ) = c_state_out_ch; in unRLE_obuf_to_output_FAST()
628 cs_next_out++; in unRLE_obuf_to_output_FAST()
677 s->strm->next_out = cs_next_out; in unRLE_obuf_to_output_FAST()