Searched refs:char_out (Results 1 – 2 of 2) sorted by relevance
122 void char_out(byte c, OutputStream outs) throws IOException { in char_out() method in LZWEncoder266 char_out((byte) (cur_accum & 0xff), outs); in output()289 char_out((byte) (cur_accum & 0xff), outs); in output()
1957 char char_out[CHUNK_SIZE*2]; in bug1() local1982 char_out, in bug1()1983 sizeof(char_out), in bug1()