Searched defs:put_byte (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c394 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
701 put_byte(s, (Byte)(b >> 8));
702 put_byte(s, (Byte)(b & 0xff));
1611 put_byte(s, (uch)((w) & 0xff)); \
1612 put_byte(s, (uch)((ush)(w) >> 8)); \
2544 put_byte(s, (Byte)s->bi_buf);
2559 put_byte(s, (Byte)s->bi_buf);
2592 put_byte(s, *buf++);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c568 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c); } macro
1078 put_byte(s, (Byte)(b >> 8));
1079 put_byte(s, (Byte)(b & 0xff));
2393 put_byte(s, (uch)((w) & 0xff)); \
2394 put_byte(s, (uch)((ush)(w) >> 8)); \
3469 put_byte(s, (Byte)s->bi_buf);
3486 put_byte(s, (Byte)s->bi_buf);
3520 /* bundle up the put_byte(s, *buf++) calls PPP */

Completed in 92 milliseconds