/third_party/ffmpeg/libavcodec/ |
H A D | pixlet.c | 131 unsigned cnt1, nbits, k, j = 0, i = 0; in read_low_coeffs() local 138 cnt1 = get_unary(bc, 0, 8); in read_low_coeffs() 139 if (cnt1 < 8) { in read_low_coeffs() 143 escape = ((1 << nbits) - 1) * cnt1; in read_low_coeffs() 146 escape = value + ((1 << nbits) - 1) * cnt1 - 1; in read_low_coeffs() 167 cnt1 = get_unary(bc, 0, 8); in read_low_coeffs() 168 if (cnt1 > 7) { in read_low_coeffs() 174 rlen = value + escape * cnt1 - 1; in read_low_coeffs() 177 rlen = escape * cnt1; in read_low_coeffs() 207 unsigned cnt1, shbit in read_high_coeffs() local [all...] |
/third_party/optimized-routines/math/test/ |
H A D | ulp.h | 249 uint64_t cnt1 = 0; in cmp() local 295 cnt1++; 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() 358 (unsigned long long) cnt1, 100.0 * cnt1 / cc, in cmp()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | dcadsp.asm | 30 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/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
H A D | CollationMiscTest.java | 855 String[] cnt1 = { in TestIncompleteCnt() 889 int size = cnt1.length; in TestIncompleteCnt() 892 String t1 = cnt1[i]; in TestIncompleteCnt() 893 String t2 = cnt1[j]; in TestIncompleteCnt()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationMiscTest.java | 858 String[] cnt1 = { in TestIncompleteCnt() 892 int size = cnt1.length; in TestIncompleteCnt() 895 String t1 = cnt1[i]; in TestIncompleteCnt() 896 String t2 = cnt1[j]; in TestIncompleteCnt()
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 3114 int k, nn, nnc, fmtc, holdc, cnt1 = 0, cnt2 = 0; in varprint() local 3147 cnt1 = getcnt(k++); 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, (long)n); in varprint() 3191 else if (strchr("ouxX", fmtc)) fpvar(outfp, pfmt, cnt1, cnt2, (unsigned long)n); in varprint() 3192 else fpvar(outfp, pfmt, cnt1, cnt2, n); in varprint()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A 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/ |
H A D | cmsccoll.c | 54 const static char cnt1[][10] = { variable 97 size = UPRV_LENGTHOF(cnt1); in IncompleteCntTest() 101 u_uastrcpy(t1, cnt1[i]); in IncompleteCntTest() 102 u_uastrcpy(t2, cnt1[j]); in IncompleteCntTest()
|