Searched refs:uch (Results 1 – 9 of 9) sorted by relevance
210 uch depth[2*L_CODES+1];312 extern uch ZLIB_INTERNAL _length_code[];313 extern uch ZLIB_INTERNAL _dist_code[];315 extern const uch ZLIB_INTERNAL _length_code[];316 extern const uch ZLIB_INTERNAL _dist_code[];320 { uch cc = (c); \327 { uch len = (length); \
73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
47 typedef unsigned char uch; typedef48 typedef uch FAR uchf;
71 local const uch bl_order[BL_CODES]103 uch _dist_code[DIST_CODE_LEN];109 uch _length_code[MAX_MATCH-MIN_MATCH+1];182 put_byte(s, (uch)((w) & 0xff)); \183 put_byte(s, (uch)((ush)(w) >> 8)); \267 _length_code[length++] = (uch)code; in tr_static_init()275 _length_code[length-1] = (uch)code; in tr_static_init()282 _dist_code[dist++] = (uch)code; in tr_static_init()290 _dist_code[256 + dist++] = (uch)code; in tr_static_init()681 s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?[all …]
431 static void convert_ucs(unsigned char fch, uint16_t uch, iconv_t conv) in convert_ucs() argument439 puch = (char *) &uch; in convert_ucs()441 such = sizeof(uch); in convert_ucs()447 uch, strerror(errno)); in convert_ucs()455 uch, strerror(errno)); in convert_ucs()500 uint16_t uch; in get_ucs() local516 puch = (char *) &uch; in get_ucs()518 such = sizeof(uch); in get_ucs()527 return uch; in get_ucs()
35 h[n] = (uch)b;
27 uch *eb_ucptr;
62 chksum = crc32(chksum, (uch *)(G.filename_full),
252 + uch buf[12];299 uch *outbufptr; /* extract.c static */