Home
last modified time | relevance | path

Searched refs:put_byte (Results 1 - 15 of 15) sorted by relevance

/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.c601 put_byte(s, (Byte)(b >> 8));
602 put_byte(s, (Byte)(b & 0xff));
660 put_byte(s, 31);
661 put_byte(s, 139);
662 put_byte(s, 8);
664 put_byte(s, 0);
665 put_byte(s, 0);
666 put_byte(s, 0);
667 put_byte(s, 0);
668 put_byte(
[all...]
H A Dtrees.c182 put_byte(s, (uch)((w) & 0xff)); \
183 put_byte(s, (uch)((ush)(w) >> 8)); \
1172 put_byte(s, (Byte)s->bi_buf);
1187 put_byte(s, (Byte)s->bi_buf);
1220 put_byte(s, *buf++);
H A Ddeflate.h270 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
/third_party/node/deps/zlib/
H A Ddeflate.c943 put_byte(s, (Byte)(b >> 8)); in putShortMSB()
944 put_byte(s, (Byte)(b & 0xff)); in putShortMSB()
1072 put_byte(s, 31); in deflate()
1073 put_byte(s, 139); in deflate()
1074 put_byte(s, 8); in deflate()
1076 put_byte(s, 0); in deflate()
1077 put_byte(s, 0); in deflate()
1078 put_byte(s, 0); in deflate()
1079 put_byte(s, 0); in deflate()
1080 put_byte( 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.h290 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/third_party/node/deps/v8/third_party/zlib/
H A Ddeflate.c772 put_byte(s, (Byte)(b >> 8));
773 put_byte(s, (Byte)(b & 0xff));
906 put_byte(s, 31);
907 put_byte(s, 139);
908 put_byte(s, 8);
910 put_byte(s, 0);
911 put_byte(s, 0);
912 put_byte(s, 0);
913 put_byte(s, 0);
914 put_byte(
[all...]
H A Dtrees.c175 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 Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/third_party/skia/third_party/externals/zlib/
H A Ddeflate.c766 put_byte(s, (Byte)(b >> 8));
767 put_byte(s, (Byte)(b & 0xff));
898 put_byte(s, 31);
899 put_byte(s, 139);
900 put_byte(s, 8);
902 put_byte(s, 0);
903 put_byte(s, 0);
904 put_byte(s, 0);
905 put_byte(s, 0);
906 put_byte(
[all...]
H A Dtrees.c175 put_byte(s, (uch)((w) & 0xff)); \
176 put_byte(s, (uch)((ush)(w) >> 8)); \
1159 put_byte(s, (Byte)s->bi_buf);
1174 put_byte(s, (Byte)s->bi_buf);
H A Ddeflate.h276 #define put_byte(s, c) {s->pending_buf[s->pending++] = (Bytef)(c);} macro
/third_party/zlib/
H A Ddeflate.c912 put_byte(s, (Byte)(b >> 8)); in putShortMSB()
913 put_byte(s, (Byte)(b & 0xff)); in putShortMSB()
1042 put_byte(s, 31); in deflate()
1043 put_byte(s, 139); in deflate()
1044 put_byte(s, 8); in deflate()
1046 put_byte(s, 0); in deflate()
1047 put_byte(s, 0); in deflate()
1048 put_byte(s, 0); in deflate()
1049 put_byte(s, 0); in deflate()
1050 put_byte( in deflate()
[all...]
H A Dtrees.c145 put_byte(s, (uch)((w) & 0xff)); \
146 put_byte(s, (uch)((ush)(w) >> 8)); \
183 put_byte(s, (Byte)s->bi_buf); in bi_flush()
197 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

Completed in 20 milliseconds