Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.c723 put_byte(s, (Byte)(b >> 8));
855 put_byte(s, 31);
856 put_byte(s, 139);
857 put_byte(s, 8);
859 put_byte(s, 0);
860 put_byte(s, 0);
861 put_byte(s, 0);
862 put_byte(s, 0);
863 put_byte(s, 0);
867 put_byte(s, OS_CODE);
[all …]
H A Ddeflate.h281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
H A Dtrees.c175 put_byte(s, (uch)((w) & 0xff)); \
176 put_byte(s, (uch)((ush)(w) >> 8)); \
1181 put_byte(s, (Byte)s->bi_buf);
1196 put_byte(s, (Byte)s->bi_buf);