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

  /src/common/dist/zlib/
trees.h 64 local const ct_data static_dtree[D_CODES] = { variable
trees.c 95 local ct_data static_dtree[D_CODES]; variable
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/external/gpl3/binutils/dist/zlib/
trees.h 64 local const ct_data static_dtree[D_CODES] = { variable
trees.c 93 local ct_data static_dtree[D_CODES]; variable
135 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
311 static_d_desc.static_tree = static_dtree;
364 static_dtree[n].Len = 5;
365 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
401 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
403 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
404 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
1059 (const ct_data *)static_dtree);
  /src/external/gpl3/binutils.old/dist/zlib/
trees.h 64 local const ct_data static_dtree[D_CODES] = { variable
trees.c 93 local ct_data static_dtree[D_CODES]; variable
129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
250 static_d_desc.static_tree = static_dtree;
303 static_dtree[n].Len = 5;
304 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
341 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
981 (const ct_data *)static_dtree);
  /src/external/gpl3/gdb/dist/zlib/
trees.h 64 local const ct_data static_dtree[D_CODES] = { variable
trees.c 93 local ct_data static_dtree[D_CODES]; variable
135 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
311 static_d_desc.static_tree = static_dtree;
364 static_dtree[n].Len = 5;
365 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
401 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
403 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
404 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
1059 (const ct_data *)static_dtree);
  /src/external/gpl3/gdb.old/dist/zlib/
trees.h 64 local const ct_data static_dtree[D_CODES] = { variable
trees.c 93 local ct_data static_dtree[D_CODES]; variable
129 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
250 static_d_desc.static_tree = static_dtree;
303 static_dtree[n].Len = 5;
304 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
341 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
343 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
344 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
981 (const ct_data *)static_dtree);
  /src/external/cddl/osnet/dist/uts/common/zmod/
trees.c 97 local ct_data static_dtree[D_CODES]; variable
133 {static_dtree, extra_dbits, 0, D_CODES, MAX_BITS};
255 static_d_desc.static_tree = static_dtree;
307 static_dtree[n].Len = 5;
308 static_dtree[n].Code = bi_reverse((unsigned)n, 5);
345 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
347 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
348 static_dtree[i].Len, SEPARATOR(i, D_CODES-1, 5));
989 compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);
  /src/sys/net/
zlib.c 2067 local ct_data static_dtree[D_CODES]; variable
2153 local const ct_data static_dtree[D_CODES] = { variable
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 54 milliseconds