Searched refs:put_byte (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/zlib_deflate/
H A Ddefutil.h260 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
289 put_byte(s, (uch)((w) & 0xff)); \
290 put_byte(s, (uch)((ush)(w) >> 8)); \
321 put_byte(s, (Byte)s->bi_buf);
335 put_byte(s, (Byte)s->bi_buf);
H A Ddeflate.c324 put_byte(s, (Byte)(b >> 8));
325 put_byte(s, (Byte)(b & 0xff));

Completed in 147 milliseconds