Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c759 put_byte(s, (Byte)(b >> 8));
893 put_byte(s, 31);
894 put_byte(s, 139);
895 put_byte(s, 8);
897 put_byte(s, 0);
898 put_byte(s, 0);
899 put_byte(s, 0);
900 put_byte(s, 0);
901 put_byte(s, 0);
905 put_byte(s, OS_CODE);
[all …]
H A Dtrees.c175 put_byte(s, (uch)((w) & 0xff)); \
176 put_byte(s, (uch)((ush)(w) >> 8)); \
1160 put_byte(s, (Byte)s->bi_buf);
1175 put_byte(s, (Byte)s->bi_buf);
H A Ddeflate.h274 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(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.c566 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c); } macro
1076 put_byte(s, (Byte)(b >> 8));
1077 put_byte(s, (Byte)(b & 0xff));
2391 put_byte(s, (uch)((w) & 0xff)); \
2392 put_byte(s, (uch)((ush)(w) >> 8)); \
3467 put_byte(s, (Byte)s->bi_buf);
3484 put_byte(s, (Byte)s->bi_buf);
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1478 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro