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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/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
/freebsd-12-stable/sys/contrib/zlib/
H A Ddeflate.c723 put_byte(s, (Byte)(b >> 8));
724 put_byte(s, (Byte)(b & 0xff));
855 put_byte(s, 31);
856 put_byte(s, 139);
857 put_byte(s, 8);
859 put_byte(s, 0);
860 put_byte(s, 0);
861 put_byte(s, 0);
862 put_byte(s, 0);
863 put_byte(
[all...]
H A Ddeflate.h281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
H A Dtrees.c175 put_byte(s, (uch)((w) & 0xff)); \
176 put_byte(s, (uch)((ush)(w) >> 8)); \
1181 put_byte(s, (Byte)s->bi_buf);
1196 put_byte(s, (Byte)s->bi_buf);
/freebsd-12-stable/contrib/ntp/libparse/
H A Dieee754io.c48 static void put_byte (unsigned char *, offsets_t, int *, unsigned char);
145 put_byte( function
/freebsd-12-stable/contrib/gdb/gdb/
H A Dremote-rdp.c219 put_byte (char val) function
282 put_byte (RDP_RESET);
305 put_byte (RDP_OPEN);
307 put_byte (type | RDP_OPEN_TYPE_RETURN_SEX);
/freebsd-12-stable/sys/libkern/
H A Dzlib.c525 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
950 put_byte(s, (Byte)(b >> 8));
951 put_byte(s, (Byte)(b & 0xff));
2018 put_byte(s, (uch)((w) & 0xff)); \
2019 put_byte(s, (uch)((ush)(w) >> 8)); \
2945 put_byte(s, (Byte)s->bi_buf);
2960 put_byte(s, (Byte)s->bi_buf);
2992 /* bundle up the put_byte(s, *buf++) calls */

Completed in 139 milliseconds