Searched refs:uc2 (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-properties.c108 unsigned int uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); local
114 hexdigit[(uc2 >> 12) & 0x0f], hexdigit[(uc2 >> 8) & 0x0f],
115 hexdigit[(uc2 >> 4) & 0x0f], hexdigit[uc2 & 0x0f]);
192 unsigned int uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); local
197 hexdigit[(uc2 >> 12) & 0x0f], hexdigit[(uc2 >> 8) & 0x0f],
198 hexdigit[(uc2 >> 4) & 0x0f], hexdigit[uc2
[all...]
H A Dwrite-java.c137 unsigned int uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); local
139 hash = 31 * hash + uc2;
368 unsigned int uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); local
373 hexdigit[(uc2 >> 12) & 0x0f], hexdigit[(uc2 >> 8) & 0x0f],
374 hexdigit[(uc2 >> 4) & 0x0f], hexdigit[uc2 & 0x0f]);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/all/
H A Dweakref1u.d26 .* U uc2
H A Dweakref1.s40 .long uc2
41 .weakref Wuc2, uc2
42 .long uc2
H A Dweakref1.d33 [0-9a-f]+ [^ ]* +uc2
34 [0-9a-f]+ [^ ]* +uc2
/netbsd-current/usr.sbin/mopd/common/
H A Dprint.c440 u_char uc1,uc2,uc3; local
466 uc2 = mopGetChar(pkt,idx);
469 uc1,uc2,uc3);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_string.c2435 combine_surrogate_pair(uint32_t uc, uint32_t uc2) argument
2439 uc += uc2 - 0xDC00;
2561 unsigned uc2; local
2565 uc2 = archive_be16dec(utf16);
2567 uc2 = archive_le16dec(utf16);
2569 uc2 = 0;
2570 if (IS_LOW_SURROGATE_LA(uc2)) {
2571 uc = combine_surrogate_pair(uc, uc2);
2817 get_nfc(uint32_t uc, uint32_t uc2) argument
2829 else if (u_composition_table[m].cp2 < uc2)
2941 uint32_t uc, uc2; local
3248 uint32_t uc, uc2; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h359 typedef unsigned char uc2 __attribute__((ext_vector_type(2))); typedef
360 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr));
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dfuncargs.c132 void call1e (unsigned char uc1, unsigned long ul, unsigned char uc2, unsigned int ui, unsigned char uc3, unsigned short us, unsigned char uc4, unsigned char uc5) argument
134 uc1 = 5; ul = 7; uc2 = 8; ui = 9; uc3 = 10; us = 11; uc4 = 12; uc5 = 55;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dfuncargs.c132 void call1e (unsigned char uc1, unsigned long ul, unsigned char uc2, unsigned int ui, unsigned char uc3, unsigned short us, unsigned char uc4, unsigned char uc5) argument
134 uc1 = 5; ul = 7; uc2 = 8; ui = 9; uc3 = 10; us = 11; uc4 = 12; uc5 = 55;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregcomp.c1412 unsigned uc2 = (uch)c2; local
1415 if (col[uc1] != col[uc2])
/netbsd-current/external/bsd/nvi/dist/regex/
H A Dregcomp.c1403 unsigned uc2 = (unsigned char)c2; local
1406 if (col[uc1] != col[uc2])

Completed in 141 milliseconds