Searched refs:_dist_code (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/zlib/
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
H A Ddeflate.h307 ((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[];
H A Dmozzconf.h102 #define _dist_code MOZ_Z__dist_code macro
H A Dzconf.h23 # define _dist_code z__dist_code macro
H A Dtrees.c103 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],
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
H A Ddeflate.h306 ((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[];
H A Dfx_zlib_trees.c98 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],
H A Dzconf.h21 # define _dist_code z__dist_code macro
H A Dzlib.h81 #define _dist_code FPDFAPI_dist_code macro
/external/qemu/distrib/zlib-1.2.8/
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
H A Ddeflate.h306 ((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[];
H A Dtrees.c98 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],
H A Dzconf.h21 # define _dist_code z__dist_code macro
/external/zlib/src/
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
H A Ddeflate.h306 ((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[];
H A Dtrees.c98 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],
H A Dzconf.h21 # define _dist_code z__dist_code macro
H A Dzconf.h.cmakein23 # define _dist_code z__dist_code
H A Dzconf.h.in21 # define _dist_code z__dist_code
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h21 # define _dist_code z__dist_code macro
H A Dzlib.h77 #define _dist_code FPDFAPI_dist_code macro
/external/zlib/
H A Dzconf.h21 # define _dist_code z__dist_code macro

Completed in 255 milliseconds