Home
last modified time | relevance | path

Searched refs:_dist_code (Results 1 – 16 of 16) sorted by relevance

/external/zlib/src/
Ddeflate.h306 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
317 extern uch ZLIB_INTERNAL _dist_code[];
320 extern const uch ZLIB_INTERNAL _dist_code[];
Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
Dtrees.c98 uch _dist_code[DIST_CODE_LEN]; variable
277 _dist_code[dist++] = (uch)code; in tr_static_init()
285 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
351 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()
Dzconf.h21 # define _dist_code z__dist_code macro
Dzconf.h.cmakein23 # define _dist_code z__dist_code
Dzconf.h.in21 # define _dist_code z__dist_code macro
/external/pdfium/third_party/zlib_v128/
Ddeflate.h306 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
317 extern uch ZLIB_INTERNAL _dist_code[];
320 extern const uch ZLIB_INTERNAL _dist_code[];
Dtrees.h74 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
Dtrees.c98 uch _dist_code[DIST_CODE_LEN]; variable
277 _dist_code[dist++] = (uch)code; in tr_static_init()
285 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
351 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()
Dzconf.h21 # define _dist_code z__dist_code macro
Dzlib.h82 #define _dist_code FPDFAPI_dist_code macro
/external/opencv3/3rdparty/zlib/
Ddeflate.h306 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
317 extern uch ZLIB_INTERNAL _dist_code[];
320 extern const uch ZLIB_INTERNAL _dist_code[];
Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
Dtrees.c98 uch _dist_code[DIST_CODE_LEN]; variable
277 _dist_code[dist++] = (uch)code; in tr_static_init()
285 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
351 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()
Dzconf.h.cmakein23 # define _dist_code z__dist_code
/external/zlib/
Dzconf.h21 # define _dist_code z__dist_code macro