uch 210 lib/zlib/deflate.h uch depth[2*L_CODES+1];
uch 301 lib/zlib/deflate.h extern uch _length_code[];
uch 302 lib/zlib/deflate.h extern uch _dist_code[];
uch 304 lib/zlib/deflate.h extern const uch _length_code[];
uch 305 lib/zlib/deflate.h extern const uch _dist_code[];
uch 309 lib/zlib/deflate.h { uch cc = (c); \
uch 316 lib/zlib/deflate.h { uch len = (length); \
uch 70 lib/zlib/trees.c local const uch bl_order[BL_CODES]
uch 102 lib/zlib/trees.c uch _dist_code[DIST_CODE_LEN];
uch 108 lib/zlib/trees.c uch _length_code[MAX_MATCH-MIN_MATCH+1];
uch 181 lib/zlib/trees.c put_byte(s, (uch)((w) & 0xff)); \
uch 182 lib/zlib/trees.c put_byte(s, (uch)((ush)(w) >> 8)); \
uch 264 lib/zlib/trees.c _length_code[length++] = (uch)code;
uch 272 lib/zlib/trees.c _length_code[length-1] = (uch)code;
uch 279 lib/zlib/trees.c _dist_code[dist++] = (uch)code;
uch 287 lib/zlib/trees.c _dist_code[256 + dist++] = (uch)code;
uch 677 lib/zlib/trees.c s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?
uch 1028 lib/zlib/trees.c s->l_buf[s->last_lit++] = (uch)lc;
uch 73 lib/zlib/trees.h const uch _dist_code[DIST_CODE_LEN] = {
uch 102 lib/zlib/trees.h const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {
uch 234 lib/zlib/zutil.c *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
uch 48 lib/zlib/zutil.h typedef uch FAR uchf;
uch 242 source4/torture/rpc/samr_accessmask.c struct policy_handle uch;
uch 311 source4/torture/rpc/samr_accessmask.c status = torture_samr_Connect5(tctx, test_p, SEC_FLAG_MAXIMUM_ALLOWED, &uch);
uch 361 source4/torture/rpc/samr_accessmask.c struct policy_handle uch;
uch 378 source4/torture/rpc/samr_accessmask.c status = torture_samr_Connect5(tctx, test_p, SAMR_ACCESS_SHUTDOWN_SERVER, &uch);