Home
last modified time | relevance | path

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

/netbsd-src/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);
/netbsd-src/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);
/netbsd-src/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);
/netbsd-src/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);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddoc.c2506 static const char d_code[] = "$(D_CODE "; in highlightText() local
2510 i = buf->insert(i, d_code, strlen(d_code)); in highlightText()
/netbsd-src/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"); in _tr_flush_block()
3135 s->dyn_dtree[d_code(dist)].Freq++; in _tr_flush_block()
3193 code = d_code(dist); in _tr_flush_block()