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

/opensolaris-onvv-gate/usr/src/uts/common/zmod/
H A Ddeflate.c528 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(
[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
/opensolaris-onvv-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++);
/opensolaris-onvv-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 */
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c4814 put_byte(sv, rangestart);
4816 put_byte(sv, rangestart);
4818 put_byte(sv, i - 1);
4854 put_byte(sv, *p);
4858 put_byte(sv, *p);
4861 put_byte(sv, *p);
H A Dembed.h1663 #define put_byte S_put_byte macro
4181 #define put_byte(a,b) S_put_byte(aTHX_ a,b) macro

Completed in 172 milliseconds