| /src/external/gpl2/gettext/dist/gettext-tools/src/ |
| write-properties.c | 107 unsigned int uc1 = 0xd800 + ((uc - 0x10000) >> 10); local 110 hexdigit[(uc1 >> 12) & 0x0f], hexdigit[(uc1 >> 8) & 0x0f], 111 hexdigit[(uc1 >> 4) & 0x0f], hexdigit[uc1 & 0x0f]); 191 unsigned int uc1 = 0xd800 + ((uc - 0x10000) >> 10); local 194 hexdigit[(uc1 >> 12) & 0x0f], hexdigit[(uc1 >> 8) & 0x0f], 195 hexdigit[(uc1 >> 4) & 0x0f], hexdigit[uc1 & 0x0f]) [all...] |
| write-java.c | 136 unsigned int uc1 = 0xd800 + ((uc - 0x10000) >> 10); local 138 hash = 31 * hash + uc1; 367 unsigned int uc1 = 0xd800 + ((uc - 0x10000) >> 10); local 370 hexdigit[(uc1 >> 12) & 0x0f], hexdigit[(uc1 >> 8) & 0x0f], 371 hexdigit[(uc1 >> 4) & 0x0f], hexdigit[uc1 & 0x0f]);
|
| /src/tests/kernel/ |
| t_signal_and_sp.c | 311 ucontext_t uc1, uc2; local 325 RL(getcontext(&uc1)); 326 uc1.uc_stack.ss_sp = stack1; 327 uc1.uc_stack.ss_size = SIGSTKSZ; 328 uc1.uc_link = &uc2; 329 makecontext(&uc1, &contextnoop, 0); 337 RL(swapcontext(&return_context, &uc1)); 352 RL(getcontext(&uc1)); 353 uc1.uc_stack.ss_sp = stack1; 354 uc1.uc_stack.ss_size = SIGSTKSZ [all...] |
| /src/usr.sbin/mopd/common/ |
| print.c | 440 u_char uc1,uc2,uc3; local 465 uc1 = mopGetChar(pkt,idx); 469 uc1,uc2,uc3);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| funcargs.c | 132 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) 134 uc1 = 5; ul = 7; uc2 = 8; ui = 9; uc3 = 10; us = 11; uc4 = 12; uc5 = 55;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| funcargs.c | 132 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) 134 uc1 = 5; ul = 7; uc2 = 8; ui = 9; uc3 = 10; us = 11; uc4 = 12; uc5 = 55;
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| regcomp.c | 1411 unsigned uc1 = (uch)c1; local 1415 if (col[uc1] != col[uc2])
|
| /src/external/bsd/nvi/dist/regex/ |
| regcomp.c | 1402 unsigned uc1 = (unsigned char)c1; local 1406 if (col[uc1] != col[uc2])
|