Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Ddeflate.h302 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
313 extern uch ZLIB_INTERNAL _dist_code[];
316 extern const uch ZLIB_INTERNAL _dist_code[];
A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
A Dzconf.h20 # define _dist_code z__dist_code macro
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Ddeflate.h309 ((dist) < 256 ? _dist_code[dist] : _dist_code[256+((dist)>>7)])
320 extern uch ZLIB_INTERNAL _dist_code[];
323 extern const uch ZLIB_INTERNAL _dist_code[];
A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { variable
A Dtrees.c98 uch _dist_code[DIST_CODE_LEN]; variable
275 _dist_code[dist++] = (uch)code; in tr_static_init()
283 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
349 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()
A Dzconf.h21 # define _dist_code z__dist_code macro
A Dzconf.h.cmakein23 # define _dist_code z__dist_code
A Dzconf.h.in21 # define _dist_code z__dist_code macro
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dtrees.c103 uch _dist_code[DIST_CODE_LEN]; variable
282 _dist_code[dist++] = (uch)code; in tr_static_init()
290 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
356 fprintf(header, "%2u%s", _dist_code[i], in gen_trees_header()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dzconf.h21 # define _dist_code z__dist_code macro

Completed in 17 milliseconds