Home
last modified time | relevance | path

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

12

/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/tests/
H A Dzbufftest.c252 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
261 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
354 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
H A Dzstreamtest.c1719 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
1728 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
1850 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
1853 dictSize = ((FUZ_rand(&lseed)&7)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests()
2127 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_newAPI()
2131 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_newAPI()
2207 …CHECK_Z( setCCtxParameter(zc, cctxParams, ZSTD_c_jobSize, (U32)FUZ_rLogLength(&lseed, jobLog), opa… in fuzzerTests_newAPI()
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/tests/
H A Dzbufftest.c246 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
255 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
348 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
H A Dzstreamtest.c1374 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
1383 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
1505 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
1508 dictSize = ((FUZ_rand(&lseed)&7)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests()
1752 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_MT()
1760 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_MT()
2057 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_newAPI()
2061 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_newAPI()
2134 …CHECK_Z( setCCtxParameter(zc, cctxParams, ZSTD_c_jobSize, (U32)FUZ_rLogLength(&lseed, jobLog), opa… in fuzzerTests_newAPI()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A Dzbufftest.c246 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
255 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
348 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
H A Dzstreamtest.c1384 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
1393 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
1515 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
1518 dictSize = ((FUZ_rand(&lseed)&7)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests()
1762 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_MT()
1770 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_MT()
2067 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_newAPI()
2071 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_newAPI()
2145 …CHECK_Z( setCCtxParameter(zc, cctxParams, ZSTD_c_jobSize, (U32)FUZ_rLogLength(&lseed, jobLog), opa… in fuzzerTests_newAPI()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/tests/
H A Dzbufftest.c246 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
255 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
348 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
H A Dzstreamtest.c1384 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
1393 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
1515 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
1518 dictSize = ((FUZ_rand(&lseed)&7)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests()
1762 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_MT()
1770 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_MT()
2067 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_newAPI()
2071 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_newAPI()
2145 …CHECK_Z( setCCtxParameter(zc, cctxParams, ZSTD_c_jobSize, (U32)FUZ_rLogLength(&lseed, jobLog), opa… in fuzzerTests_newAPI()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A Dzbufftest.c246 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
255 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
348 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
H A Dzstreamtest.c1384 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
1393 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
1515 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
1518 dictSize = ((FUZ_rand(&lseed)&7)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests()
1762 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_MT()
1770 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_MT()
2067 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_newAPI()
2071 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_newAPI()
2145 …CHECK_Z( setCCtxParameter(zc, cctxParams, ZSTD_c_jobSize, (U32)FUZ_rLogLength(&lseed, jobLog), opa… in fuzzerTests_newAPI()
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/tests/
H A Dzbufftest.c252 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
261 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
354 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A Dzbufftest.c246 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
255 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
348 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
H A Dzstreamtest.c1384 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
1393 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
1515 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
1518 dictSize = ((FUZ_rand(&lseed)&7)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests()
1762 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_MT()
1770 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_MT()
2067 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_newAPI()
2071 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_newAPI()
2145 …CHECK_Z( setCCtxParameter(zc, cctxParams, ZSTD_c_jobSize, (U32)FUZ_rLogLength(&lseed, jobLog), opa… in fuzzerTests_newAPI()
/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.c246 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
255 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
348 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
H A Dzstreamtest.c1384 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
1393 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
1515 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
1518 dictSize = ((FUZ_rand(&lseed)&7)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests()
1762 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_MT()
1770 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_MT()
2067 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_newAPI()
2071 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_newAPI()
2145 …CHECK_Z( setCCtxParameter(zc, cctxParams, ZSTD_c_jobSize, (U32)FUZ_rLogLength(&lseed, jobLog), opa… in fuzzerTests_newAPI()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/zstd/tests/
H A Dzbufftest.c245 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
254 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
347 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
H A Dzstreamtest.c874 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
883 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
1002 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
1005 dictSize = ((FUZ_rand(&lseed)&7)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests()
1257 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_MT()
1260 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_MT()
1531 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_newAPI()
1535 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_newAPI()
1599 …CHECK_Z( setCCtxParameter(zc, cctxParams, ZSTD_p_jobSize, (U32)FUZ_rLogLength(&lseed, jobLog), use… in fuzzerTests_newAPI()
/dports/emulators/citra/citra-ac98458e0/externals/zstd/tests/
H A Dzbufftest.c252 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
261 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
354 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/zstd/tests/
H A Dzbufftest.c252 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
261 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
354 maxTestSize = FUZ_rLogLength(&lseed, testLog); 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.c252 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
261 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
354 maxTestSize = FUZ_rLogLength(&lseed, testLog); 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.c252 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
261 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
354 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/zstd/tests/
H A Dzbufftest.c245 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
254 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
347 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
H A Dzstreamtest.c1159 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
1168 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
1290 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
1293 dictSize = ((FUZ_rand(&lseed)&7)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests()
1537 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_MT()
1545 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_MT()
1838 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_newAPI()
1842 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_newAPI()
1915 …CHECK_Z( setCCtxParameter(zc, cctxParams, ZSTD_p_jobSize, (U32)FUZ_rLogLength(&lseed, jobLog), opa… in fuzzerTests_newAPI()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/tests/
H A Dzstreamtest.c1738 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
1747 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
1870 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
1873 dictSize = ((FUZ_rand(&lseed)&7)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests()
2149 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_newAPI()
2153 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_newAPI()
2229 …CHECK_Z( setCCtxParameter(zc, cctxParams, ZSTD_c_jobSize, (U32)FUZ_rLogLength(&lseed, jobLog), opa… in fuzzerTests_newAPI()
/dports/archivers/zstd/zstd-1.5.0/tests/
H A Dzstreamtest.c1738 static size_t FUZ_rLogLength(U32* seed, U32 logLength) in FUZ_rLogLength() function
1747 return FUZ_rLogLength(seed, logLength); in FUZ_randomLength()
1870 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests()
1873 dictSize = ((FUZ_rand(&lseed)&7)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests()
2149 maxTestSize = FUZ_rLogLength(&lseed, testLog); in fuzzerTests_newAPI()
2153 dictSize = ((FUZ_rand(&lseed)&63)==1) ? FUZ_rLogLength(&lseed, dictLog) : 0; in fuzzerTests_newAPI()
2229 …CHECK_Z( setCCtxParameter(zc, cctxParams, ZSTD_c_jobSize, (U32)FUZ_rLogLength(&lseed, jobLog), opa… in fuzzerTests_newAPI()

12