Searched defs:uc2 (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/ |
H A D | write-properties.c | 108 unsigned int uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); in conv_to_java() local 192 unsigned int uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); in write_escaped_string() local
|
H A D | write-java.c | 137 unsigned int uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); in string_hashcode() local 368 unsigned int uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); in write_java_string() local
|
/netbsd-src/usr.sbin/mopd/common/ |
H A D | print.c | 440 u_char uc1,uc2,uc3; in mopPrintInfo() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_cuda_intrinsics.h | 359 typedef unsigned char uc2 __attribute__((ext_vector_type(2))); in __ldg() typedef
|
/netbsd-src/external/bsd/nvi/dist/regex/ |
H A D | regcomp.c | 1403 unsigned uc2 = (unsigned char)c2; in samesets() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | regcomp.c | 1412 unsigned uc2 = (uch)c2; in samesets() local
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
H A D | funcargs.c | 132 void call1e (unsigned char uc1, unsigned long ul, unsigned char uc2, unsigned int ui, unsigned char… in call1e()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
H A D | funcargs.c | 132 void call1e (unsigned char uc1, unsigned long ul, unsigned char uc2, unsigned int ui, unsigned char… in call1e()
|