HomeSort by relevance Sort by last modified time
    Searched refs:_dist_code (Results 1 - 10 of 10) sorted by null

  /external/qemu/distrib/zlib-1.2.3/
trees.h 73 const uch _dist_code[DIST_CODE_LEN] = { variable
deflate.h 291 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
293 * must not have side effects. _dist_code[256] and _dist_code[257] are never
302 extern uch _dist_code[];
305 extern const uch _dist_code[];
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],
    [all...]
  /external/zlib/
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
deflate.h 302 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
304 * must not have side effects. _dist_code[256] and _dist_code[257] are never
313 extern uch ZLIB_INTERNAL _dist_code[];
316 extern const uch ZLIB_INTERNAL _dist_code[];
zconf.h 20 # define _dist_code z__dist_code macro
trees.c 103 uch _dist_code[DIST_CODE_LEN]; variable
282 _dist_code[dist++] = (uch)code;
290 _dist_code[256 + dist++] = (uch)code;
354 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
356 fprintf(header, "%2u%s", _dist_code[i],
    [all...]
zconf.h.cmakein 22 # define _dist_code z__dist_code
zconf.h.in 20 # define _dist_code z__dist_code
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zconf.h 20 # define _dist_code z__dist_code macro

Completed in 309 milliseconds