Home
last modified time | relevance | path

Searched refs:d_code (Results 1 – 7 of 7) sorted by relevance

/titanic_53/usr/src/boot/lib/libz/
H A Ddeflate.h305 #define d_code(dist) \ macro
337 s->dyn_dtree[d_code(dist)].Freq++; \
H A Dtrees.c1026 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
1029 s->dyn_dtree[d_code(dist)].Freq++;
1087 code = d_code(dist);
/titanic_53/usr/src/contrib/zlib/
H A Ddeflate.h301 #define d_code(dist) \ macro
335 s->dyn_dtree[d_code(dist)].Freq++; \
H A Dtrees.c1032 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
1035 s->dyn_dtree[d_code(dist)].Freq++;
1071 code = d_code(dist);
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c593 #define d_code(dist) \ macro
621 s->dyn_dtree[d_code(dist)].Freq++; \
3321 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
3324 s->dyn_dtree[d_code(dist)].Freq++;
3390 code = d_code(dist);
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1599 #define d_code(dist) \ macro
2419 (ush)d_code(dist) < (ush)D_CODES, "ct_tally: bad match");
2422 s->dyn_dtree[d_code(dist)].Freq++;
2478 code = d_code(dist);
/titanic_53/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1500 #define d_code(dist) \ macro
1532 s->dyn_dtree[d_code(dist)].Freq++; \