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

  /src/common/dist/zlib/
trees.h 64 local const ct_data static_dtree[D_CODES] = { variable in typeref:typename:local const ct_data[]
trees.c 95 local ct_data static_dtree[D_CODES]; variable in typeref:typename:local ct_data[]
137 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
313 static_d_desc.static_tree = static_dtree;
366 static_dtree[n].Len = 5;
367 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
403 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
405 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
406 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
1061 (const ct_data *)static_dtree);
  /src/sys/net/
zlib.c 2067 local ct_data static_dtree[D_CODES]; variable in typeref:typename:local ct_data[]
2153 local const ct_data static_dtree[D_CODES] = { variable in typeref:typename:local const ct_data[]
2233 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
2353 static_d_desc.static_tree = static_dtree;
2405 static_dtree[n].Len = 5;
2406 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
2443 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
2445 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
2446 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
3083 compress_block(s, (const ct_data *)static_ltree, (const ct_data *)static_dtree);
    [all...]

Completed in 132 milliseconds