Home
last modified time | relevance | path

Searched refs:rowLog (Results 1 – 25 of 33) sorted by relevance

12

/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/lib/compress/
H A Dzstd_lazy.c1129 if (rowLog == 5) { in ZSTD_row_prefetch()
1133 assert(rowLog == 4 || rowLog == 5); in ZSTD_row_prefetch()
1175 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_nextCachedHash()
1219 const U32 rowLog = ms->cParams.searchLog < 5 ? 4 : 5; in ZSTD_row_update() local
1220 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update()
1223 DEBUGLOG(5, "ZSTD_row_update(), rowLog=%u", rowLog); in ZSTD_row_update()
1270 const U32 rowLog) in ZSTD_RowFindBestMatch_generic() argument
1288 const U32 rowEntries = (1U << rowLog); in ZSTD_RowFindBestMatch_generic()
1308 ddsExtraAttempts = cParams->searchLog > rowLog ? 1U << (cParams->searchLog - rowLog) : 0; in ZSTD_RowFindBestMatch_generic()
1602 ZSTD_row_fillHashCache(ms, base, rowLog, in ZSTD_compressBlock_lazy_generic()
[all …]
H A Dzstd_compress.c1777 U32 const rowLog = cParams->searchLog < 5 ? 4 : 5; in ZSTD_reset_matchState() local
1778 assert(cParams->hashLog > rowLog); in ZSTD_reset_matchState()
1779 ms->rowHashLog = cParams->hashLog - rowLog; in ZSTD_reset_matchState()
/dports/archivers/zstd/zstd-1.5.0/lib/compress/
H A Dzstd_lazy.c1129 if (rowLog == 5) { in ZSTD_row_prefetch()
1133 assert(rowLog == 4 || rowLog == 5); in ZSTD_row_prefetch()
1175 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_nextCachedHash()
1219 const U32 rowLog = ms->cParams.searchLog < 5 ? 4 : 5; in ZSTD_row_update() local
1220 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update()
1223 DEBUGLOG(5, "ZSTD_row_update(), rowLog=%u", rowLog); in ZSTD_row_update()
1270 const U32 rowLog) in ZSTD_RowFindBestMatch_generic() argument
1288 const U32 rowEntries = (1U << rowLog); in ZSTD_RowFindBestMatch_generic()
1308 ddsExtraAttempts = cParams->searchLog > rowLog ? 1U << (cParams->searchLog - rowLog) : 0; in ZSTD_RowFindBestMatch_generic()
1602 ZSTD_row_fillHashCache(ms, base, rowLog, in ZSTD_compressBlock_lazy_generic()
[all …]
H A Dzstd_compress.c1777 U32 const rowLog = cParams->searchLog < 5 ? 4 : 5; in ZSTD_reset_matchState() local
1778 assert(cParams->hashLog > rowLog); in ZSTD_reset_matchState()
1779 ms->rowHashLog = cParams->hashLog - rowLog; in ZSTD_reset_matchState()
/dports/archivers/py-zstd/zstd-1.5.0.4/zstd/lib/compress/
H A Dzstd_lazy.c1129 if (rowLog == 5) { in ZSTD_row_prefetch()
1133 assert(rowLog == 4 || rowLog == 5); in ZSTD_row_prefetch()
1175 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_nextCachedHash()
1219 const U32 rowLog = ms->cParams.searchLog < 5 ? 4 : 5; in ZSTD_row_update() local
1220 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update()
1223 DEBUGLOG(5, "ZSTD_row_update(), rowLog=%u", rowLog); in ZSTD_row_update()
1270 const U32 rowLog) in ZSTD_RowFindBestMatch_generic() argument
1288 const U32 rowEntries = (1U << rowLog); in ZSTD_RowFindBestMatch_generic()
1308 ddsExtraAttempts = cParams->searchLog > rowLog ? 1U << (cParams->searchLog - rowLog) : 0; in ZSTD_RowFindBestMatch_generic()
1602 ZSTD_row_fillHashCache(ms, base, rowLog, in ZSTD_compressBlock_lazy_generic()
[all …]
H A Dzstd_compress.c1777 U32 const rowLog = cParams->searchLog < 5 ? 4 : 5; in ZSTD_reset_matchState() local
1778 assert(cParams->hashLog > rowLog); in ZSTD_reset_matchState()
1779 ms->rowHashLog = cParams->hashLog - rowLog; in ZSTD_reset_matchState()
/dports/graphics/aloadimage/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_lazy.c1129 if (rowLog == 5) { in ZSTD_row_prefetch()
1133 assert(rowLog == 4 || rowLog == 5); in ZSTD_row_prefetch()
1175 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_nextCachedHash()
1219 const U32 rowLog = ms->cParams.searchLog < 5 ? 4 : 5; in ZSTD_row_update() local
1220 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update()
1223 DEBUGLOG(5, "ZSTD_row_update(), rowLog=%u", rowLog); in ZSTD_row_update()
1270 const U32 rowLog) in ZSTD_RowFindBestMatch_generic() argument
1288 const U32 rowEntries = (1U << rowLog); in ZSTD_RowFindBestMatch_generic()
1308 ddsExtraAttempts = cParams->searchLog > rowLog ? 1U << (cParams->searchLog - rowLog) : 0; in ZSTD_RowFindBestMatch_generic()
1602 ZSTD_row_fillHashCache(ms, base, rowLog, in ZSTD_compressBlock_lazy_generic()
[all …]
H A Dzstd_compress.c1777 U32 const rowLog = cParams->searchLog < 5 ? 4 : 5; in ZSTD_reset_matchState() local
1778 assert(cParams->hashLog > rowLog); in ZSTD_reset_matchState()
1779 ms->rowHashLog = cParams->hashLog - rowLog; in ZSTD_reset_matchState()
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zstd-1.5.0/compress/
H A Dzstd_lazy.c1129 if (rowLog == 5) { in ZSTD_row_prefetch()
1133 assert(rowLog == 4 || rowLog == 5); in ZSTD_row_prefetch()
1175 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_nextCachedHash()
1219 const U32 rowLog = ms->cParams.searchLog < 5 ? 4 : 5; in ZSTD_row_update() local
1220 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update()
1223 DEBUGLOG(5, "ZSTD_row_update(), rowLog=%u", rowLog); in ZSTD_row_update()
1270 const U32 rowLog) in ZSTD_RowFindBestMatch_generic() argument
1288 const U32 rowEntries = (1U << rowLog); in ZSTD_RowFindBestMatch_generic()
1308 ddsExtraAttempts = cParams->searchLog > rowLog ? 1U << (cParams->searchLog - rowLog) : 0; in ZSTD_RowFindBestMatch_generic()
1602 ZSTD_row_fillHashCache(ms, base, rowLog, in ZSTD_compressBlock_lazy_generic()
[all …]
H A Dzstd_compress.c1777 U32 const rowLog = cParams->searchLog < 5 ? 4 : 5; in ZSTD_reset_matchState() local
1778 assert(cParams->hashLog > rowLog); in ZSTD_reset_matchState()
1779 ms->rowHashLog = cParams->hashLog - rowLog; in ZSTD_reset_matchState()
/dports/sysutils/acfgfs/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_lazy.c1129 if (rowLog == 5) { in ZSTD_row_prefetch()
1133 assert(rowLog == 4 || rowLog == 5); in ZSTD_row_prefetch()
1175 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_nextCachedHash()
1219 const U32 rowLog = ms->cParams.searchLog < 5 ? 4 : 5; in ZSTD_row_update() local
1220 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update()
1223 DEBUGLOG(5, "ZSTD_row_update(), rowLog=%u", rowLog); in ZSTD_row_update()
1270 const U32 rowLog) in ZSTD_RowFindBestMatch_generic() argument
1288 const U32 rowEntries = (1U << rowLog); in ZSTD_RowFindBestMatch_generic()
1308 ddsExtraAttempts = cParams->searchLog > rowLog ? 1U << (cParams->searchLog - rowLog) : 0; in ZSTD_RowFindBestMatch_generic()
1602 ZSTD_row_fillHashCache(ms, base, rowLog, in ZSTD_compressBlock_lazy_generic()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/zstd/lib/compress/
H A Dzstd_lazy.c1129 if (rowLog == 5) { in ZSTD_row_prefetch()
1133 assert(rowLog == 4 || rowLog == 5); in ZSTD_row_prefetch()
1175 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_nextCachedHash()
1219 const U32 rowLog = ms->cParams.searchLog < 5 ? 4 : 5; in ZSTD_row_update() local
1220 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update()
1223 DEBUGLOG(5, "ZSTD_row_update(), rowLog=%u", rowLog); in ZSTD_row_update()
1270 const U32 rowLog) in ZSTD_RowFindBestMatch_generic() argument
1288 const U32 rowEntries = (1U << rowLog); in ZSTD_RowFindBestMatch_generic()
1308 ddsExtraAttempts = cParams->searchLog > rowLog ? 1U << (cParams->searchLog - rowLog) : 0; in ZSTD_RowFindBestMatch_generic()
1602 ZSTD_row_fillHashCache(ms, base, rowLog, in ZSTD_compressBlock_lazy_generic()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmzstd/lib/compress/
H A Dzstd_lazy.c1130 if (rowLog == 5) { in ZSTD_row_prefetch()
1134 assert(rowLog == 4 || rowLog == 5); in ZSTD_row_prefetch()
1176 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_nextCachedHash()
1220 const U32 rowLog = ms->cParams.searchLog < 5 ? 4 : 5; in ZSTD_row_update() local
1221 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update()
1224 DEBUGLOG(5, "ZSTD_row_update(), rowLog=%u", rowLog); in ZSTD_row_update()
1271 const U32 rowLog) in ZSTD_RowFindBestMatch_generic() argument
1289 const U32 rowEntries = (1U << rowLog); in ZSTD_RowFindBestMatch_generic()
1309 ddsExtraAttempts = cParams->searchLog > rowLog ? 1U << (cParams->searchLog - rowLog) : 0; in ZSTD_RowFindBestMatch_generic()
1603 ZSTD_row_fillHashCache(ms, base, rowLog, in ZSTD_compressBlock_lazy_generic()
[all …]
/dports/devel/cmake-doc/cmake-3.22.1/Utilities/cmzstd/lib/compress/
H A Dzstd_lazy.c1130 if (rowLog == 5) { in ZSTD_row_prefetch()
1134 assert(rowLog == 4 || rowLog == 5); in ZSTD_row_prefetch()
1176 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_nextCachedHash()
1220 const U32 rowLog = ms->cParams.searchLog < 5 ? 4 : 5; in ZSTD_row_update() local
1221 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update()
1224 DEBUGLOG(5, "ZSTD_row_update(), rowLog=%u", rowLog); in ZSTD_row_update()
1271 const U32 rowLog) in ZSTD_RowFindBestMatch_generic() argument
1289 const U32 rowEntries = (1U << rowLog); in ZSTD_RowFindBestMatch_generic()
1309 ddsExtraAttempts = cParams->searchLog > rowLog ? 1U << (cParams->searchLog - rowLog) : 0; in ZSTD_RowFindBestMatch_generic()
1603 ZSTD_row_fillHashCache(ms, base, rowLog, in ZSTD_compressBlock_lazy_generic()
[all …]
/dports/devel/cmake/cmake-3.22.1/Utilities/cmzstd/lib/compress/
H A Dzstd_lazy.c1130 if (rowLog == 5) { in ZSTD_row_prefetch()
1134 assert(rowLog == 4 || rowLog == 5); in ZSTD_row_prefetch()
1176 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_nextCachedHash()
1220 const U32 rowLog = ms->cParams.searchLog < 5 ? 4 : 5; in ZSTD_row_update() local
1221 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update()
1224 DEBUGLOG(5, "ZSTD_row_update(), rowLog=%u", rowLog); in ZSTD_row_update()
1271 const U32 rowLog) in ZSTD_RowFindBestMatch_generic() argument
1289 const U32 rowEntries = (1U << rowLog); in ZSTD_RowFindBestMatch_generic()
1309 ddsExtraAttempts = cParams->searchLog > rowLog ? 1U << (cParams->searchLog - rowLog) : 0; in ZSTD_RowFindBestMatch_generic()
1603 ZSTD_row_fillHashCache(ms, base, rowLog, in ZSTD_compressBlock_lazy_generic()
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/zstd/lib/compress/
H A Dzstd_lazy.c1129 if (rowLog == 5) { in ZSTD_row_prefetch()
1133 assert(rowLog == 4 || rowLog == 5); in ZSTD_row_prefetch()
1175 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_nextCachedHash()
1219 const U32 rowLog = ms->cParams.searchLog < 5 ? 4 : 5; in ZSTD_row_update() local
1220 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update()
1223 DEBUGLOG(5, "ZSTD_row_update(), rowLog=%u", rowLog); in ZSTD_row_update()
1270 const U32 rowLog) in ZSTD_RowFindBestMatch_generic() argument
1288 const U32 rowEntries = (1U << rowLog); in ZSTD_RowFindBestMatch_generic()
1308 ddsExtraAttempts = cParams->searchLog > rowLog ? 1U << (cParams->searchLog - rowLog) : 0; in ZSTD_RowFindBestMatch_generic()
1602 ZSTD_row_fillHashCache(ms, base, rowLog, in ZSTD_compressBlock_lazy_generic()
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_lazy.c1129 if (rowLog == 5) { in ZSTD_row_prefetch()
1133 assert(rowLog == 4 || rowLog == 5); in ZSTD_row_prefetch()
1175 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_nextCachedHash()
1219 const U32 rowLog = ms->cParams.searchLog < 5 ? 4 : 5; in ZSTD_row_update() local
1220 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update()
1223 DEBUGLOG(5, "ZSTD_row_update(), rowLog=%u", rowLog); in ZSTD_row_update()
1270 const U32 rowLog) in ZSTD_RowFindBestMatch_generic() argument
1288 const U32 rowEntries = (1U << rowLog); in ZSTD_RowFindBestMatch_generic()
1308 ddsExtraAttempts = cParams->searchLog > rowLog ? 1U << (cParams->searchLog - rowLog) : 0; in ZSTD_RowFindBestMatch_generic()
1602 ZSTD_row_fillHashCache(ms, base, rowLog, in ZSTD_compressBlock_lazy_generic()
[all …]
/dports/x11/aclip/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_lazy.c1129 if (rowLog == 5) {
1133 assert(rowLog == 4 || rowLog == 5);
1175 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog);
1219 const U32 rowLog = ms->cParams.searchLog < 5 ? 4 : 5;
1220 const U32 rowMask = (1u << rowLog) - 1;
1223 DEBUGLOG(5, "ZSTD_row_update(), rowLog=%u", rowLog);
1270 const U32 rowLog)
1288 const U32 rowEntries = (1U << rowLog);
1308 ddsExtraAttempts = cParams->searchLog > rowLog ? 1U << (cParams->searchLog - rowLog) : 0;
1602 ZSTD_row_fillHashCache(ms, base, rowLog,
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/jackc/pgx/v4/
H A Drows.go91 type rowLog interface { interface
99 logger rowLog
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/github.com/jackc/pgx/v4/
H A Drows.go91 type rowLog interface { interface
99 logger rowLog
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/jackc/pgx/v4/
H A Drows.go92 type rowLog interface { interface
100 logger rowLog
/dports/net/storj/storj-1.45.3/vendor/github.com/jackc/pgx/v4/
H A Drows.go90 type rowLog interface { interface
98 logger rowLog
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/jackc/pgx/v4/
H A Drows.go90 type rowLog interface { interface
98 logger rowLog
/dports/games/automuteus/automuteus-6.15.2/vendor/github.com/jackc/pgx/v4/
H A Drows.go90 type rowLog interface { interface
98 logger rowLog
/dports/archivers/py-zstandard/zstandard-0.16.0/zstd/
H A Dzstdlib.c16366 assert(cParams->hashLog > rowLog); in ZSTD_reset_matchState()
16367 ms->rowHashLog = cParams->hashLog - rowLog; in ZSTD_reset_matchState()
23133 if (rowLog == 5) { in ZSTD_row_prefetch()
23137 assert(rowLog == 4 || rowLog == 5); in ZSTD_row_prefetch()
23179 ZSTD_row_prefetch(hashTable, tagTable, row, rowLog); in ZSTD_row_nextCachedHash()
23224 const U32 rowMask = (1u << rowLog) - 1; in ZSTD_row_update()
23274 const U32 rowLog) in ZSTD_RowFindBestMatch_generic() argument
23292 const U32 rowEntries = (1U << rowLog); in ZSTD_RowFindBestMatch_generic()
23312 ddsExtraAttempts = cParams->searchLog > rowLog ? 1U << (cParams->searchLog - rowLog) : 0; in ZSTD_RowFindBestMatch_generic()
23606 ZSTD_row_fillHashCache(ms, base, rowLog, in ZSTD_compressBlock_lazy_generic()
[all …]

12