HomeSort by: relevance | last modified time | path
    Searched defs:D_CODES (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/
deflate.h 45 #define D_CODES 30
205 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
  /src/sys/net/
zlib.c 317 #define D_CODES 30
466 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
2034 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
2067 local ct_data static_dtree[D_CODES];
2084 local int base_dist[D_CODES];
2153 local const ct_data static_dtree[D_CODES] = {
2212 local const int base_dist[D_CODES] = {
2233 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
2382 for ( ; code < D_CODES; code++) {
2404 for (n = 0; n < D_CODES; n++)
    [all...]

Completed in 14 milliseconds