Searched refs:put_short (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/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);
|
/kernel/linux/linux-6.6/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);
|
Completed in 6 milliseconds