Home
last modified time | relevance | path

Searched refs:olen2 (Results 1 – 24 of 24) sorted by path

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libsoxr/src/
H A Dvr32.c513 int olen2 = (olen = min(olen, p->fade_len >> 1)) << 1; in vr_process() local
518 memset(buf, 0, sizeof(*buf) * (size_t)olen2); in vr_process()
520 odone = poly_fir_fade_d(&p->current, vol1,-1, buf, olen2); in vr_process()
523 odone = poly_fir_fade_d(&p->current, vol1,-1, buf, olen2); in vr_process()
527 odone = poly_fir_fade_d(&p->fadeout, vol2, 1, buf, olen2); in vr_process()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/unit/
H A Dunit1655.c147 size_t olen2; variable
157 olen2 = magic1;
158 ret2 = doh_encode(dotshine1, dnstype, buffer, buflen, &olen2);
160 fail_if(olen2 == magic1, "olen has not been assigned properly");
161 fail_unless(olen1 == olen2, "olen should not grow for a trailing dot");
164 olen2 = magic1;
165 ret2 = doh_encode(sunshine2, dnstype, buffer, buflen, &olen2);
167 fail_if(olen2 == magic1, "olen has not been assigned properly");
168 fail_unless(olen1 + 1 == olen2, "olen should grow with the hostname");
/dports/audio/libsoxr/soxr-0.1.3-Source/src/
H A Dvr32.c513 int olen2 = (olen = min(olen, p->fade_len >> 1)) << 1; in vr_process() local
518 memset(buf, 0, sizeof(*buf) * (size_t)olen2); in vr_process()
520 odone = poly_fir_fade_d(&p->current, vol1,-1, buf, olen2); in vr_process()
523 odone = poly_fir_fade_d(&p->current, vol1,-1, buf, olen2); in vr_process()
527 odone = poly_fir_fade_d(&p->fadeout, vol2, 1, buf, olen2); in vr_process()
/dports/audio/tosha/tosha-0.6/
H A Dpcmfade.c150 long off, olen = oend - ostart, olen2 = olen >> 1; in fade() local
178 if (abs(bres) + olen2 >= olen) { in fade()
180 inc = (bres + olen2) / olen; in fade()
182 inc = (bres - olen2) / olen; in fade()
/dports/biology/htslib/htslib-1.14/htscodecs/htscodecs/
H A Darith_dynamic.c672 unsigned int olen2; in arith_compress_to() local
732 olen2 = *out_size - (out2 - out); in arith_compress_to()
738 out2, &olen2, m[MIN(i,3)][j] | X_NOSZ); in arith_compress_to()
739 if (best_sz > olen2) { in arith_compress_to()
740 best_sz = olen2; in arith_compress_to()
747 olen2 = *out_size - (out2 - out); in arith_compress_to()
749 out2, &olen2, m[MIN(i,3)][best_j] | X_NOSZ); in arith_compress_to()
751 out2 += olen2; in arith_compress_to()
752 c_meta_len += var_put_u32(out+c_meta_len, out_end, olen2); in arith_compress_to()
H A DrANS_static4x16pr.c1182 unsigned int olen2; in rans_compress_to_4x16() local
1196 olen2 = *out_size - (out2 - out); in rans_compress_to_4x16()
1198 out2, &olen2, m[j] | X_NOSZ); in rans_compress_to_4x16()
1199 if (best_sz > olen2) { in rans_compress_to_4x16()
1200 best_sz = olen2; in rans_compress_to_4x16()
1205 olen2 = *out_size - (out2 - out); in rans_compress_to_4x16()
1207 out2, &olen2, m[best_j] | X_NOSZ); in rans_compress_to_4x16()
1209 out2 += olen2; in rans_compress_to_4x16()
1210 c_meta_len += var_put_u32(out+c_meta_len, out_end, olen2); in rans_compress_to_4x16()
/dports/biology/iolib/io_lib-io_lib-1-14-10/io_lib/
H A DrANS_static4x16pr.c2317 unsigned int olen2; in rans_compress_to_4x16() local
2329 olen2 = *out_size - (out2 - out); in rans_compress_to_4x16()
2330 rans_compress_to_4x16(in4+i*len4, len4, out2, &olen2, m[j] | X_NOSZ); in rans_compress_to_4x16()
2331 if (best_sz > olen2) { in rans_compress_to_4x16()
2332 best_sz = olen2; in rans_compress_to_4x16()
2336 olen2 = *out_size - (out2 - out); in rans_compress_to_4x16()
2337 rans_compress_to_4x16(in4+i*len4, len4, out2, &olen2, m[best_j] | X_NOSZ); in rans_compress_to_4x16()
2339 out2 += olen2; in rans_compress_to_4x16()
2340 c_meta_len += u32tou7(out+c_meta_len, olen2); in rans_compress_to_4x16()
/dports/biology/py-pysam/pysam-0.18.0/htslib/htscodecs/htscodecs/
H A Darith_dynamic.c672 unsigned int olen2; in arith_compress_to() local
732 olen2 = *out_size - (out2 - out); in arith_compress_to()
738 out2, &olen2, m[MIN(i,3)][j] | X_NOSZ); in arith_compress_to()
739 if (best_sz > olen2) { in arith_compress_to()
740 best_sz = olen2; in arith_compress_to()
747 olen2 = *out_size - (out2 - out); in arith_compress_to()
749 out2, &olen2, m[MIN(i,3)][best_j] | X_NOSZ); in arith_compress_to()
751 out2 += olen2; in arith_compress_to()
752 c_meta_len += var_put_u32(out+c_meta_len, out_end, olen2); in arith_compress_to()
H A DrANS_static4x16pr.c1182 unsigned int olen2; in rans_compress_to_4x16() local
1196 olen2 = *out_size - (out2 - out); in rans_compress_to_4x16()
1198 out2, &olen2, m[j] | X_NOSZ); in rans_compress_to_4x16()
1199 if (best_sz > olen2) { in rans_compress_to_4x16()
1200 best_sz = olen2; in rans_compress_to_4x16()
1205 olen2 = *out_size - (out2 - out); in rans_compress_to_4x16()
1207 out2, &olen2, m[best_j] | X_NOSZ); in rans_compress_to_4x16()
1209 out2 += olen2; in rans_compress_to_4x16()
1210 c_meta_len += var_put_u32(out+c_meta_len, out_end, olen2); in rans_compress_to_4x16()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/unit/
H A Dunit1655.c148 size_t olen2; variable
158 olen2 = magic1;
159 ret2 = doh_encode(dotshine1, dnstype, buffer, buflen, &olen2);
161 fail_if(olen2 == magic1, "olen has not been assigned properly");
162 fail_unless(olen1 == olen2, "olen should not grow for a trailing dot");
165 olen2 = magic1;
166 ret2 = doh_encode(sunshine2, dnstype, buffer, buflen, &olen2);
168 fail_if(olen2 == magic1, "olen has not been assigned properly");
169 fail_unless(olen1 + 1 == olen2, "olen should grow with the hostname");
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/unit/
H A Dunit1655.c148 size_t olen2; variable
158 olen2 = magic1;
159 ret2 = doh_encode(dotshine1, dnstype, buffer, buflen, &olen2);
161 fail_if(olen2 == magic1, "olen has not been assigned properly");
162 fail_unless(olen1 == olen2, "olen should not grow for a trailing dot");
165 olen2 = magic1;
166 ret2 = doh_encode(sunshine2, dnstype, buffer, buflen, &olen2);
168 fail_if(olen2 == magic1, "olen has not been assigned properly");
169 fail_unless(olen1 + 1 == olen2, "olen should grow with the hostname");
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/tests/suites/
H A Dtest_suite_pem.function14 size_t olen = 0, olen2 = 0;
23 ret = mbedtls_pem_write_buffer( start, end, buf->x, buf->len, check_buf, olen, &olen2 );
25 TEST_ASSERT( olen2 <= olen );
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/unit/
H A Dunit1655.c148 size_t olen2; variable
158 olen2 = magic1;
159 ret2 = doh_encode(dotshine1, dnstype, buffer, buflen, &olen2);
161 fail_if(olen2 == magic1, "olen has not been assigned properly");
162 fail_unless(olen1 == olen2, "olen should not grow for a trailing dot");
165 olen2 = magic1;
166 ret2 = doh_encode(sunshine2, dnstype, buffer, buflen, &olen2);
168 fail_if(olen2 == magic1, "olen has not been assigned properly");
169 fail_unless(olen1 + 1 == olen2, "olen should grow with the hostname");
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/tests/suites/
H A Dtest_suite_pem.function14 size_t olen = 0, olen2 = 0;
23 ret = mbedtls_pem_write_buffer( start, end, buf->x, buf->len, check_buf, olen, &olen2 );
25 TEST_ASSERT( olen2 <= olen );
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/tests/suites/
H A Dtest_suite_pem.function14 size_t buf_len, olen = 0, olen2 = 0;
27 ret = mbedtls_pem_write_buffer( start, end, buf, buf_len, check_buf, olen, &olen2 );
29 TEST_ASSERT( olen2 <= olen );
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/tests/suites/
H A Dtest_suite_pem.function17 size_t buf_len, olen = 0, olen2 = 0;
30 ret = mbedtls_pem_write_buffer( start, end, buf, buf_len, check_buf, olen, &olen2 );
32 TEST_ASSERT( olen2 <= olen );
/dports/games/retroarch/RetroArch-1.9.7/deps/bearssl-0.6/test/
H A Dtest_crypto.c403 size_t olen, olen2; in test_multihash_inner() local
409 olen2 = do_hash(i, buf, len, tmp2); in test_multihash_inner()
410 if (olen != olen2) { in test_multihash_inner()
413 (unsigned)olen, (unsigned)olen2); in test_multihash_inner()
425 size_t olen, olen2; in test_multihash_inner() local
431 olen2 = do_hash(i, buf, u + 1, tmp2); in test_multihash_inner()
432 if (olen != olen2) { in test_multihash_inner()
436 (unsigned)olen2); in test_multihash_inner()
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/unit/
H A Dunit1655.c148 size_t olen2; variable
158 olen2 = magic1;
159 ret2 = doh_encode(dotshine1, dnstype, buffer, buflen, &olen2);
161 fail_if(olen2 == magic1, "olen has not been assigned properly");
162 fail_unless(olen1 == olen2, "olen should not grow for a trailing dot");
165 olen2 = magic1;
166 ret2 = doh_encode(sunshine2, dnstype, buffer, buflen, &olen2);
168 fail_if(olen2 == magic1, "olen has not been assigned properly");
169 fail_unless(olen1 + 1 == olen2, "olen should grow with the hostname");
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/unit/
H A Dunit1655.c148 size_t olen2; variable
158 olen2 = magic1;
159 ret2 = doh_encode(dotshine1, dnstype, buffer, buflen, &olen2);
161 fail_if(olen2 == magic1, "olen has not been assigned properly");
162 fail_unless(olen1 == olen2, "olen should not grow for a trailing dot");
165 olen2 = magic1;
166 ret2 = doh_encode(sunshine2, dnstype, buffer, buflen, &olen2);
168 fail_if(olen2 == magic1, "olen has not been assigned properly");
169 fail_unless(olen1 + 1 == olen2, "olen should grow with the hostname");
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dstemdb.c5677 double olen1, olen2; in StemPairsSimilar() local
5695 olen2 = ActiveOverlap( s2, ts2 ); in StemPairsSimilar()
5697 olen2 > s2->clen/3 && olen2 > ts2->clen/3; in StemPairsSimilar()
5700 olen2 = ActiveOverlap( s2, ts1 ); in StemPairsSimilar()
5702 olen2 > s2->clen/3 && olen2 > ts1->clen/3; in StemPairsSimilar()
/dports/security/bearssl/bearssl-0.6/test/
H A Dtest_crypto.c403 size_t olen, olen2; in test_multihash_inner() local
409 olen2 = do_hash(i, buf, len, tmp2); in test_multihash_inner()
410 if (olen != olen2) { in test_multihash_inner()
413 (unsigned)olen, (unsigned)olen2); in test_multihash_inner()
425 size_t olen, olen2; in test_multihash_inner() local
431 olen2 = do_hash(i, buf, u + 1, tmp2); in test_multihash_inner()
432 if (olen != olen2) { in test_multihash_inner()
436 (unsigned)olen2); in test_multihash_inner()
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/tests/suites/
H A Dtest_suite_pem.function14 size_t olen = 0, olen2 = 0;
23 ret = mbedtls_pem_write_buffer( start, end, buf->x, buf->len, check_buf, olen, &olen2 );
25 TEST_ASSERT( olen2 <= olen );
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/tests/unit/
H A Dunit1655.c148 size_t olen2; variable
158 olen2 = magic1;
159 ret2 = doh_encode(dotshine1, dnstype, buffer, buflen, &olen2);
161 fail_if(olen2 == magic1, "olen has not been assigned properly");
162 fail_unless(olen1 == olen2, "olen should not grow for a trailing dot");
165 olen2 = magic1;
166 ret2 = doh_encode(sunshine2, dnstype, buffer, buflen, &olen2);
168 fail_if(olen2 == magic1, "olen has not been assigned properly");
169 fail_unless(olen1 + 1 == olen2, "olen should grow with the hostname");
/dports/www/nginx-full/njs-0.7.1/external/
H A Dnjs_webcrypto_module.c1149 int olen_max, olen, olen2; in njs_cipher_aes_cbc() local
1230 ret = EVP_CipherFinal_ex(ctx, &dst[olen], &olen2); in njs_cipher_aes_cbc()
1238 olen += olen2; in njs_cipher_aes_cbc()