Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/zmod/
H A Ddeflate.h210 uch depth[2*L_CODES+1];
301 extern uch _length_code[];
302 extern uch _dist_code[];
304 extern const uch _length_code[];
305 extern const uch _dist_code[];
309 { uch cc = (c); \
316 { uch len = (length); \
H A Dtrees.c70 local const uch bl_order[BL_CODES]
102 uch _dist_code[DIST_CODE_LEN];
108 uch _length_code[MAX_MATCH-MIN_MATCH+1];
181 put_byte(s, (uch)((w) & 0xff)); \
182 put_byte(s, (uch)((ush)(w) >> 8)); \
264 _length_code[length++] = (uch)code; in tr_static_init()
272 _length_code[length-1] = (uch)code; in tr_static_init()
279 _dist_code[dist++] = (uch)code; in tr_static_init()
287 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
677 s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?
[all …]
H A Dzutil.h52 typedef unsigned char uch; typedef
53 typedef uch FAR uchf;
H A Dzutil.c240 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; in zcalloc()
/titanic_44/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 */
369 static uch slide[WSIZE];
490 static uch inbuf[INBUFSIZ];
492 static uch endbuf[8];
509 uch *eb = endbuf; in get_byte()
679 r.b = (uch) l; /* bits to dump before this table */ in huft_build()
680 r.e = (uch) (16 + j); /* bits in this table */ in huft_build()
688 r.b = (uch) (k - w); in huft_build()
[all …]
/titanic_44/usr/src/lib/libc/port/stdio/
H A D_flsbuf.c48 Uchar uch; in _flsbuf() local
73 uch = (unsigned char)ch; in _flsbuf()
74 if (write(GET_FD(iop), (char *)&uch, 1) != 1) { in _flsbuf()
/titanic_44/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));
/titanic_44/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/
H A Dcrcmodel.c110 uint32_t uch = (uint32_t)ch; local
114 uch = reflect(uch, 8);
116 p_cm->cm_reg ^= (uch << (p_cm->cm_width-8));
/titanic_44/usr/src/uts/common/inet/sctp/
H A Dsctp_error.c608 sctp_chunk_hdr_t *uch; in sctp_handle_error() local
635 if (ntohs(errh->sph_len) < (sizeof (*errh) + sizeof (*uch))) { in sctp_handle_error()
639 uch = (sctp_chunk_hdr_t *)(errh + 1); in sctp_handle_error()
640 if (uch->sch_id == CHUNK_ASCONF) { in sctp_handle_error()
647 if (ntohs(uch->sch_len) != in sctp_handle_error()
653 sctp_asconf_free_cxmit(sctp, uch); in sctp_handle_error()
/titanic_44/usr/src/lib/libc/port/locale/
H A Dutils.h39 typedef unsigned char uch; typedef
H A Dregcomp.c410 (void) REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp()
424 (c == '{' && MORE2() && isdigit((uch)PEEK2())))) in p_ere_exp()
453 if (isdigit((uch)PEEK())) { in p_ere_exp()
474 (c == '{' && MORE2() && isdigit((uch)PEEK2())))) in p_ere_exp()
631 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re()
660 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) { in p_count()
778 (void) REQUIRE((uch)start <= (uch)finish, in p_b_term()
808 while (MORE() && isalpha((uch)PEEK())) in p_b_cclass()
H A Dregex2.h192 #define ISWORD(c) (iswalnum((uch)(c)) || (c) == '_')
H A Dengine.c785 c = (uch)*(start - 1); in fast()
886 c = (uch)*(start - 1); in slow()
1122 if (isprint((uch)ch) || ch == ' ') in pchar()
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c99 typedef unsigned char uch; typedef
100 typedef uch FAR uchf;
495 uch depth[2*L_CODES+1];
604 local uch _length_code[];
605 local uch _dist_code[];
608 { uch cc = (c); \
615 { uch len = (length); \
2284 local const uch bl_order[BL_CODES] = {
2319 local uch _dist_code[512];
2326 local uch _length_code[MAX_MATCH-MIN_MATCH+1];
[all …]
/titanic_44/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; in ct_static_init()
1693 length_code[length-1] = (uch)code; in ct_static_init()
[all …]
/titanic_44/usr/src/uts/common/fs/doorfs/
H A Ddoor_sys.c1661 door_ucred(struct ucred_s *uch) in door_ucred() argument
1700 err = copyout(res, uch, res->uc_size); in door_ucred()
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp.c6107 uchar_t uch; in tcp_xchg() local
6110 uch = a[len]; in tcp_xchg()
6112 b[len] = uch; in tcp_xchg()