Searched refs:STATIC_TREES (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dzutil.h82 #define STATIC_TREES 1 macro
H A Dtrees.c895 send_bits(s, STATIC_TREES<<1, 3);
907 send_bits(s, STATIC_TREES<<1, 3);
988 send_bits(s, (STATIC_TREES<<1)+eof, 3);
/illumos-gate/usr/src/boot/lib/libz/
H A Dzutil.h71 #define STATIC_TREES 1 macro
H A Dtrees.c895 send_bits(s, STATIC_TREES<<1, 3);
974 send_bits(s, (STATIC_TREES<<1)+last, 3);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c78 #define STATIC_TREES 1 macro
2259 send_bits(s, STATIC_TREES<<1, 3);
2268 send_bits(s, STATIC_TREES<<1, 3);
2376 send_bits(s, (STATIC_TREES<<1)+eof, 3);
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c129 #define STATIC_TREES 1 macro
3131 send_bits(s, STATIC_TREES<<1, 3);
3143 send_bits(s, STATIC_TREES<<1, 3);
3266 send_bits(s, (STATIC_TREES<<1)+eof, 3);

Completed in 98 milliseconds