Searched refs:uc2 (Results 1 – 10 of 10) 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/mbedtls/tests/src/ |
D | helpers.c | 130 unsigned char uc, uc2; in mbedtls_test_unhexify() local 147 if ( ascii2uc( *(ibuf++), &uc2 ) != 0 ) in mbedtls_test_unhexify() 150 *(obuf++) = ( uc << 4 ) | uc2; in mbedtls_test_unhexify()
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_gcm.cpp | 730 unsigned uc2 = uses[n]; in bu_release_val() local 742 sblog << " new uc=" << uc << ", total " << uc2 << "\n"; in bu_release_val() 745 if (uc == uc2) in bu_release_val()
|
/third_party/curl/lib/ |
D | telnet.c | 978 unsigned char *uc1, *uc2; in sendsuboption() local 994 uc2 = (unsigned char *)&y; in sendsuboption() 997 CURL_SB_ACCUM(tn, uc2[0]); in sendsuboption() 998 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
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 46859 zMtTMaFW4bDIXTo#YI#}NtD>UUuV1GmB^SSX#d;t3(EySTG6gaYG6J?uc2-vYix)2o
|