Searched refs:put_byte (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sys/contrib/zlib/ |
| H A D | deflate.c | 761 put_byte(s, (Byte)(b >> 8)); 895 put_byte(s, 31); 896 put_byte(s, 139); 897 put_byte(s, 8); 899 put_byte(s, 0); 900 put_byte(s, 0); 901 put_byte(s, 0); 902 put_byte(s, 0); 903 put_byte(s, 0); 907 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)); \ 1160 put_byte(s, (Byte)s->bi_buf); 1175 put_byte(s, (Byte)s->bi_buf);
|
| H A D | deflate.h | 276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
|
| /freebsd-13.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
|