HomeSort by: relevance | last modified time | path
    Searched defs:put_short (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
trees.c 146 #define put_short(s, w) { \ macro
170 put_short(s, s->bi_buf);
185 put_short(s, s->bi_buf);
265 put_short(s, s->bi_buf);
280 put_short(s, s->bi_buf);\
864 put_short(s, (ush)stored_len);
865 put_short(s, (ush)~stored_len);
  /src/sys/net/
zlib.c 2280 #define put_short(s, w) { \ macro
2307 put_short(s, s->bi_buf);
2322 put_short(s, s->bi_buf);\
3252 put_short(s, s->bi_buf);
3268 put_short(s, s->bi_buf);
3292 put_short(s, (ush)len);
3293 put_short(s, (ush)~len);

Completed in 16 milliseconds