Searched refs:put_byte (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/zmod/ |
| H A D | deflate.c | 528 put_byte(s, (Byte)(b >> 8)); 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); 704 put_byte(s, val); [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
|
| /freebsd-12.1/sys/contrib/zlib/ |
| H A D | deflate.c | 720 put_byte(s, (Byte)(b >> 8)); 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(s, 0); 864 put_byte(s, OS_CODE); [all …]
|
| H A D | trees.c | 175 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 D | deflate.h | 281 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
|
| /freebsd-12.1/contrib/ntp/libparse/ |
| H A D | ieee754io.c | 48 static void put_byte (unsigned char *, offsets_t, int *, unsigned char); 145 put_byte( in put_byte() function
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | remote-rdp.c | 219 put_byte (char val) in put_byte() function 282 put_byte (RDP_RESET); in rdp_init() 305 put_byte (RDP_OPEN); in rdp_init() 307 put_byte (type | RDP_OPEN_TYPE_RETURN_SEX); in rdp_init()
|
| /freebsd-12.1/sys/libkern/ |
| H A D | zlib.c | 525 #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);
|