Searched refs:put_byte (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/zmod/ |
H A D | deflate.c | 528 put_byte(s, (Byte)(b >> 8)); 529 put_byte(s, (Byte)(b & 0xff)); 587 put_byte(s, 31); 588 put_byte(s, 139); 589 put_byte(s, 8); 591 put_byte(s, 0); 592 put_byte(s, 0); 593 put_byte(s, 0); 594 put_byte(s, 0); 595 put_byte(s, 0); [all …]
|
H A D | trees.c | 181 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 D | deflate.h | 268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 394 #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++);
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 568 #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);
|