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

  /src/common/dist/zlib/
trees.h 64 local const ct_data static_dtree[D_CODES] = {
123 local const int base_dist[D_CODES] = {
trees.c 67 local const int extra_dbits[D_CODES] /* extra bits for each distance code */
95 local ct_data static_dtree[D_CODES];
112 local int base_dist[D_CODES];
137 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
343 for ( ; code < D_CODES; code++) {
365 for (n = 0; n < D_CODES; n++) {
403 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
404 for (i = 0; i < D_CODES; i++) {
406 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
428 fprintf(header, "local const int base_dist[D_CODES] = {\n")
    [all...]
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 15 milliseconds