Home
last modified time | relevance | path

Searched refs:STATIC_TREES (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dzutil.h78 #define STATIC_TREES 1 macro
H A Dtrees.c900 send_bits(s, STATIC_TREES<<1, 3);
979 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.c127 #define STATIC_TREES 1 macro
3129 send_bits(s, STATIC_TREES<<1, 3);
3141 send_bits(s, STATIC_TREES<<1, 3);
3264 send_bits(s, (STATIC_TREES<<1)+eof, 3);
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c617 #define STATIC_TREES 1 macro