/third_party/ffmpeg/libavcodec/ |
D | pixlet.c | 130 unsigned cnt1, nbits, k, j = 0, i = 0; in read_low_coeffs() local 137 cnt1 = get_unary(bc, 0, 8); in read_low_coeffs() 138 if (cnt1 < 8) { in read_low_coeffs() 142 escape = ((1 << nbits) - 1) * cnt1; in read_low_coeffs() 145 escape = value + ((1 << nbits) - 1) * cnt1 - 1; in read_low_coeffs() 166 cnt1 = get_unary(bc, 0, 8); in read_low_coeffs() 167 if (cnt1 > 7) { in read_low_coeffs() 173 rlen = value + escape * cnt1 - 1; in read_low_coeffs() 176 rlen = escape * cnt1; in read_low_coeffs() 206 unsigned cnt1, shbits, rlen, nbits, length, i = 0, j = 0, k; in read_high_coeffs() local [all …]
|
/third_party/flutter/skia/src/gpu/ |
D | GrPath.cpp | 40 int cnt1 = GrStyle::KeySize(style, GrStyle::Apply::kPathEffectAndStrokeRec); in isEqualTo() local 41 if (cnt0 < 0 || cnt1 < 0 || cnt0 != cnt1) { in isEqualTo()
|
/third_party/iowow/src/kv/tests/ |
D | iwkv_test8.c | 207 int cnt1 = 0, cnt2 = 0; in iwkv_test8_2() local 227 cnt1++; in iwkv_test8_2() 259 fprintf(stderr, "\n%d", cnt1); in iwkv_test8_2() 262 CU_ASSERT_TRUE(cnt1 > 500000); in iwkv_test8_2() 263 CU_ASSERT_EQUAL(cnt1, cnt2); in iwkv_test8_2()
|
/third_party/optimized-routines/math/test/ |
D | ulp.h | 249 uint64_t cnt1 = 0; in T() local 295 cnt1++; in T() 344 (unsigned long long) cnt1, (unsigned long long) cnt2, in T() 358 (unsigned long long) cnt1, 100.0 * cnt1 / cc, in T()
|
/third_party/openssl/test/recipes/ |
D | 80-test_cms.t | 639 my $cnt1 = 0; 642 $cnt1++; 643 $opts{output} = "$opts{prefix}-$cnt1";
|
/third_party/ffmpeg/libavcodec/x86/ |
D | dcadsp.asm | 30 cglobal lfe_fir0_float, 4, 6, 12 + cpuflag(fma3)*4, samples, lfe, coeff, nblocks, cnt1, cnt2 225 cglobal lfe_fir1_float, 4, 6, 10, samples, lfe, coeff, nblocks, cnt1, cnt2
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
D | CollationMiscTest.java | 858 String[] cnt1 = { in TestIncompleteCnt() local 892 int size = cnt1.length; in TestIncompleteCnt() 895 String t1 = cnt1[i]; in TestIncompleteCnt() 896 String t2 = cnt1[j]; in TestIncompleteCnt()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationMiscTest.java | 855 String[] cnt1 = { in TestIncompleteCnt() local 889 int size = cnt1.length; in TestIncompleteCnt() 892 String t1 = cnt1[i]; in TestIncompleteCnt() 893 String t2 = cnt1[j]; in TestIncompleteCnt()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 584 int32_t cnt1, cnt2, cnt3, cnt4; in TestCollationKey() local 586 const uint8_t* byteArray1 = sortk1.getByteArray(cnt1); in TestCollationKey() 595 CollationKey sortk4(byteArray1, cnt1), sortk5(byteArray2, cnt2); in TestCollationKey()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 53 const static char cnt1[][10] = { variable 96 size = UPRV_LENGTHOF(cnt1); in IncompleteCntTest() 100 u_uastrcpy(t1, cnt1[i]); in IncompleteCntTest() 101 u_uastrcpy(t2, cnt1[j]); in IncompleteCntTest()
|