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

/osnet-11/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++);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
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 66 milliseconds