Searched refs:put_byte (Results 1 - 9 of 9) sorted by last modified time

/freebsd-11-stable/sys/contrib/zlib/
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);
H A Ddeflate.h281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
H A Ddeflate.c720 put_byte(s, (Byte)(b >> 8));
721 put_byte(s, (Byte)(b & 0xff));
852 put_byte(s, 31);
853 put_byte(s, 139);
854 put_byte(s, 8);
856 put_byte(s, 0);
857 put_byte(s, 0);
858 put_byte(s, 0);
859 put_byte(s, 0);
860 put_byte(
[all...]
/freebsd-11-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 */
/freebsd-11-stable/contrib/ntp/libparse/
H A Dieee754io.c48 static void put_byte (unsigned char *, offsets_t, int *, unsigned char);
145 put_byte( function
/freebsd-11-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-11-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 Ddeflate.h268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
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++);

Completed in 251 milliseconds