Searched defs:put_short (Results 1 - 2 of 2) sorted by relevance

/external/qemu/distrib/zlib-1.2.3/
H A Dtrees.c180 #define put_short(s, w) { \ macro
207 put_short(s, s->bi_buf);
222 put_short(s, s->bi_buf);\
1165 put_short(s, s->bi_buf);
1182 put_short(s, s->bi_buf);
1207 put_short(s, (ush)len);
1208 put_short(s, (ush)~len);
/external/zlib/src/
H A Dtrees.c176 #define put_short(s, w) { \ macro
203 put_short(s, s->bi_buf);
218 put_short(s, s->bi_buf);\
1171 put_short(s, s->bi_buf);
1188 put_short(s, s->bi_buf);
1212 put_short(s, (ush)len);
1213 put_short(s, (ush)~len);

Completed in 46 milliseconds