/titanic_50/usr/src/uts/common/zmod/ |
H A D | deflate.h | 210 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 D | trees.c | 70 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 D | zutil.h | 52 typedef unsigned char uch; typedef 53 typedef uch FAR uchf;
|
H A D | zutil.c | 240 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4; in zcalloc()
|
/titanic_50/usr/src/grub/grub-0.97/stage2/ |
H A D | gunzip.c | 259 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_50/usr/src/lib/libc/port/stdio/ |
H A D | _flsbuf.c | 48 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_50/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | crcmodel.c | 110 uint32_t uch = (uint32_t)ch; local 114 uch = reflect(uch, 8); 116 p_cm->cm_reg ^= (uch << (p_cm->cm_width-8));
|
/titanic_50/usr/src/lib/libfru/libfruraw/ |
H A D | crcmodel.c | 109 uint32_t uch = (uint32_t)ch; local 113 uch = reflect(uch, 8); 115 p_cm->cm_reg ^= (uch << (p_cm->cm_width-8));
|
/titanic_50/usr/src/uts/common/inet/sctp/ |
H A D | sctp_error.c | 608 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_50/usr/src/lib/libc/port/locale/ |
H A D | utils.h | 39 typedef unsigned char uch; typedef
|
H A D | regcomp.c | 410 (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 D | regex2.h | 192 #define ISWORD(c) (iswalnum((uch)(c)) || (c) == '_')
|
H A D | engine.c | 785 c = (uch)*(start - 1); in fast() 886 c = (uch)*(start - 1); in slow() 1122 if (isprint((uch)ch) || ch == ' ') in pchar()
|
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 99 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_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 46 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_50/usr/src/uts/common/fs/doorfs/ |
H A D | door_sys.c | 1661 door_ucred(struct ucred_s *uch) in door_ucred() argument 1700 err = copyout(res, uch, res->uc_size); in door_ucred()
|
/titanic_50/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 6107 uchar_t uch; in tcp_xchg() local 6110 uch = a[len]; in tcp_xchg() 6112 b[len] = uch; in tcp_xchg()
|