Home
last modified time | relevance | path

Searched refs:uc2 (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_string.c2439 uc += uc2 - 0xDC00; in combine_surrogate_pair()
2561 unsigned uc2; in utf16_to_unicode() local
2569 uc2 = 0; in utf16_to_unicode()
2842 uc = uc2; \
2929 uint32_t uc, uc2; in archive_string_normalize_C() local
3089 ucx[0] = uc2; in archive_string_normalize_C()
3165 UNPARSE(p, endp, uc2); in archive_string_normalize_C()
3236 uint32_t uc, uc2; in archive_string_normalize_D() local
3370 fdc[j].uc = uc2; in archive_string_normalize_D()
3373 fdc[fdi].uc = uc2; in archive_string_normalize_D()
[all …]
/freebsd-14.2/lib/libthr/thread/
H A Dthr_sig.c250 ucontext_t uc2; in handle_signal() local
310 memcpy(&uc2, ucp, sizeof(uc2)); in handle_signal()
311 SIGDELSET(uc2.uc_sigmask, SIGCANCEL); in handle_signal()
314 check_cancel(curthread, &uc2); in handle_signal()
316 syscall(SYS_sigreturn, &uc2); in handle_signal()
/freebsd-14.2/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h359 typedef unsigned char uc2 __attribute__((ext_vector_type(2))); in __ldg() typedef
360 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1410 unsigned uc2 = (uch)c2; in samesets() local
1413 if (col[uc1] != col[uc2]) in samesets()
/freebsd-14.2/contrib/nvi/regex/
H A Dregcomp.c1302 unsigned uc2 = (unsigned char)c2; in samesets() local
1305 if (col[uc1] != col[uc2]) in samesets()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Darchive6 # cpio, ar, arc, arj, hpack, lha/lharc, rar, squish, uc2, zip, zoo, etc.