Home
last modified time | relevance | path

Searched refs:put_byte (Results 1 – 4 of 4) sorted by relevance

/src/sys/contrib/zlib/
H A Ddeflate.c940 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 Dtrees.c145 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 Ddeflate.h293 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/src/contrib/ntp/libparse/
H A Dieee754io.c48 static void put_byte (unsigned char *, offsets_t, int *, unsigned char);
143 put_byte( in put_byte() function