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

  /src/common/dist/zlib/
trees.h 118 local const int base_length[LENGTH_CODES] = { variable in typeref:typename:local const int[]
trees.c 109 local int base_length[LENGTH_CODES]; variable in typeref:typename:local int[]
321 base_length[code] = length;
422 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n");
424 fprintf(header, "%1u%s", base_length[i],
926 lc -= base_length[code];
  /src/sys/net/
zlib.c 2081 local int base_length[LENGTH_CODES]; variable in typeref:typename:local int[]
2207 local const int base_length[LENGTH_CODES] = { variable in typeref:typename:local const int[]
2360 base_length[code] = length;
2461 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n");
2463 fprintf(header, "%1u%s", base_length[i],
3189 lc -= base_length[code];

Completed in 16 milliseconds