Home
last modified time | relevance | path

Searched refs:uch (Results 1 – 9 of 9) sorted by relevance

/openbmc/u-boot/lib/zlib/
H A Ddeflate.h210 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); \
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dzutil.h47 typedef unsigned char uch; typedef
48 typedef uch FAR uchf;
H A Dtrees.c71 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 …]
/openbmc/qemu/ui/
H A Dcurses.c431 static void convert_ucs(unsigned char fch, uint16_t uch, iconv_t conv) in convert_ucs() argument
439 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() local
516 puch = (char *) &uch; in get_ucs()
518 such = sizeof(uch); in get_ucs()
527 return uch; in get_ucs()
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2015-7696.patch35 h[n] = (uch)b;
H A Dcve-2014-9636.patch27 uch *eb_ucptr;
H A DCVE-2021-4217.patch62 chksum = crc32(chksum, (uch *)(G.filename_full),
H A DCVE-2019-13232_p2.patch252 + uch buf[12];
299 uch *outbufptr; /* extract.c static */