/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 | 207 int cnt1 = 0, cnt2 = 0; in iwkv_test8_2() local 250 cnt2++; in iwkv_test8_2() 260 fprintf(stderr, "\n%d\n", cnt2); in iwkv_test8_2() 263 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/openssl/crypto/ |
D | provider_core.c | 984 size_t cnt, cnt2; in provider_init() local 1016 for (cnt2 = 1; cnt2 <= cnt; cnt2++) { in provider_init() 1017 prov->error_strings[cnt2].error = (int)reasonstrings[cnt2-1].id; in provider_init() 1018 prov->error_strings[cnt2].string = reasonstrings[cnt2-1].ptr; in provider_init()
|
/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/elfutils/src/ |
D | elflint.c | 3152 for (int cnt2 = need->vn_cnt; --cnt2 >= 0; ) in check_verneed() local 3162 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt); in check_verneed() 3170 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt); in check_verneed() 3179 idx, section_name (ebl, idx), need->vn_cnt - cnt2, in check_verneed() 3188 idx, section_name (ebl, idx), need->vn_cnt - cnt2, in check_verneed() 3193 if ((aux->vna_next != 0 || cnt2 > 0) in check_verneed() 3199 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt); in check_verneed() 3347 for (int cnt2 = 1; cnt2 < def->vd_cnt; ++cnt2) in check_verdef() local 3369 if ((aux->vda_next != 0 || cnt2 + 1 < def->vd_cnt) in check_verdef()
|
D | readelf.c | 1542 size_t cnt2; in print_phdr() local 1545 for (cnt2 = 0; cnt2 < phnum; ++cnt2) in print_phdr() 1547 phdr2 = gelf_getphdr (ebl->elf, cnt2, &phdr2_mem); in print_phdr() 1556 if (cnt2 < phnum) in print_phdr() 2827 for (int cnt2 = need->vn_cnt; --cnt2 >= 0; ) in handle_verneed() local 2913 for (int cnt2 = 1; cnt2 < def->vd_cnt; ++cnt2) in handle_verdef() local 2920 auxoffset, cnt2, in handle_verdef() 3034 int cnt2; in handle_versym() local 3043 for (cnt2 = need->vn_cnt; --cnt2 >= 0; ) in handle_versym() 3139 for (int cnt2 = need->vn_cnt; --cnt2 >= 0; ) in handle_versym() local
|
/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()
|