Searched refs:UC (Results 1 - 25 of 26) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/dev/usb/
H A Duyap_firmware.h31 #define UC (const u_int8_t *) macro
33 UC"\xC2\x00\x90\x7F\xA5\xE0\x54\x18\xFF\x13\x13\x13\x54\x1F\x44\x50"},
35 UC"\xF5\x1C\x13\x92\x01\xD2\xE8\x90\x7F\xAB\x74\xFF\xF0\x90\x7F\xA9"},
37 UC"\xF0\x90\x7F\xAA\xF0\x53\x91\xEF\x90\x7F\x95\xE0\x44\xC0\xF0\x90"},
39 UC"\x7F\xAF\xE0\x44\x01\xF0\x90\x7F\xAE\xE0\x44\x05\xF0\xD2\xAF\x12"},
41 UC"\x17\x5F\x30\x00\xFD\x12\x11\x00\xC2\x00\x80\xF6\x22"},
43 UC"\x90\x7F\xE9\xE0\x24\x5D\x60\x0D\x14\x70\x03\x02\x12\x44\x24\x02"},
45 UC"\x60\x03\x02\x12\x4A\x90\x7F\xEA\xE0\x75\x08\x00\xF5\x09\xA3\xE0"},
47 UC"\xFE\xE4\x25\x09\xF5\x09\xEE\x35\x08\xF5\x08\x90\x7F\xEE\xE0\x75"},
49 UC"\x0
1230 #undef UC macro
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/string/
H A Dstrcspn.c45 #define UC(a) ((unsigned int)(unsigned char)(a)) macro
62 set[UC(*charset) >> 3] |= idx[UC(*charset) & 7];
65 if (set[UC(*t) >> 3] & idx[UC(*t) & 7])
H A Dstrspn.c44 #define UC(a) ((unsigned int)(unsigned char)(a)) macro
62 set[UC(*charset) >> 3] |= idx[UC(*charset) & 7];
65 if ((set[UC(*t) >> 3] & idx[UC(*t) & 7]) == 0)
H A Dstrpbrk.c37 #define UC(a) ((unsigned int)(unsigned char)(a)) macro
69 ADD_TO_SET(UC(*charset));
72 if (IS_IN_SET(UC(*s)))
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dref-types.cc65 unsigned char UC; local
75 unsigned char &rUC = UC;
85 UC = 21;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Darray21.C29 template <typename UC>
30 void attach_handler(void (UC::*m)(int&)) argument
/netbsd-6-1-5-RELEASE/usr.sbin/faithd/
H A Dfaithd.h65 #define UC(b) (((int)b)&0xff) macro
H A Dftp.c559 6, 16, UC(a[0]), UC(a[1]), UC(a[2]), UC(a[3]),
560 UC(a[4]), UC(a[5]), UC(a[6]), UC(a[7]),
561 UC(a[8]), UC(
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/include/
H A Dcpp-id-data.h25 #define UC (const unsigned char *) /* Intended use: UC"string" */ macro
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/common/
H A Dxprintf.c43 #define UC(c) ((unsigned char) (c)) macro
44 #define IS_SJIS1(c) ((UC(c) > 0x80 && UC(c) < 0xa0) || \
45 (UC(c) >= 0xe0 && UC(c) <= 0xfc))
46 #define IS_SJIS2(c) (UC(c) >= 0x40 && UC(c) <= 0xfc && UC(c) != 0x7f)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dpointers.c187 unsigned char UC, *pUC; local
198 UC = 21;
213 pUC = &UC;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Dbitfld-3.c35 struct UC struct in struct:C
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dbitfld-3.c35 struct UC struct in struct:C
/netbsd-6-1-5-RELEASE/share/examples/refuse/ian/libfetch/
H A Dftp.c833 #define UC(b) (((int)b)&0xff) macro
851 UC(ap[0]), UC(ap[1]), UC(ap[2]), UC(ap[3]),
852 UC(ap[4]), UC(ap[5]), UC(ap[6]), UC(ap[7]),
853 UC(a
[all...]
/netbsd-6-1-5-RELEASE/libexec/ftpd/
H A Dftpd.c2609 #define UC(b) (((int) b) & 0xff) macro
2612 UC(a[0]), UC(a[1]), UC(a[2]), UC(a[3]),
2613 UC(p[0]), UC(p[1]));
2644 cprintf(stdout, ",%d", UC(a[i]));
2646 2, UC(p[0]), UC(
2647 #undef UC macro
3056 #define UC macro
3182 #define UC macro
3213 #undef UC macro
[all...]
/netbsd-6-1-5-RELEASE/lib/libedit/
H A Dchartype.h77 #define UC(c) c macro
131 #define UC(c) (unsigned char)(c) macro
H A Dtty.c924 map[UC(old[0])] = dmap[UC(old[0])];
927 map[UC(new[0])] = tp->bind[el->el_map.type];
930 alt[UC(old[0])] = dalt[UC(old[0])];
932 alt[UC(new[0])] = tp->bind[el->el_map.type + 1];
/netbsd-6-1-5-RELEASE/bin/csh/
H A Ddir.c270 #define UC (unsigned char) macro
271 #define ISDOT(c) (UC(c)[0] == '.' && ((UC(c)[1] == '\0') || (UC(c)[1] == '/')))
272 #define ISDOTDOT(c) (UC(c)[0] == '.' && ISDOT(&((c)[1])))
/netbsd-6-1-5-RELEASE/libexec/getty/
H A Dgettytab.h159 #define UC gettyflags[14].value macro
H A Dmain.c409 if (upper || UC)
563 if ((upper && !lower && !LC) || UC)
H A Dsubr.c272 if (UC)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dlex.c43 { UC"%:", UC"%:%:", UC"<:", UC":>", UC"<%", UC"%>" };
45 #define OP(e, s) { SPELL_OPERATOR, UC s },
46 #define TK(e, s) { SPELL_ ## s, UC #e },
H A Ddirectives.c195 do_linemarker, UC"#", 1, KANDR, IN_I
721 dir = UC"pragma dependency";
1136 node = cpp_lookup (pfile, UC space, strlen (space));
1165 node = cpp_lookup (pfile, UC name, strlen (name));
1315 pe->pragma = cpp_lookup (pfile, UC *sd, strlen (*sd));
H A Dmacro.c216 pbuffer->timestamp = UC"\"??? ??? ?? ??:??:?? ????\"";
316 pfile->date = UC"\"??? ?? ????\"";
317 pfile->time = UC"\"??:??:??\"";
/netbsd-6-1-5-RELEASE/usr.bin/ftp/
H A Dftp.c1331 #define UC(b) (((int)b)&0xff) macro
1433 UC(addr[i]);
1594 UC(a[0]), UC(a[1]), UC(a[2]), UC(a[3]),
1595 UC(p[0]), UC(p[1]));

Completed in 416 milliseconds

12