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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.h73 const uch _dist_code[DIST_CODE_LEN] = { variable
H A Ddeflate.h291 ((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[];
H A Dtrees.c102 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],
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.h73 const uch _dist_code[DIST_CODE_LEN] = { variable
H A Ddeflate.h291 ((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[];
H A Dtrees.c102 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],

Completed in 92 milliseconds