Searched refs:uc2 (Results 1 – 9 of 9) sorted by relevance
/third_party/gettext/gettext-tools/src/ |
D | write-properties.c | 109 ucs4_t uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); in conv_to_java() local 115 hexdigit[(uc2 >> 12) & 0x0f], hexdigit[(uc2 >> 8) & 0x0f], in conv_to_java() 116 hexdigit[(uc2 >> 4) & 0x0f], hexdigit[uc2 & 0x0f]); in conv_to_java() 187 ucs4_t uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); in write_escaped_string() local 198 seq[2] = hexdigit[(uc2 >> 12) & 0x0f]; in write_escaped_string() 199 seq[3] = hexdigit[(uc2 >> 8) & 0x0f]; in write_escaped_string() 200 seq[4] = hexdigit[(uc2 >> 4) & 0x0f]; in write_escaped_string() 201 seq[5] = hexdigit[uc2 & 0x0f]; in write_escaped_string()
|
D | write-java.c | 131 ucs4_t uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); in string_hashcode() local 133 hash = 31 * hash + uc2; in string_hashcode() 390 ucs4_t uc2 = 0xdc00 + ((uc - 0x10000) & 0x3ff); in write_java_string() local 395 hexdigit[(uc2 >> 12) & 0x0f], hexdigit[(uc2 >> 8) & 0x0f], in write_java_string() 396 hexdigit[(uc2 >> 4) & 0x0f], hexdigit[uc2 & 0x0f]); in write_java_string()
|
D | ChangeLog.1 | 1773 of local variables 'uc', 'uc1', 'uc2'.
|
/third_party/uboot/u-boot-2020.01/include/ |
D | fsl_lpuart.h | 39 u8 uc2; member
|
/third_party/uboot/u-boot-2020.01/drivers/serial/ |
D | serial_lpuart.c | 209 ctrl = __raw_readb(&base->uc2); in _lpuart_serial_init() 212 __raw_writeb(ctrl, &base->uc2); in _lpuart_serial_init() 226 __raw_writeb(UC2_RE | UC2_TE, &base->uc2); in _lpuart_serial_init()
|
/third_party/curl/lib/ |
D | telnet.c | 962 unsigned char *uc1, *uc2; in sendsuboption() local 978 uc2 = (unsigned char *)&y; in sendsuboption() 981 CURL_SB_ACCUM(tn, uc2[0]); in sendsuboption() 982 CURL_SB_ACCUM(tn, uc2[1]); in sendsuboption()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regcomp.c | 1284 unsigned uc2 = (uch)c2; in samesets() local 1287 if (col[uc1] != col[uc2]) in samesets()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regcomp.c | 1412 unsigned uc2 = (uch)c2; in samesets() local 1415 if (col[uc1] != col[uc2]) in samesets()
|
/third_party/libffi/testsuite/libffi.bhaible/ |
D | testcases.c | 79 uchar uc1='a', uc2=127, uc3=128, uc4=255, uc5=(uchar)-1; variable
|