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

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_sig.c196 ucontext_t uc2; local
256 memcpy(&uc2, ucp, sizeof(uc2));
257 SIGDELSET(uc2.uc_sigmask, SIGCANCEL);
260 check_cancel(curthread, &uc2);
262 syscall(SYS_sigreturn, &uc2);
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c2430 combine_surrogate_pair(uint32_t uc, uint32_t uc2) argument
2434 uc += uc2 - 0xDC00;
2556 unsigned uc2; local
2560 uc2 = archive_be16dec(utf16);
2562 uc2 = archive_le16dec(utf16);
2564 uc2 = 0;
2565 if (IS_LOW_SURROGATE_LA(uc2)) {
2566 uc = combine_surrogate_pair(uc, uc2);
2812 get_nfc(uint32_t uc, uint32_t uc2) argument
2824 else if (u_composition_table[m].cp2 < uc2)
2936 uint32_t uc, uc2; local
3243 uint32_t uc, uc2; local
[all...]
/freebsd-11-stable/contrib/llvm-project/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));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/utf8proc/
H A Dutf8proc.c539 utf8proc_int32_t uc1, uc2; local
542 uc2 = buffer[pos+1];
544 property2 = unsafe_get_property(uc2);
547 buffer[pos] = uc2;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregcomp.c1412 unsigned uc2 = (uch)c2; local
1415 if (col[uc1] != col[uc2])
/freebsd-11-stable/contrib/nvi/regex/
H A Dregcomp.c1302 unsigned uc2 = (unsigned char)c2; local
1305 if (col[uc1] != col[uc2])

Completed in 90 milliseconds