HomeSort by: relevance | last modified time | path
    Searched defs:uch (Results 1 - 5 of 5) sorted by relevancy

  /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/lib/libc/regex/
utils.h 70 typedef unsigned char uch; typedef in typeref:typename:unsigned char
  /src/common/dist/zlib/
zutil.h 45 typedef unsigned char uch; typedef in typeref:typename:unsigned char
46 typedef uch FAR uchf;
  /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/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...]

Completed in 17 milliseconds