/src/tests/usr.bin/xlint/lint1/ |
msg_164.c | 12 unsigned char uch = -3; local in function:example 15 uch = -5; 17 uch += -7; 19 uch *= -1;
|
/src/common/dist/zlib/ |
trees.h | 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
|
deflate.h | 222 uch depth[2*L_CODES+1]; 327 extern uch ZLIB_INTERNAL _length_code[]; 328 extern uch ZLIB_INTERNAL _dist_code[]; 330 extern const uch ZLIB_INTERNAL _length_code[]; 331 extern const uch ZLIB_INTERNAL _dist_code[]; 336 { uch cc = (c); \ 343 { uch len = (uch)(length); \ 354 { uch cc = (c); \ 362 { uch len = (uch)(length); [all...] |
trees.c | 73 local const uch bl_order[BL_CODES] 100 uch _dist_code[DIST_CODE_LEN]; 106 uch _length_code[MAX_MATCH-MIN_MATCH+1]; 147 put_byte(s, (uch)((w) & 0xff)); \ 148 put_byte(s, (uch)((ush)(w) >> 8)); \ 323 _length_code[length++] = (uch)code; 331 _length_code[length - 1] = (uch)code; 338 _dist_code[dist++] = (uch)code; 346 _dist_code[256 + dist++] = (uch)code; 409 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n") [all...] |
zutil.h | 45 typedef unsigned char uch; typedef in typeref:typename:unsigned char 46 typedef uch FAR uchf;
|
zutil.c | 223 *((ush*)&buf+1) += ((ush)((uch*)buf-0) + 15) >> 4;
|
/src/lib/libc/regex/ |
utils.h | 70 typedef unsigned char uch; typedef in typeref:typename:unsigned char
|
regex2.h | 204 #define ISWORD(c) (iswalnum((uch)(c)) || (c) == '_')
|
regcomp.c | 632 (isdigit((uch)PEEK2()) || PEEK2() == ','), REG_BADRPT); 660 if (isdigit((uch)PEEK())) { 681 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) ) 901 c = (uch)GETNEXT(); 904 cc = (uch)GETNEXT(); 1055 if (MORE() && isdigit((uch)PEEK())) { 1085 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) { 1086 count = count*10 + ((uch)GETNEXT() - '0'); 1303 while (MORE() && isalpha((uch)PEEK()))
|
engine.c | 914 c = (uch)*(start - 1); 1251 if (isprint((uch)ch) || ch == ' ')
|
/src/sys/dev/pci/qat/ |
qat_ae.c | 162 struct qat_uof_image *, struct uof_chunk_hdr *uch); 1843 struct uof_chunk_hdr *uch; local in function:qat_aefw_uof_find_chunk 1846 uch = (struct uof_chunk_hdr *)(uoh + 1); 1847 for (i = 0; i < uoh->uoh_num_chunks; i++, uch++) { 1848 if (uch->uch_offset + uch->uch_size > sc->sc_aefw_uof.qafu_size) 1851 if (cur < uch && !strncmp(uch->uch_id, id, UOF_OBJ_ID_LEN)) 1852 return uch; 2117 struct qat_uof_image *qui, struct uof_chunk_hdr *uch) 2228 struct uof_chunk_hdr *uch = NULL; local in function:qat_aefw_uof_parse_images 2261 struct uof_chunk_hdr *uch; local in function:qat_aefw_uof_parse [all...] |
/src/usr.sbin/sysinst/arch/playstation2/ |
msg.md.pl | 3 /* NetBSD: msg.md.en,v 1.1 2001/10/15 16:22:52 uch Exp */
|
/src/sys/net/ |
zlib.c | 96 typedef unsigned char uch; typedef in typeref:typename:unsigned char 97 typedef uch FAR uchf; 483 uch depth[2*L_CODES+1]; 575 extern uch _length_code[]; 576 extern uch _dist_code[]; 578 extern const uch _length_code[]; 579 extern const uch _dist_code[]; 583 { uch cc = (c); \ 590 { uch len = (length); \ 2040 local const uch bl_order[BL_CODES [all...] |