put_byte 522 tools/packfi2/deflate.c put_byte(s, (Byte)(b >> 8)); put_byte 523 tools/packfi2/deflate.c put_byte(s, (Byte)(b & 0xff)); put_byte 581 tools/packfi2/deflate.c put_byte(s, 31); put_byte 582 tools/packfi2/deflate.c put_byte(s, 139); put_byte 583 tools/packfi2/deflate.c put_byte(s, 8); put_byte 585 tools/packfi2/deflate.c put_byte(s, 0); put_byte 586 tools/packfi2/deflate.c put_byte(s, 0); put_byte 587 tools/packfi2/deflate.c put_byte(s, 0); put_byte 588 tools/packfi2/deflate.c put_byte(s, 0); put_byte 589 tools/packfi2/deflate.c put_byte(s, 0); put_byte 590 tools/packfi2/deflate.c put_byte(s, s->level == 9 ? 2 : put_byte 593 tools/packfi2/deflate.c put_byte(s, OS_CODE); put_byte 597 tools/packfi2/deflate.c put_byte(s, (s->gzhead->text ? 1 : 0) + put_byte 603 tools/packfi2/deflate.c put_byte(s, (Byte)(s->gzhead->time & 0xff)); put_byte 604 tools/packfi2/deflate.c put_byte(s, (Byte)((s->gzhead->time >> 8) & 0xff)); put_byte 605 tools/packfi2/deflate.c put_byte(s, (Byte)((s->gzhead->time >> 16) & 0xff)); put_byte 606 tools/packfi2/deflate.c put_byte(s, (Byte)((s->gzhead->time >> 24) & 0xff)); put_byte 607 tools/packfi2/deflate.c put_byte(s, s->level == 9 ? 2 : put_byte 610 tools/packfi2/deflate.c put_byte(s, s->gzhead->os & 0xff); put_byte 612 tools/packfi2/deflate.c put_byte(s, s->gzhead->extra_len & 0xff); put_byte 613 tools/packfi2/deflate.c put_byte(s, (s->gzhead->extra_len >> 8) & 0xff); put_byte 666 tools/packfi2/deflate.c put_byte(s, s->gzhead->extra[s->gzindex]); put_byte 698 tools/packfi2/deflate.c put_byte(s, val); put_byte 729 tools/packfi2/deflate.c put_byte(s, val); put_byte 745 tools/packfi2/deflate.c put_byte(s, (Byte)(strm->adler & 0xff)); put_byte 746 tools/packfi2/deflate.c put_byte(s, (Byte)((strm->adler >> 8) & 0xff)); put_byte 835 tools/packfi2/deflate.c put_byte(s, (Byte)(strm->adler & 0xff)); put_byte 836 tools/packfi2/deflate.c put_byte(s, (Byte)((strm->adler >> 8) & 0xff)); put_byte 837 tools/packfi2/deflate.c put_byte(s, (Byte)((strm->adler >> 16) & 0xff)); put_byte 838 tools/packfi2/deflate.c put_byte(s, (Byte)((strm->adler >> 24) & 0xff)); put_byte 839 tools/packfi2/deflate.c put_byte(s, (Byte)(strm->total_in & 0xff)); put_byte 840 tools/packfi2/deflate.c put_byte(s, (Byte)((strm->total_in >> 8) & 0xff)); put_byte 841 tools/packfi2/deflate.c put_byte(s, (Byte)((strm->total_in >> 16) & 0xff)); put_byte 842 tools/packfi2/deflate.c put_byte(s, (Byte)((strm->total_in >> 24) & 0xff)); put_byte 181 tools/packfi2/trees.c put_byte(s, (uch)((w) & 0xff)); \ put_byte 182 tools/packfi2/trees.c put_byte(s, (uch)((ush)(w) >> 8)); \ put_byte 1169 tools/packfi2/trees.c put_byte(s, (Byte)s->bi_buf); put_byte 1184 tools/packfi2/trees.c put_byte(s, (Byte)s->bi_buf); put_byte 1217 tools/packfi2/trees.c put_byte(s, *buf++);