Home
last modified time | relevance | path

Searched refs:cnt2 (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dimc.c292 int i, cnt2; in imc_calculate_coeffs() local
309 for (cnt2 = i; cnt2 < q->cyclTab[i]; cnt2++) in imc_calculate_coeffs()
310 flcoeffs5[cnt2] = flcoeffs5[cnt2] + workT3[i]; in imc_calculate_coeffs()
311 workT2[cnt2 - 1] = workT2[cnt2 - 1] + workT3[i]; in imc_calculate_coeffs()
323 for (cnt2 = i - 1; cnt2 > in imc_calculate_coeffs()
[all...]
/third_party/optimized-routines/math/test/
H A Dulp.h250 uint64_t cnt2 = 0; in cmp() local
297 cnt2++; in cmp()
341 printf ("progress: %6.3f%% cnt %llu cnt1 %llu cnt2 %llu cntfail %llu " in cmp()
344 (unsigned long long) cnt1, (unsigned long long) cnt2, in cmp()
353 printf (" round %c errlim %g maxerr %g %s cnt %llu cnt1 %llu %g%% cnt2 %llu " in cmp()
359 (unsigned long long) cnt2, 100.0 * cnt2 / cc, in cmp()
/third_party/ffmpeg/libavfilter/
H A Dvf_libvmaf.c171 unsigned cnt2; in delimited_dict_parse() local
177 cnt2 = 1; in delimited_dict_parse()
180 cnt2++; in delimited_dict_parse()
183 dict = av_calloc(cnt2, sizeof(*dict)); in delimited_dict_parse()
192 for (unsigned i = 0; i < cnt2; i++) { in delimited_dict_parse()
/third_party/node/deps/openssl/openssl/crypto/
H A Dprovider_core.c986 size_t cnt, cnt2; in provider_init() local
1018 for (cnt2 = 1; cnt2 <= cnt; cnt2++) { in provider_init()
1019 prov->error_strings[cnt2].error = (int)reasonstrings[cnt2-1].id; in provider_init()
1020 prov->error_strings[cnt2].string = reasonstrings[cnt2-1].ptr; in provider_init()
/third_party/openssl/crypto/
H A Dprovider_core.c984 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/
H A Ddcadsp.asm30 cglobal lfe_fir0_float, 4, 6, 12 + cpuflag(fma3)*4, samples, lfe, coeff, nblocks, cnt1, cnt2
212 cglobal lfe_fir1_float, 4, 6, 10, samples, lfe, coeff, nblocks, cnt1, cnt2
/third_party/elfutils/src/
H A Delflint.c3152 for (int cnt2 = need->vn_cnt; --cnt2 >= 0; ) in check_verneed()
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 < de in check_verdef()
[all...]
H A Dreadelf.c1542 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()
2913 for (int cnt2 = 1; cnt2 < de in handle_verdef()
3034 int cnt2; handle_versym() local
[all...]
/third_party/toybox/toys/pending/
H A Dawk.c3114 int k, nn, nnc, fmtc, holdc, cnt1 = 0, cnt2 = 0; in varprint() local
3150 cnt2 = getcnt(k++); in varprint()
3181 if (fmtc == 's') fpvar(outfp, pfmt, cnt2, s); in varprint()
3182 else if (fmtc == 'c') fpvar(outfp, pfmt, cnt2, (wint_t)n); in varprint()
3183 else if (strchr("di", fmtc)) fpvar(outfp, pfmt, cnt2, (long)n); in varprint()
3184 else if (strchr("ouxX", fmtc)) fpvar(outfp, pfmt, cnt2, (unsigned long)n); in varprint()
3185 else fpvar(outfp, pfmt, cnt2, n); in varprint()
3188 if (fmtc == 's') fpvar(outfp, pfmt, cnt1, cnt2, s); in varprint()
3189 else if (fmtc == 'c') fpvar(outfp, pfmt, cnt1, cnt2, (wint_t)n); in varprint()
3190 else if (strchr("di", fmtc)) fpvar(outfp, pfmt, cnt1, cnt2, (lon in varprint()
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationMiscTest.java869 String[] cnt2 = { in TestIncompleteCnt()
906 size = cnt2.length; in TestIncompleteCnt()
909 String t1 = cnt2[i]; in TestIncompleteCnt()
910 String t2 = cnt2[j]; in TestIncompleteCnt()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationMiscTest.java872 String[] cnt2 = { in TestIncompleteCnt()
909 size = cnt2.length; in TestIncompleteCnt()
912 String t1 = cnt2[i]; in TestIncompleteCnt()
913 String t2 = cnt2[j]; in TestIncompleteCnt()
/third_party/icu/icu4c/source/test/intltest/
H A Dapicoll.cpp584 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/backends/backend/
H A Dartec_eplus48u.c679 int cnt2; in copy_scan_line() local
691 cnt2 = cnt - 1; in copy_scan_line()
695 for (i = 0; i < cnt2 - 2; i += 2) in copy_scan_line()
708 for (i = 0; i < cnt2; i++) in copy_scan_line()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c69 const static char cnt2[][10] = { variable
123 size = UPRV_LENGTHOF(cnt2); in IncompleteCntTest()
127 u_uastrcpy(t1, cnt2[i]); in IncompleteCntTest()
128 u_uastrcpy(t2, cnt2[j]); in IncompleteCntTest()

Completed in 50 milliseconds