Searched refs:cnt2 (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | imc.c | 290 int i, cnt2; in imc_calculate_coeffs() local 307 for (cnt2 = i; cnt2 < q->cyclTab[i]; cnt2++) in imc_calculate_coeffs() 308 flcoeffs5[cnt2] = flcoeffs5[cnt2] + workT3[i]; in imc_calculate_coeffs() 309 workT2[cnt2 - 1] = workT2[cnt2 - 1] + workT3[i]; in imc_calculate_coeffs() 321 for (cnt2 = i - 1; cnt2 > q->cyclTab2[i]; cnt2--) in imc_calculate_coeffs() 322 flcoeffs5[cnt2] += workT3[i]; in imc_calculate_coeffs() 323 workT2[cnt2+1] += workT3[i]; in imc_calculate_coeffs()
|
/third_party/iowow/src/kv/tests/ |
D | iwkv_test8.c | 205 int cnt1 = 0, cnt2 = 0; in iwkv_test8_2() local 248 cnt2++; in iwkv_test8_2() 258 fprintf(stderr, "\n%d\n", cnt2); in iwkv_test8_2() 261 CU_ASSERT_EQUAL(cnt1, cnt2); in iwkv_test8_2()
|
/third_party/optimized-routines/math/test/ |
D | ulp.h | 250 uint64_t cnt2 = 0; in T() local 297 cnt2++; in T() 344 (unsigned long long) cnt1, (unsigned long long) cnt2, in T() 359 (unsigned long long) cnt2, 100.0 * cnt2 / cc, in T()
|
/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 | 872 String[] cnt2 = { in TestIncompleteCnt() local 909 size = cnt2.length; in TestIncompleteCnt() 912 String t1 = cnt2[i]; in TestIncompleteCnt() 913 String t2 = cnt2[j]; in TestIncompleteCnt()
|
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationMiscTest.java | 869 String[] cnt2 = { in TestIncompleteCnt() local 906 size = cnt2.length; in TestIncompleteCnt() 909 String t1 = cnt2[i]; in TestIncompleteCnt() 910 String t2 = cnt2[j]; in TestIncompleteCnt()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | apicoll.cpp | 584 int32_t cnt1, cnt2, cnt3, cnt4; in TestCollationKey() local 587 const uint8_t* byteArray2 = sortk2.getByteArray(cnt2); in TestCollationKey() 595 CollationKey sortk4(byteArray1, cnt1), sortk5(byteArray2, cnt2); in TestCollationKey()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cmsccoll.c | 68 const static char cnt2[][10] = { variable 122 size = UPRV_LENGTHOF(cnt2); in IncompleteCntTest() 126 u_uastrcpy(t1, cnt2[i]); in IncompleteCntTest() 127 u_uastrcpy(t2, cnt2[j]); in IncompleteCntTest()
|