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

  /src/common/dist/zlib/
trees.h 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { variable in typeref:typename:const uch ZLIB_INTERNAL[]
trees.c 106 uch _length_code[MAX_MATCH-MIN_MATCH+1]; variable in typeref:typename:uch[]
323 _length_code[length++] = (uch)code;
331 _length_code[length - 1] = (uch)code;
416 "const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
418 fprintf(header, "%2u%s", _length_code[i],
922 code = _length_code[lc];
1115 s->dyn_ltree[_length_code[lc] + LITERALS + 1].Freq++;
zconf.h 26 # define _length_code z__length_code macro
zconf.h.in 22 # define _length_code z__length_code macro
  /src/sys/net/
zlib.c 575 extern uch _length_code[];
578 extern const uch _length_code[];
595 s->dyn_ltree[_length_code[len]+LITERALS+1].Freq++; \
2078 uch _length_code[MAX_MATCH-MIN_MATCH+1]; variable in typeref:typename:uch[]
2191 const uch _length_code[MAX_MATCH-MIN_MATCH+1]= { variable in typeref:typename:const uch[]
2362 _length_code[length++] = (uch)code;
2370 _length_code[length-1] = (uch)code;
2455 fprintf(header, "const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {\n");
2457 fprintf(header, "%2u%s", _length_code[i],
3134 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++
    [all...]

Completed in 17 milliseconds