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

  /src/common/dist/zlib/
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
trees.c 100 uch _dist_code[DIST_CODE_LEN]; variable
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
  /src/external/gpl3/binutils/dist/zlib/
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
trees.c 98 uch _dist_code[DIST_CODE_LEN]; variable
336 _dist_code[dist++] = (uch)code;
344 _dist_code[256 + dist++] = (uch)code;
407 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
409 fprintf(header, "%2u%s", _dist_code[i],
zconf.h 21 # define _dist_code z__dist_code macro
  /src/external/gpl3/binutils.old/dist/zlib/
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
trees.c 98 uch _dist_code[DIST_CODE_LEN]; variable
275 _dist_code[dist++] = (uch)code;
283 _dist_code[256 + dist++] = (uch)code;
347 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
349 fprintf(header, "%2u%s", _dist_code[i],
zconf.h 21 # define _dist_code z__dist_code macro
  /src/external/gpl3/gdb/dist/zlib/
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
trees.c 98 uch _dist_code[DIST_CODE_LEN]; variable
336 _dist_code[dist++] = (uch)code;
344 _dist_code[256 + dist++] = (uch)code;
407 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
409 fprintf(header, "%2u%s", _dist_code[i],
zconf.h 21 # define _dist_code z__dist_code macro
  /src/external/gpl3/gdb.old/dist/zlib/
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
trees.c 98 uch _dist_code[DIST_CODE_LEN]; variable
275 _dist_code[dist++] = (uch)code;
283 _dist_code[256 + dist++] = (uch)code;
347 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
349 fprintf(header, "%2u%s", _dist_code[i],
zconf.h 21 # define _dist_code z__dist_code macro
  /src/external/cddl/osnet/dist/uts/common/zmod/
zconf.h 101 #define _dist_code z__dist_code macro
trees.c 102 uch _dist_code[DIST_CODE_LEN]; variable
279 _dist_code[dist++] = (uch)code;
287 _dist_code[256 + dist++] = (uch)code;
351 fprintf(header, "const uch _dist_code[DIST_CODE_LEN] = {\n");
353 fprintf(header, "%2u%s", _dist_code[i],
  /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
2162 const uch _dist_code[DIST_CODE_LEN] = { variable
2377 _dist_code[dist++] = (uch)code;
2385 _dist_code[256 + dist++] = (uch)code
    [all...]

Completed in 63 milliseconds