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

  /src/common/dist/zlib/
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable in typeref:typename:const uch ZLIB_INTERNAL[]
trees.c 100 uch _dist_code[DIST_CODE_LEN]; variable in typeref:typename:uch[]
338 _dist_code[dist++] = (uch)code;
346 _dist_code[256 + dist++] = (uch)code;
409 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
411 fprintf(header, "%2u%s", _dist_code[i],
zconf.h 25 # define _dist_code z__dist_code macro
zconf.h.in 21 # define _dist_code z__dist_code macro
  /src/sys/net/
zlib.c 565 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
567 * must not have side effects. _dist_code[256] and _dist_code[257] are never
576 extern uch _dist_code[];
579 extern const uch _dist_code[];
2072 uch _dist_code[DIST_CODE_LEN]; variable in typeref:typename:uch[]
2162 const uch _dist_code[DIST_CODE_LEN] = { variable in typeref:typename:const uch[]
2377 _dist_code[dist++] = (uch)code;
2385 _dist_code[256 + dist++] = (uch)code
    [all...]

Completed in 36 milliseconds