/third_party/astc-encoder/Utils/ |
H A D | astcenc_u8_test_bench.cpp | 67 vint4 cs1 = lsr<8>(colorv1); in main() local 68 assert(cs0.lane<0>() == cs1.lane<0>()); in main() 69 assert(cs0.lane<3>() == cs1.lane<3>()); in main() 103 vint4 cs1 = lsr<8>(colorv1); in main() local 104 assert(cs0.lane<0>() == cs1.lane<0>()); in main() 105 assert(cs0.lane<3>() == cs1.lane<3>()); in main()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Normalizer.java | 2111 /*package*/ static int cmpEquivFold(CharSequence cs1, CharSequence cs2, int options) { in cmpEquivFold() argument 2161 limit1=cs1.length(); in cmpEquivFold() 2184 c1=cs1.charAt(s1++); in cmpEquivFold() 2191 cs1=stack1[level1].cs; in cmpEquivFold() 2192 } while(cs1==null); in cmpEquivFold() 2194 limit1=cs1.length(); in cmpEquivFold() 2244 if(s1!=limit1 && Character.isLowSurrogate(c=cs1.charAt(s1))) { in cmpEquivFold() 2249 if(0<=(s1-2) && Character.isHighSurrogate(c=cs1.charAt(s1-2))) { in cmpEquivFold() 2301 stack1[0].cs=cs1; in cmpEquivFold() 2315 cs1 in cmpEquivFold() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | Normalizer.java | 2171 /*package*/ static int cmpEquivFold(CharSequence cs1, CharSequence cs2, int options) { in cmpEquivFold() argument 2221 limit1=cs1.length(); in cmpEquivFold() 2244 c1=cs1.charAt(s1++); in cmpEquivFold() 2251 cs1=stack1[level1].cs; in cmpEquivFold() 2252 } while(cs1==null); in cmpEquivFold() 2254 limit1=cs1.length(); in cmpEquivFold() 2304 if(s1!=limit1 && Character.isLowSurrogate(c=cs1.charAt(s1))) { in cmpEquivFold() 2309 if(0<=(s1-2) && Character.isHighSurrogate(c=cs1.charAt(s1-2))) { in cmpEquivFold() 2361 stack1[0].cs=cs1; in cmpEquivFold() 2375 cs1 in cmpEquivFold() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
H A D | low_level_hash.cc | 65 uint64_t cs1 = Mix(c ^ salt[2], d ^ current_state); in LowLevelHash() local 66 current_state = (cs0 ^ cs1); in LowLevelHash()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_linear_sampler.c | 515 __m128i s4s, t4s, cs0, cs1, ct0, ct1, tmp, si[4]; in fetch_bgra_clamp_linear() local 520 cs1 = _mm_add_epi16(s4s, one); in fetch_bgra_clamp_linear() 521 cs1 = _mm_min_epi16(_mm_max_epi16(cs1, zero), w4); in fetch_bgra_clamp_linear() 527 addr[1].m = _mm_add_epi32(tmp, cs1); in fetch_bgra_clamp_linear() 530 addr[3].m = _mm_add_epi32(tmp, cs1); in fetch_bgra_clamp_linear() 557 int cs1 = CLAMP(s0 + 1, 0, tex_width); in fetch_bgra_clamp_linear() 562 si1.ui[j] = data[ct0 * stride + cs1]; in fetch_bgra_clamp_linear() 564 si3.ui[j] = data[ct1 * stride + cs1]; in fetch_bgra_clamp_linear()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
H A D | civil_time_test.cc | 200 constexpr civil_second cs1(2016, 1, 28, 17, 14, 12); in TEST() 202 constexpr bool less = cs1 < cs2; in TEST() 209 constexpr civil_second cs1(2016, 1, 28, 17, 14, 12); 210 constexpr civil_second cs2 = cs1 + 50; 220 constexpr civil_second cs1(2016, 1, 28, 17, 14, 12); 221 constexpr civil_second cs2 = cs1 - 50;
|
/third_party/icu/icu4c/source/samples/ustring/ |
H A D | ustring.cpp | 558 static const char *cs1="such characters are safe 123 %-."; in demoUnicodeStringInit() local 561 u_charsToUChars(cs1, us1, 33); /* include the terminating NUL */ in demoUnicodeStringInit()
|
/third_party/skia/third_party/externals/icu/source/samples/ustring/ |
H A D | ustring.cpp | 558 static const char *cs1="such characters are safe 123 %-."; in demoUnicodeStringInit() local 561 u_charsToUChars(cs1, us1, 33); /* include the terminating NUL */ in demoUnicodeStringInit()
|
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | libcpuset.c | 3293 struct cpuset_fts_entry *cs1, *cs2, *cs3; in cpuset_fts_reverse() local 3296 * At each step, cs1 < cs2 < cs3 and the cs2->next pointer in cpuset_fts_reverse() 3297 * is redirected from cs3 to cs1. in cpuset_fts_reverse() 3300 cs1 = cs2 = NULL; in cpuset_fts_reverse() 3303 cs1 = cs2; in cpuset_fts_reverse() 3306 cs2->next = cs1; in cpuset_fts_reverse()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/charsetdet/ |
H A D | TestCharsetDetector.java | 121 for (String cs1 : defDisabled) { in TestConstruction() 122 if (cs1.equals(cs)) { in TestConstruction()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/ |
H A D | TestCharsetDetector.java | 118 for (String cs1 : defDisabled) { in TestConstruction() 119 if (cs1.equals(cs)) { in TestConstruction()
|
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
H A D | TestCharset.java | 50 Charset cs1 = icu.charsetForName("UTF-16BE"); in TestUTF16Converter() 51 CharsetEncoder e1 = cs1.newEncoder(); in TestUTF16Converter() 52 CharsetDecoder d1 = cs1.newDecoder(); in TestUTF16Converter() 143 Charset cs1 = icu.charsetForName("UTF-32BE"); in TestUTF32Converter() 144 CharsetEncoder e1 = cs1.newEncoder(); in TestUTF32Converter() 145 CharsetDecoder d1 = cs1.newDecoder(); in TestUTF32Converter() 2688 Charset cs1 = provider.charsetForName("UTF-32"); in TestCharsetContains() 2691 test = cs1.contains(cs2); in TestCharsetContains() 2699 test = cs1.contains(cs2); in TestCharsetContains() 2707 test = cs1 in TestCharsetContains() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cComputeShaderTests.cpp | 2467 const char* const cs1[2] = { "#version 430 core", in Run() local 2493 glShaderSource(sh1, 2, cs1, NULL); in Run() 6498 bool Link(const std::string& cs0, const std::string& cs1) in Link() argument 6526 const char* const src = cs1.c_str(); in Link()
|
H A D | gl4cShaderStorageBufferObjectTests.cpp | 8980 bool Link(const std::string& cs0, const std::string& cs1) in Link() argument 9008 const char* const src = cs1.c_str(); in Link()
|
H A D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 8388 bool Link(const std::string& cs0, const std::string& cs1) in Link() argument 8417 const char* const src = cs1.c_str(); in Link()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cComputeShaderTests.cpp | 2451 const char* const cs1[2] = { "#version 310 es", NL "layout(local_size_x = 1) in;" NL "void Run();" NL in Run() local 2475 glShaderSource(sh1, 2, cs1, NULL); in Run()
|
H A D | es31cShaderStorageBufferObjectTests.cpp | 8557 bool Link(const std::string& cs0, const std::string& cs1) in Link() argument 8586 const char* const src = cs1.c_str(); in Link()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |