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

/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.c522 put_byte(s, (Byte)(b >> 8));
523 put_byte(s, (Byte)(b & 0xff));
581 put_byte(s, 31);
582 put_byte(s, 139);
583 put_byte(s, 8);
585 put_byte(s, 0);
586 put_byte(s, 0);
587 put_byte(s, 0);
588 put_byte(s, 0);
589 put_byte(
[all...]
H A Dtrees.c181 put_byte(s, (uch)((w) & 0xff)); \
182 put_byte(s, (uch)((ush)(w) >> 8)); \
1169 put_byte(s, (Byte)s->bi_buf);
1184 put_byte(s, (Byte)s->bi_buf);
1217 put_byte(s, *buf++);
H A Ddeflate.h268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
/external/zlib/
H A Ddeflate.c522 put_byte(s, (Byte)(b >> 8));
523 put_byte(s, (Byte)(b & 0xff));
581 put_byte(s, 31);
582 put_byte(s, 139);
583 put_byte(s, 8);
585 put_byte(s, 0);
586 put_byte(s, 0);
587 put_byte(s, 0);
588 put_byte(s, 0);
589 put_byte(
[all...]
H A Dtrees.c181 put_byte(s, (uch)((w) & 0xff)); \
182 put_byte(s, (uch)((ush)(w) >> 8)); \
1169 put_byte(s, (Byte)s->bi_buf);
1184 put_byte(s, (Byte)s->bi_buf);
1217 put_byte(s, *buf++);
H A Ddeflate.h268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro

Completed in 43 milliseconds