Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib.c644 char* cs_next_out = s->strm->next_out; in unRLE_obuf_to_output_FAST() local
659 *( (UChar*)(cs_next_out) ) = c_state_out_ch; in unRLE_obuf_to_output_FAST()
662 cs_next_out++; in unRLE_obuf_to_output_FAST()
670 *( (UChar*)(cs_next_out) ) = c_state_out_ch; in unRLE_obuf_to_output_FAST()
672 cs_next_out++; in unRLE_obuf_to_output_FAST()
717 s->strm->next_out = cs_next_out; in unRLE_obuf_to_output_FAST()