Searched defs:uch (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libc/port/stdio/
H A D_flsbuf.c48 Uchar uch; local
73 uch = (unsigned char)ch;
74 if (write(GET_FD(iop), (char *)&uch, 1) != 1) {
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dcrcmodel.c109 uint32_t uch = (uint32_t)ch; local
113 uch = reflect(uch, 8);
115 p_cm->cm_reg ^= (uch << (p_cm->cm_width-8));
/osnet-11/usr/src/grub/grub2/grub-core/io/
H A Dgzio.c167 typedef unsigned char uch; typedef
260 uch e; /* number of extra bits or operation */
261 uch b; /* number of bits in this code or subcode */
276 to be usable as if it were declared "uch slide[32768];" or as just
277 "uch *slide;" and then malloc'ed in the latter case. The definition
580 r.b = (uch) l; /* bits to dump before this table */
581 r.e = (uch) (16 + j); /* bits in this table */
589 r.b = (uch) (k - w);
594 r.e = (uch) (*p < 256 ? 16 : 15); /* 256 is end-of-block code */
600 r.e = (uch)
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c259 typedef unsigned char uch; typedef
347 uch e; /* number of extra bits or operation */
348 uch b; /* number of bits in this code or subcode */
363 to be usable as if it were declared "uch slide[32768];" or as just
364 "uch *slide;" and then malloc'ed in the latter case. The definition
369 static uch slide[WSIZE];
490 static uch inbuf[INBUFSIZ];
492 static uch endbuf[8];
509 uch *eb = endbuf;
679 r.b = (uch)
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c46 typedef unsigned char uch; typedef
47 typedef uch FAR uchf;
331 uch depth[2*L_CODES+1];
1505 local uch bl_order[BL_CODES]
1533 local uch dist_code[512];
1539 local uch length_code[MAX_MATCH-MIN_MATCH+1];
1611 put_byte(s, (uch)((w) & 0xff)); \
1612 put_byte(s, (uch)((ush)(w) >> 8)); \
1685 length_code[length++] = (uch)code;
1693 length_code[length-1] = (uch)cod
[all...]

Completed in 27 milliseconds