Searched refs:uc2 (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/tests/kernel/ |
| D | t_signal_and_sp.c | 311 ucontext_t uc1, uc2; in ATF_TC_BODY() local 328 uc1.uc_link = &uc2; in ATF_TC_BODY() 331 RL(getcontext(&uc2)); in ATF_TC_BODY() 332 uc2.uc_stack.ss_sp = stack2; in ATF_TC_BODY() 333 uc2.uc_stack.ss_size = SIGSTKSZ + i; in ATF_TC_BODY() 334 makecontext(&uc2, &contextspfunc, 0); in ATF_TC_BODY() 355 uc1.uc_link = &uc2; in ATF_TC_BODY() 358 RL(getcontext(&uc2)); in ATF_TC_BODY() 359 uc2.uc_stack.ss_sp = stack2 + i; in ATF_TC_BODY() 360 uc2.uc_stack.ss_size = SIGSTKSZ; in ATF_TC_BODY() [all …]
|
| /netbsd/src/external/bsd/libarchive/dist/libarchive/ |
| D | archive_string.c | 2435 combine_surrogate_pair(uint32_t uc, uint32_t uc2) in combine_surrogate_pair() argument 2439 uc += uc2 - 0xDC00; in combine_surrogate_pair() 2561 unsigned uc2; in utf16_to_unicode() local 2565 uc2 = archive_be16dec(utf16); in utf16_to_unicode() 2567 uc2 = archive_le16dec(utf16); in utf16_to_unicode() 2569 uc2 = 0; in utf16_to_unicode() 2570 if (IS_LOW_SURROGATE_LA(uc2)) { in utf16_to_unicode() 2571 uc = combine_surrogate_pair(uc, uc2); in utf16_to_unicode() 2805 get_nfc(uint32_t uc, uint32_t uc2) in get_nfc() argument 2817 else if (u_composition_table[m].cp2 < uc2) in get_nfc() [all …]
|
| /netbsd/src/usr.sbin/mopd/common/ |
| D | print.c | 440 u_char uc1,uc2,uc3; in mopPrintInfo() local 466 uc2 = mopGetChar(pkt,idx); in mopPrintInfo() 469 uc1,uc2,uc3); in mopPrintInfo()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/ |
| D | datatypes.cl | 50 uchar2 uc2 = (uchar2) (1, 2);
|
| D | callfuncs.cl | 106 uchar2 uc2 = (uchar2) (1, 2);
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | funcargs.c | 132 void call1e (unsigned char uc1, unsigned long ul, unsigned char uc2, unsigned int ui, unsigned char… in call1e() argument 134 uc1 = 5; ul = 7; uc2 = 8; ui = 9; uc3 = 10; us = 11; uc4 = 12; uc5 = 55; in call1e()
|
| /netbsd/src/external/bsd/nvi/dist/regex/ |
| D | regcomp.c | 1403 unsigned uc2 = (unsigned char)c2; in samesets() local 1406 if (col[uc1] != col[uc2]) in samesets()
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | archive | 6 # cpio, ar, arc, arj, hpack, lha/lharc, rar, squish, uc2, zip, zoo, etc.
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | MD5SUMS | 88428 224d5e834bda2cd63e4736a65f5ee267 gcc/testsuite/gnat.dg/specs/uc2.ads
|