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

  /external/chromium_org/third_party/zlib/
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
deflate.h 307 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
309 * must not have side effects. _dist_code[256] and _dist_code[257] are never
318 extern uch ZLIB_INTERNAL _dist_code[];
321 extern const uch ZLIB_INTERNAL _dist_code[];
mozzconf.h 102 #define _dist_code MOZ_Z__dist_code macro
zconf.h 23 # 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...]
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
deflate.h 306 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
308 * must not have side effects. _dist_code[256] and _dist_code[257] are never
317 extern uch ZLIB_INTERNAL _dist_code[];
320 extern const uch ZLIB_INTERNAL _dist_code[];
fx_zlib_trees.c 98 uch _dist_code[DIST_CODE_LEN]; variable
277 _dist_code[dist++] = (uch)code;
285 _dist_code[256 + dist++] = (uch)code;
349 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
351 fprintf(header, "%2u%s", _dist_code[i],
    [all...]
zconf.h 21 # define _dist_code z__dist_code macro
zlib.h 81 #define _dist_code FPDFAPI_dist_code macro
    [all...]
  /external/qemu/distrib/zlib-1.2.8/
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
deflate.h 306 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
308 * must not have side effects. _dist_code[256] and _dist_code[257] are never
317 extern uch ZLIB_INTERNAL _dist_code[];
320 extern const uch ZLIB_INTERNAL _dist_code[];
trees.c 98 uch _dist_code[DIST_CODE_LEN]; variable
277 _dist_code[dist++] = (uch)code;
285 _dist_code[256 + dist++] = (uch)code;
349 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
351 fprintf(header, "%2u%s", _dist_code[i],
    [all...]
zconf.h 21 # define _dist_code z__dist_code macro
  /external/zlib/src/
trees.h 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
deflate.h 306 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
308 * must not have side effects. _dist_code[256] and _dist_code[257] are never
317 extern uch ZLIB_INTERNAL _dist_code[];
320 extern const uch ZLIB_INTERNAL _dist_code[];
trees.c 98 uch _dist_code[DIST_CODE_LEN]; variable
277 _dist_code[dist++] = (uch)code;
285 _dist_code[256 + dist++] = (uch)code;
349 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
351 fprintf(header, "%2u%s", _dist_code[i],
    [all...]
zconf.h 21 # define _dist_code z__dist_code macro
zconf.h.cmakein 23 # define _dist_code z__dist_code
zconf.h.in 21 # define _dist_code z__dist_code
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
zconf.h 20 # define _dist_code z__dist_code macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zconf.h 20 # define _dist_code z__dist_code macro
  /external/pdfium/core/include/thirdparties/zlib/
zconf.h 21 # define _dist_code z__dist_code macro
zlib.h 77 #define _dist_code FPDFAPI_dist_code macro
    [all...]

Completed in 79 milliseconds