Home
last modified time | relevance | path

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

123

/netbsd/external/bsd/nvi/dist/regex/
H A Dregex2.h117 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/common/dist/zlib/
H A Ddeflate.h218 uch depth[2*L_CODES+1];
316 extern uch ZLIB_INTERNAL _length_code[];
317 extern uch ZLIB_INTERNAL _dist_code[];
319 extern const uch ZLIB_INTERNAL _length_code[];
320 extern const uch ZLIB_INTERNAL _dist_code[];
324 { uch cc = (c); \
332 { uch len = (uch)(length); \
334 s->sym_buf[s->sym_next++] = (uch)dist; \
335 s->sym_buf[s->sym_next++] = (uch)(dist >> 8); \
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dtrees.c73 local const uch bl_order[BL_CODES]
100 uch _dist_code[DIST_CODE_LEN];
106 uch _length_code[MAX_MATCH-MIN_MATCH+1];
177 put_byte(s, (uch)((w) & 0xff)); \
178 put_byte(s, (uch)((ush)(w) >> 8)); \
262 _length_code[length++] = (uch)code; in tr_static_init()
270 _length_code[length - 1] = (uch)code; in tr_static_init()
277 _dist_code[dist++] = (uch)code; in tr_static_init()
285 _dist_code[256 + dist++] = (uch)code; in tr_static_init()
1021 s->sym_buf[s->sym_next++] = (uch)dist;
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregex2.h112 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 Dregcomp.c1031 ch = (uch)ch; in othercase()
1034 return ((uch)tolower(ch)); in othercase()
1036 return ((uch)toupper(ch)); in othercase()
1053 ch = (uch)ch; in bothcases()
1077 EMIT(OCHAR, (uch)ch); in ordinary()
1279 uch h = cs->hash; in freezeset()
1391 uch *col; in isinsets()
1394 unsigned uc = (uch)c; in isinsets()
1408 uch *col; in samesets()
1411 unsigned uc1 = (uch)c1; in samesets()
[all …]
/netbsd/tests/usr.bin/xlint/lint1/
H A Dmsg_164.c12 unsigned char uch = -3; in example() local
15 uch = -5; in example()
17 uch += -7; in example()
19 uch *= -1; in example()
/netbsd/external/gpl3/gdb/dist/zlib/
H A Ddeflate.h216 uch depth[2*L_CODES+1];
319 extern uch ZLIB_INTERNAL _length_code[];
320 extern uch ZLIB_INTERNAL _dist_code[];
322 extern const uch ZLIB_INTERNAL _length_code[];
323 extern const uch ZLIB_INTERNAL _dist_code[];
327 { uch cc = (c); \
334 { uch len = (uch)(length); \
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dtrees.c71 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] ?
[all …]
/netbsd/external/gpl3/binutils.old/dist/zlib/
H A Ddeflate.h216 uch depth[2*L_CODES+1];
319 extern uch ZLIB_INTERNAL _length_code[];
320 extern uch ZLIB_INTERNAL _dist_code[];
322 extern const uch ZLIB_INTERNAL _length_code[];
323 extern const uch ZLIB_INTERNAL _dist_code[];
327 { uch cc = (c); \
334 { uch len = (uch)(length); \
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dtrees.c71 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] ?
[all …]
/netbsd/external/gpl3/binutils/dist/zlib/
H A Ddeflate.h216 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 Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dtrees.c71 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] ?
/netbsd/external/gpl3/gdb.old/dist/zlib/
H A Ddeflate.h216 uch depth[2*L_CODES+1];
319 extern uch ZLIB_INTERNAL _length_code[];
320 extern uch ZLIB_INTERNAL _dist_code[];
322 extern const uch ZLIB_INTERNAL _length_code[];
323 extern const uch ZLIB_INTERNAL _dist_code[];
327 { uch cc = (c); \
334 { uch len = (uch)(length); \
H A Dtrees.h73 const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {
102 const uch ZLIB_INTERNAL _length_code[MAX_MATCH-MIN_MATCH+1]= {
H A Dtrees.c71 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] ?
[all …]
/netbsd/external/cddl/osnet/dist/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;
/netbsd/sys/dev/pci/qat/
H A Dqat_ae.c1843 struct uof_chunk_hdr *uch; in qat_aefw_uof_find_chunk() local
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()
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()
2233 uch = qat_aefw_uof_find_chunk(sc, UOF_IMAG, uch); in qat_aefw_uof_parse_images()
2234 if (uch == NULL) in qat_aefw_uof_parse_images()
2342 if (uch != NULL) { in qat_aefw_uof_parse()
2351 if (uch != NULL) { in qat_aefw_uof_parse()
[all …]
/netbsd/external/lgpl3/mpfr/dist/tests/
H A Dtfprintf.c149 unsigned char uch = 1; in check_mixed() local
231 check_vfprintf (fout, "a. %hhi, b. %RA, c. %hhu%hhn", sch, mpfr, uch, &uch); in check_mixed()
232 check_length (10, (unsigned int) uch, 22, u); /* no format specifier "%hhu" in C90 */ in check_mixed()
H A Dtprintf.c276 unsigned char uch = 1; in check_mixed() local
351 check_vprintf ("a. %hhi, b. %Ra, c. %hhu%hhn", sch, mpfr, uch, &uch); in check_mixed()
352 check_length (10, (unsigned int) uch, 22, u); /* no format specifier '%hhu' in C90 */ in check_mixed()

123