Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zlib/
H A Ddeflate.c905 put_byte(s, (Byte)(b >> 8)); in putShortMSB()
906 put_byte(s, (Byte)(b & 0xff)); in putShortMSB()
1034 put_byte(s, 31); in deflate()
1035 put_byte(s, 139); in deflate()
1036 put_byte(s, 8); in deflate()
1038 put_byte(s, 0); in deflate()
1039 put_byte(s, 0); in deflate()
1040 put_byte(s, 0); in deflate()
1041 put_byte(s, 0); in deflate()
1042 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.h287 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/freebsd/contrib/ntp/libparse/
H A Dieee754io.c48 static void put_byte (unsigned char *, offsets_t, int *, unsigned char);
143 put_byte(
145 put_byte( put_byte() function