uch               155 core/chdk-dir.c         int uch = *(unsigned char*)(dir->fe+lfnchpos[n])+((*(unsigned char*)(dir->fe+lfnchpos[n]+1))<<8);
uch               156 core/chdk-dir.c         if ((uch != 0xffff) && (uch != 0))  // unused space is filled with '0xffff' chars and zero or one '0x0' char
uch               158 core/chdk-dir.c             if ( (check_fn_char(uch) < 0) ) // disable lfn if any chars are outside 7bit ascii
uch               163 core/chdk-dir.c             dir->fn[FNMAX-dir->lfnpos] = (char)uch;
uch               210 tools/packfi2/deflate.h     uch depth[2*L_CODES+1];
uch               301 tools/packfi2/deflate.h   extern uch _length_code[];
uch               302 tools/packfi2/deflate.h   extern uch _dist_code[];
uch               304 tools/packfi2/deflate.h   extern const uch _length_code[];
uch               305 tools/packfi2/deflate.h   extern const uch _dist_code[];
uch               309 tools/packfi2/deflate.h   { uch cc = (c); \
uch               316 tools/packfi2/deflate.h   { uch len = (length); \
uch                70 tools/packfi2/trees.c local const uch bl_order[BL_CODES]
uch               102 tools/packfi2/trees.c uch _dist_code[DIST_CODE_LEN];
uch               108 tools/packfi2/trees.c uch _length_code[MAX_MATCH-MIN_MATCH+1];
uch               181 tools/packfi2/trees.c     put_byte(s, (uch)((w) & 0xff)); \
uch               182 tools/packfi2/trees.c     put_byte(s, (uch)((ush)(w) >> 8)); \
uch               264 tools/packfi2/trees.c             _length_code[length++] = (uch)code;
uch               272 tools/packfi2/trees.c     _length_code[length-1] = (uch)code;
uch               279 tools/packfi2/trees.c             _dist_code[dist++] = (uch)code;
uch               287 tools/packfi2/trees.c             _dist_code[256 + dist++] = (uch)code;
uch               677 tools/packfi2/trees.c         s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?
uch              1028 tools/packfi2/trees.c     s->l_buf[s->last_lit++] = (uch)lc;
uch                73 tools/packfi2/trees.h const uch _dist_code[DIST_CODE_LEN] = {
uch               102 tools/packfi2/trees.h const uch _length_code[MAX_MATCH-MIN_MATCH+1]= {
uch               234 tools/packfi2/zutil.c     *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
uch                48 tools/packfi2/zutil.h typedef uch FAR uchf;