Home
last modified time | relevance | path

Searched refs:maxSrcLog (Results 1 – 25 of 50) sorted by relevance

12

/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/zstd/tests/
H A Dzstreamtest.c895 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests() local
897 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
995 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
996 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1144 const U32 maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_MT() local
1146 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_MT()
1249 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1250 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1417 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_newAPI() local
1419 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_newAPI()
[all …]
H A Dzbufftest.c262 static const U32 maxSrcLog = 24; in fuzzerTests() local
265 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
345 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/tests/
H A Dzbufftest.c269 static const U32 maxSrcLog = 24; in fuzzerTests() local
272 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
352 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
H A Dzstreamtest.c1740 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests() local
1742 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
1843 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1844 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
2005 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_newAPI() local
2007 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_newAPI()
2119 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_newAPI()
2120 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_newAPI()
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/tests/
H A Dzbufftest.c263 static const U32 maxSrcLog = 24; in fuzzerTests() local
266 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
346 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
H A Dzstreamtest.c1395 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests() local
1397 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
1498 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1499 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1648 const U32 maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_MT() local
1650 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_MT()
1744 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1745 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1937 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_newAPI() local
1939 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_newAPI()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A Dzbufftest.c263 static const U32 maxSrcLog = 24; in fuzzerTests() local
266 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
346 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
H A Dzstreamtest.c1405 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests() local
1407 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
1508 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1509 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1658 const U32 maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_MT() local
1660 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_MT()
1754 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1755 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1947 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_newAPI() local
1949 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_newAPI()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/tests/
H A Dzbufftest.c263 static const U32 maxSrcLog = 24; in fuzzerTests() local
266 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
346 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
H A Dzstreamtest.c1405 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests() local
1407 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
1508 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1509 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1658 const U32 maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_MT() local
1660 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_MT()
1754 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1755 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1947 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_newAPI() local
1949 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_newAPI()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A Dzbufftest.c263 static const U32 maxSrcLog = 24; in fuzzerTests() local
266 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
346 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
H A Dzstreamtest.c1405 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests() local
1407 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
1508 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1509 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1658 const U32 maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_MT() local
1660 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_MT()
1754 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1755 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1947 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_newAPI() local
1949 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_newAPI()
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/tests/
H A Dzbufftest.c269 static const U32 maxSrcLog = 24; in fuzzerTests() local
272 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
352 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A Dzbufftest.c263 static const U32 maxSrcLog = 24; in fuzzerTests() local
266 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
346 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
H A Dzstreamtest.c1405 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests() local
1407 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
1508 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1509 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1658 const U32 maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_MT() local
1660 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_MT()
1754 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1755 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1947 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_newAPI() local
1949 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_newAPI()
[all …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/tests/
H A Dzbufftest.c263 static const U32 maxSrcLog = 24; in fuzzerTests() local
266 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
346 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
H A Dzstreamtest.c1405 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests() local
1407 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
1508 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1509 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1658 const U32 maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_MT() local
1660 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_MT()
1754 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1755 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1947 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_newAPI() local
1949 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_newAPI()
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/zstd/tests/
H A Dzbufftest.c269 static const U32 maxSrcLog = 24; in fuzzerTests() local
272 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
352 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/zstd/tests/
H A Dzbufftest.c269 static const U32 maxSrcLog = 24; in fuzzerTests() local
272 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
352 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/zstd-sys-1.4.18+zstd.1.4.7/zstd/tests/
H A Dzbufftest.c269 static const U32 maxSrcLog = 24; in fuzzerTests() local
272 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
352 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/tests/
H A Dzbufftest.c269 static const U32 maxSrcLog = 24; in fuzzerTests() local
272 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
352 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/zstd/tests/
H A Dzbufftest.c262 static const U32 maxSrcLog = 24; in fuzzerTests() local
265 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
345 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
H A Dzstreamtest.c1180 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests() local
1182 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
1283 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1284 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1433 const U32 maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_MT() local
1435 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_MT()
1529 { U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1530 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_MT()
1718 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_newAPI() local
1720 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_newAPI()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/tests/
H A Dzstreamtest.c1759 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests() local
1761 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
1863 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1864 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
2027 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_newAPI() local
2029 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_newAPI()
2141 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_newAPI()
2142 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_newAPI()
/dports/archivers/zstd/zstd-1.5.0/tests/
H A Dzstreamtest.c1759 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests() local
1761 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests()
1863 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
1864 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests()
2027 U32 const maxSrcLog = bigTests ? 24 : 22; in fuzzerTests_newAPI() local
2029 size_t const srcBufferSize = (size_t)1<<maxSrcLog; in fuzzerTests_newAPI()
2141 U32 const testLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_newAPI()
2142 U32 const dictLog = FUZ_rand(&lseed) % maxSrcLog; in fuzzerTests_newAPI()

12