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

  /src/common/dist/zlib/
trees.h 3 local const ct_data static_ltree[L_CODES+2] = { variable in typeref:typename:local const ct_data[]
trees.h 3 local const ct_data static_ltree[L_CODES+2] = { variable in typeref:typename:local const ct_data[]
trees.c 88 local ct_data static_ltree[L_CODES+2]; variable in typeref:typename:local ct_data[]
134 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
230 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
311 static_l_desc.static_tree = static_ltree;
354 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
355 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
356 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
357 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
362 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
397 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n")
    [all...]
trees.c 88 local ct_data static_ltree[L_CODES+2]; variable in typeref:typename:local ct_data[]
134 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
230 Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
311 static_l_desc.static_tree = static_ltree;
354 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
355 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
356 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
357 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
362 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
397 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n")
    [all...]
  /src/sys/net/
zlib.c 2060 local ct_data static_ltree[L_CODES+2]; variable in typeref:typename:local ct_data[]
2092 local const ct_data static_ltree[L_CODES+2] = { variable in typeref:typename:local const ct_data[]
2230 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
2351 static_l_desc.static_tree = static_ltree;
2393 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
2394 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
2395 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
2396 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
2401 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
2437 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n")
    [all...]
zlib.c 2060 local ct_data static_ltree[L_CODES+2]; variable in typeref:typename:local ct_data[]
2092 local const ct_data static_ltree[L_CODES+2] = { variable in typeref:typename:local const ct_data[]
2230 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
2351 static_l_desc.static_tree = static_ltree;
2393 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
2394 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
2395 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
2396 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
2401 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
2437 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n")
    [all...]

Completed in 29 milliseconds