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

/external/pdfium/third_party/zlib_v128/
H A Ddeflate.c631 put_byte(s, (Byte)(b >> 8));
632 put_byte(s, (Byte)(b & 0xff));
693 put_byte(s, 31);
694 put_byte(s, 139);
695 put_byte(s, 8);
697 put_byte(s, 0);
698 put_byte(s, 0);
699 put_byte(s, 0);
700 put_byte(s, 0);
701 put_byte(
[all...]
H A Dtrees.c177 put_byte(s, (uch)((w) & 0xff)); \
178 put_byte(s, (uch)((ush)(w) >> 8)); \
1177 put_byte(s, (Byte)s->bi_buf);
1192 put_byte(s, (Byte)s->bi_buf);
1224 put_byte(s, *buf++);
H A Ddeflate.h278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
/external/zlib/src/
H A Ddeflate.c632 put_byte(s, (Byte)(b >> 8));
633 put_byte(s, (Byte)(b & 0xff));
694 put_byte(s, 31);
695 put_byte(s, 139);
696 put_byte(s, 8);
698 put_byte(s, 0);
699 put_byte(s, 0);
700 put_byte(s, 0);
701 put_byte(s, 0);
702 put_byte(
[all...]
H A Dtrees.c177 put_byte(s, (uch)((w) & 0xff)); \
178 put_byte(s, (uch)((ush)(w) >> 8)); \
1177 put_byte(s, (Byte)s->bi_buf);
1192 put_byte(s, (Byte)s->bi_buf);
1224 put_byte(s, *buf++);
H A Ddeflate.h278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);} macro
/external/tlsdate/src/
H A Dproxy-bio-unittest.c97 void put_byte (BIO *test, char c) function

Completed in 81 milliseconds