uch 213 3rdparty/zlib/deflate.h uch depth[2*L_CODES+1]; uch 316 3rdparty/zlib/deflate.h extern uch ZLIB_INTERNAL _length_code[]; uch 317 3rdparty/zlib/deflate.h extern uch ZLIB_INTERNAL _dist_code[]; uch 319 3rdparty/zlib/deflate.h extern const uch ZLIB_INTERNAL _length_code[]; uch 320 3rdparty/zlib/deflate.h extern const uch ZLIB_INTERNAL _dist_code[]; uch 324 3rdparty/zlib/deflate.h { uch cc = (c); \ uch 331 3rdparty/zlib/deflate.h { uch len = (length); \ uch 71 3rdparty/zlib/trees.c local const uch bl_order[BL_CODES] uch 98 3rdparty/zlib/trees.c uch _dist_code[DIST_CODE_LEN]; uch 104 3rdparty/zlib/trees.c uch _length_code[MAX_MATCH-MIN_MATCH+1]; uch 177 3rdparty/zlib/trees.c put_byte(s, (uch)((w) & 0xff)); \ uch 178 3rdparty/zlib/trees.c put_byte(s, (uch)((ush)(w) >> 8)); \ uch 262 3rdparty/zlib/trees.c _length_code[length++] = (uch)code; uch 270 3rdparty/zlib/trees.c _length_code[length-1] = (uch)code; uch 277 3rdparty/zlib/trees.c _dist_code[dist++] = (uch)code; uch 285 3rdparty/zlib/trees.c _dist_code[256 + dist++] = (uch)code; uch 675 3rdparty/zlib/trees.c s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ? uch 1016 3rdparty/zlib/trees.c s->l_buf[s->last_lit++] = (uch)lc; uch 73 3rdparty/zlib/trees.h const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { uch 102 3rdparty/zlib/trees.h const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= { uch 238 3rdparty/zlib/zutil.c *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; uch 42 3rdparty/zlib/zutil.h typedef uch FAR uchf;