Searched refs:d_code (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.h290 #define d_code(dist) \ macro
322 s->dyn_dtree[d_code(dist)].Freq++; \
H A Dtrees.c1038 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
1041 s->dyn_dtree[d_code(dist)].Freq++;
1099 code = d_code(dist);
1100 Assert (code < D_CODES, "bad d_code");
/netbsd-current/common/dist/zlib/
H A Ddeflate.h305 #define d_code(dist) \ macro
339 s->dyn_dtree[d_code(dist)].Freq++; \
H A Dtrees.c1033 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
1036 s->dyn_dtree[d_code(dist)].Freq++;
1072 code = d_code(dist);
1073 Assert (code < D_CODES, "bad d_code");
/netbsd-current/external/gpl3/binutils/dist/zlib/
H A Ddeflate.h303 #define d_code(dist) \ macro
337 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);
1072 Assert (code < D_CODES, "bad d_code");
/netbsd-current/external/gpl3/gdb.old/dist/zlib/
H A Ddeflate.h308 #define d_code(dist) \ macro
340 s->dyn_dtree[d_code(dist)].Freq++; \
H A Dtrees.c1030 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
1033 s->dyn_dtree[d_code(dist)].Freq++;
1091 code = d_code(dist);
1092 Assert (code < D_CODES, "bad d_code");
/netbsd-current/external/gpl3/gdb/dist/zlib/
H A Ddeflate.h303 #define d_code(dist) \ macro
337 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);
1072 Assert (code < D_CODES, "bad d_code");
/netbsd-current/external/gpl3/binutils.old/dist/zlib/
H A Ddeflate.h303 #define d_code(dist) \ macro
337 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);
1072 Assert (code < D_CODES, "bad d_code");
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddoc.c270 D_CODE = <pre class=\"d_code\">$0</pre>\n\
2506 static const char d_code[] = "$(D_CODE "; local
2510 i = buf->insert(i, d_code, strlen(d_code));
/netbsd-current/sys/net/
H A Dzlib.c564 #define d_code(dist) \ macro
596 s->dyn_dtree[d_code(dist)].Freq++; \
3132 (ush)d_code(dist) < (ush)D_CODES, "_tr_tally: bad match");
3135 s->dyn_dtree[d_code(dist)].Freq++;
3193 code = d_code(dist);
3194 Assert (code < D_CODES, "bad d_code");

Completed in 401 milliseconds