| /netbsd-src/external/bsd/nvi/dist/regex/ |
| H A D | regex2.h | 117 uch *ptr; /* -> uch [csetsize] */ 118 uch mask; /* bit within array */ 119 uch hash; /* hash code */ 124 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) 125 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) 126 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) 145 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | regex2.h | 112 uch *ptr; /* -> uch [csetsize] */ 113 uch mask; /* bit within array */ 114 uch hash; /* hash code */ 119 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c)) 120 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c)) 121 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask) 139 uch *setbits; /* -> uch[csetsize][ncsets/CHAR_BIT] */
|
| H A D | regcomp.c | 540 REQUIRE(!MORE() || !isdigit((uch)PEEK()), REG_BADRPT); in p_ere_exp() 552 (c == '{' && MORE2() && isdigit((uch)PEEK2())) )) in p_ere_exp() 581 if (isdigit((uch)PEEK())) { in p_ere_exp() 602 (c == '{' && MORE2() && isdigit((uch)PEEK2())) ) ) in p_ere_exp() 752 if (MORE() && isdigit((uch)PEEK())) { in p_simp_re() 781 while (MORE() && isdigit((uch)PEEK()) && count <= DUPMAX) { in p_count() 947 while (MORE() && isalpha((uch)PEEK())) in p_b_cclass() 1031 ch = (uch)ch; in othercase() 1034 return ((uch)tolower(ch)); in othercase() 1036 return ((uch)toupper(ch)); in othercase() [all …]
|
| H A D | regutils.h | 43 typedef unsigned char uch; typedef
|
| /netbsd-src/tests/usr.bin/xlint/lint1/ |
| H A D | msg_164.c | 12 unsigned char uch = -3; in example() local 15 uch = -5; in example() 17 uch += -7; in example() 19 uch *= -1; in example()
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/ |
| H A D | deflate.h | 216 uch depth[2*L_CODES+1]; 314 extern uch ZLIB_INTERNAL _length_code[]; 315 extern uch ZLIB_INTERNAL _dist_code[]; 317 extern const uch ZLIB_INTERNAL _length_code[]; 318 extern const uch ZLIB_INTERNAL _dist_code[]; 322 { uch cc = (c); \ 330 { uch len = (uch)(length); \
|
| H A D | trees.h | 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
|
| H A D | trees.c | 71 local const uch bl_order[BL_CODES] 98 uch _dist_code[DIST_CODE_LEN]; 104 uch _length_code[MAX_MATCH-MIN_MATCH+1]; 175 put_byte(s, (uch)((w) & 0xff)); \ 176 put_byte(s, (uch)((ush)(w) >> 8)); \ 260 _length_code[length++] = (uch)code; in tr_static_init() 268 _length_code[length-1] = (uch)code; in tr_static_init() 275 _dist_code[dist++] = (uch)code; in tr_static_init() 283 _dist_code[256 + dist++] = (uch)code; in tr_static_init() 673 s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?
|
| H A D | zutil.h | 39 typedef unsigned char uch; typedef 40 typedef uch FAR uchf;
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
| H A D | deflate.h | 216 uch depth[2*L_CODES+1]; 314 extern uch ZLIB_INTERNAL _length_code[]; 315 extern uch ZLIB_INTERNAL _dist_code[]; 317 extern const uch ZLIB_INTERNAL _length_code[]; 318 extern const uch ZLIB_INTERNAL _dist_code[]; 322 { uch cc = (c); \ 330 { uch len = (uch)(length); \
|
| H A D | trees.h | 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
|
| H A D | trees.c | 71 local const uch bl_order[BL_CODES] 98 uch _dist_code[DIST_CODE_LEN]; 104 uch _length_code[MAX_MATCH-MIN_MATCH+1]; 175 put_byte(s, (uch)((w) & 0xff)); \ 176 put_byte(s, (uch)((ush)(w) >> 8)); \ 260 _length_code[length++] = (uch)code; in tr_static_init() 268 _length_code[length-1] = (uch)code; in tr_static_init() 275 _dist_code[dist++] = (uch)code; in tr_static_init() 283 _dist_code[256 + dist++] = (uch)code; in tr_static_init() 673 s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?
|
| H A D | zutil.h | 39 typedef unsigned char uch; typedef 40 typedef uch FAR uchf;
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/ |
| H A D | deflate.h | 216 uch depth[2*L_CODES+1]; 314 extern uch ZLIB_INTERNAL _length_code[]; 315 extern uch ZLIB_INTERNAL _dist_code[]; 317 extern const uch ZLIB_INTERNAL _length_code[]; 318 extern const uch ZLIB_INTERNAL _dist_code[]; 322 { uch cc = (c); \ 330 { uch len = (uch)(length); \
|
| H A D | trees.h | 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
|
| H A D | trees.c | 71 local const uch bl_order[BL_CODES] 98 uch _dist_code[DIST_CODE_LEN]; 104 uch _length_code[MAX_MATCH-MIN_MATCH+1]; 175 put_byte(s, (uch)((w) & 0xff)); \ 176 put_byte(s, (uch)((ush)(w) >> 8)); \ 260 _length_code[length++] = (uch)code; in tr_static_init() 268 _length_code[length-1] = (uch)code; in tr_static_init() 275 _dist_code[dist++] = (uch)code; in tr_static_init() 283 _dist_code[256 + dist++] = (uch)code; in tr_static_init() 673 s->depth[node] = (uch)((s->depth[n] >= s->depth[m] ?
|
| H A D | zutil.h | 39 typedef unsigned char uch; typedef 40 typedef uch FAR uchf;
|
| /netbsd-src/external/cddl/osnet/dist/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;
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/ |
| H A D | trees.h | 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
|
| /netbsd-src/common/dist/zlib/ |
| H A D | trees.h | 73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = { 102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
|
| /netbsd-src/sys/dev/pci/qat/ |
| H A D | qat_ae.c | 162 struct qat_uof_image *, struct uof_chunk_hdr *uch); 1843 struct uof_chunk_hdr *uch; in qat_aefw_uof_find_chunk() local 1846 uch = (struct uof_chunk_hdr *)(uoh + 1); in qat_aefw_uof_find_chunk() 1847 for (i = 0; i < uoh->uoh_num_chunks; i++, uch++) { in qat_aefw_uof_find_chunk() 1848 if (uch->uch_offset + uch->uch_size > sc->sc_aefw_uof.qafu_size) in qat_aefw_uof_find_chunk() 1851 if (cur < uch && !strncmp(uch->uch_id, id, UOF_OBJ_ID_LEN)) in qat_aefw_uof_find_chunk() 1852 return uch; in qat_aefw_uof_find_chunk() 2117 struct qat_uof_image *qui, struct uof_chunk_hdr *uch) in qat_aefw_uof_parse_image() argument 2122 size_t lim = uch->uch_offset + uch->uch_size, size; in qat_aefw_uof_parse_image() 2125 size = uch->uch_size; in qat_aefw_uof_parse_image() [all …]
|
| /netbsd-src/external/lgpl3/mpfr/dist/tests/ |
| H A D | tfprintf.c | 155 unsigned char uch = 1; in check_mixed() local 239 check_vfprintf (fout, "a. %hhi, b. %RA, c. %hhu%hhn", sch, mpfr, uch, &uch); in check_mixed() 240 check_length (10, (unsigned int) uch, 22, u); /* no format specifier "%hhu" in C90 */ in check_mixed()
|
| H A D | tprintf.c | 282 unsigned char uch = 1; in check_mixed() local 359 check_vprintf ("a. %hhi, b. %Ra, c. %hhu%hhn", sch, mpfr, uch, &uch); in check_mixed() 360 check_length (10, (unsigned int) uch, 22, u); /* no format specifier '%hhu' in C90 */ in check_mixed()
|