Searched refs:put_byte (Results 1 – 4 of 4) sorted by relevance
| /src/sys/contrib/zlib/ |
| H A D | deflate.c | 940 put_byte(s, (Byte)(b >> 8)); in putShortMSB() 941 put_byte(s, (Byte)(b & 0xff)); in putShortMSB() 1069 put_byte(s, 31); in deflate() 1070 put_byte(s, 139); in deflate() 1071 put_byte(s, 8); in deflate() 1073 put_byte(s, 0); in deflate() 1074 put_byte(s, 0); in deflate() 1075 put_byte(s, 0); in deflate() 1076 put_byte(s, 0); in deflate() 1077 put_byte(s, 0); in deflate() [all …]
|
| H A D | trees.c | 145 put_byte(s, (uch)((w) & 0xff)); \ 146 put_byte(s, (uch)((ush)(w) >> 8)); \ 172 put_byte(s, (Byte)s->bi_buf); in bi_flush() 185 put_byte(s, (Byte)s->bi_buf); in bi_windup()
|
| H A D | deflate.h | 293 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
|
| /src/contrib/ntp/libparse/ |
| H A D | ieee754io.c | 48 static void put_byte (unsigned char *, offsets_t, int *, unsigned char); 143 put_byte( in put_byte() function
|