Searched refs:put_short (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/zmod/ |
H A D | trees.c | 180 #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);
|
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 1610 #define put_short(s, w) { \ macro 1637 put_short(s, s->bi_buf); 1652 put_short(s, s->bi_buf);\ 2540 put_short(s, s->bi_buf); 2557 put_short(s, s->bi_buf); 2582 put_short(s, (ush)len); 2583 put_short(s, (ush)~len);
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 2392 #define put_short(s, w) { \ macro 2422 put_short(s, s->bi_buf); 2437 put_short(s, s->bi_buf); \ 3465 put_short(s, s->bi_buf); 3484 put_short(s, s->bi_buf); 3511 put_short(s, (ush)len); 3512 put_short(s, (ush)~len);
|