Searched refs:put_short (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/lib/zlib_deflate/ |
H A D | defutil.h | 288 #define put_short(s, w) { \ macro 317 put_short(s, s->bi_buf); in bi_flush() 333 put_short(s, s->bi_buf); in bi_windup() 379 put_short(s, s->bi_buf); in send_bits() 394 put_short(s, s->bi_buf);\
|
H A D | deftree.c | 1046 put_short(s, (ush)len); 1047 put_short(s, (ush)~len);
|
/openbmc/u-boot/lib/zlib/ |
H A D | trees.c | 181 #define put_short(s, w) { \ macro 208 put_short(s, s->bi_buf); 223 put_short(s, s->bi_buf);\ 1190 put_short(s, s->bi_buf); 1207 put_short(s, s->bi_buf); 1232 put_short(s, (ush)len); 1233 put_short(s, (ush)~len);
|