Home
last modified time | relevance | path

Searched refs:last_match_pos (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/love/love-11.3/src/libraries/lz4/
H A Dlz4opt.h128 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
167 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
173 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
175 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
210 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
256 last_match_pos = pos; in LZ4HC_compress_optimal()
268 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
273 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
274 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
275 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/finance/ledger/ledger-3.2.1/src/
H A Dlookup.cc115 std::size_t last_match_pos = unistring::npos; in lookup_probable_account() local
151 if (last_match_pos == unistring::npos ? in lookup_probable_account()
152 index == 0 && pos == 0 : pos == last_match_pos + 1) { in lookup_probable_account()
161 last_match_pos = pos; in lookup_probable_account()
174 bool in_order_match = (last_match_pos != unistring::npos && in lookup_probable_account()
175 pos > last_match_pos); in lookup_probable_account()
198 last_match_pos = pos; in lookup_probable_account()
204 last_match_pos = unistring::npos; in lookup_probable_account()
/dports/devel/py-tables/tables-3.6.1/c-blosc/internal-complibs/lz4-1.8.3/
H A Dlz4hc.c1188 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1228 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1234 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1236 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1271 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1319 last_match_pos = pos; in LZ4HC_compress_optimal()
1331 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1336 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1337 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1338 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/lz4/
H A Dlz4hc.c1318 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1358 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1364 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1366 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1401 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1449 last_match_pos = pos; in LZ4HC_compress_optimal()
1461 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1467 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1468 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1469 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/games/pioneer/pioneer-20210723/contrib/lz4/
H A Dlz4hc.c1251 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1291 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1297 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1299 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1334 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1382 last_match_pos = pos; in LZ4HC_compress_optimal()
1394 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1400 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1401 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1402 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/archivers/py-lz4/lz4-2.1.10/lz4libs/
H A Dlz4hc.c1251 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1291 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1297 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1299 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1334 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1382 last_match_pos = pos; in LZ4HC_compress_optimal()
1394 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1400 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1401 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1402 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/extra/lz4/
H A Dlz4hc.c1294 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1334 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1340 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1342 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1377 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1425 last_match_pos = pos; in LZ4HC_compress_optimal()
1437 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1443 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1444 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1445 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/lz4/lib/
H A Dlz4hc.c1251 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1291 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1297 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1299 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1334 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1382 last_match_pos = pos; in LZ4HC_compress_optimal()
1394 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1400 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1401 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1402 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/src/
H A Dlz4hc.c1313 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1353 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1359 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1361 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1396 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1444 last_match_pos = pos; in LZ4HC_compress_optimal()
1456 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1462 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1463 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1464 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/devel/efl/efl-1.25.1/src/static_libs/lz4/
H A Dlz4hc.c1313 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1353 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1359 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1361 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1396 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1444 last_match_pos = pos; in LZ4HC_compress_optimal()
1456 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1462 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1463 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1464 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/lz4/
H A Dlz4hc.c1251 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1291 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1297 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1299 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1334 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1382 last_match_pos = pos; in LZ4HC_compress_optimal()
1394 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1400 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1401 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1402 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/lang/chez-scheme/ChezScheme-9.5.4/lz4/lib/
H A Dlz4hc.c1313 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1353 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1359 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1361 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1396 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1444 last_match_pos = pos; in LZ4HC_compress_optimal()
1456 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1462 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1463 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1464 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/third-party/lz4/src/
H A Dlz4hc.c1274 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1314 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1320 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1322 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1357 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1405 last_match_pos = pos; in LZ4HC_compress_optimal()
1417 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1423 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1424 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1425 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/lang/racket/racket-8.3/src/ChezScheme/lz4/lib/
H A Dlz4hc.c1201 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1241 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1247 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1249 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1284 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1332 last_match_pos = pos; in LZ4HC_compress_optimal()
1344 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1349 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1350 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1351 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/lz4/lib/
H A Dlz4hc.c1201 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1241 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1247 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1249 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1284 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1332 last_match_pos = pos; in LZ4HC_compress_optimal()
1344 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1349 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1350 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1351 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/lz4/vtklz4/lib/
H A Dlz4hc.c1358 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1401 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1407 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1409 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1444 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1492 last_match_pos = pos; in LZ4HC_compress_optimal()
1504 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1510 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1511 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1512 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Dlz4hc.c1358 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1401 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1407 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1409 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1444 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1492 last_match_pos = pos; in LZ4HC_compress_optimal()
1504 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1510 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1511 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1512 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/mfbt/lz4/
H A Dlz4hc.c1362 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1405 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1411 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1413 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1448 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1496 last_match_pos = pos; in LZ4HC_compress_optimal()
1508 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1514 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1515 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1516 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/archivers/liblz4/lz4-1.9.3/lib/
H A Dlz4hc.c1358 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1401 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1407 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1409 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1444 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1492 last_match_pos = pos; in LZ4HC_compress_optimal()
1504 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1510 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1511 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1512 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/lz4/
H A Dlz4hc.c1362 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1405 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1411 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1413 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1448 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1496 last_match_pos = pos; in LZ4HC_compress_optimal()
1508 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1514 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1515 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1516 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/extra/lz4/lz4-1.9.3/
H A Dlz4hc.c1358 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1401 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1407 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1409 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1444 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1492 last_match_pos = pos; in LZ4HC_compress_optimal()
1504 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1510 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1511 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1512 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/lz4-1.9.3/
H A Dlz4hc.c1358 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1401 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1407 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1409 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1444 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1492 last_match_pos = pos; in LZ4HC_compress_optimal()
1504 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1510 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1511 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1512 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/lz4-1.9.3/
H A Dlz4hc.c1358 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1401 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1407 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1409 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1444 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1492 last_match_pos = pos; in LZ4HC_compress_optimal()
1504 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1510 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1511 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1512 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/extra/lz4/lz4-1.9.3/
H A Dlz4hc.c1358 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1401 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1407 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1409 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1444 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1492 last_match_pos = pos; in LZ4HC_compress_optimal()
1504 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1510 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1511 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1512 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/extra/lz4/lz4-1.9.3/
H A Dlz4hc.c1358 int cur, last_match_pos = 0; in LZ4HC_compress_optimal() local
1401 last_match_pos = firstMatch.len; in LZ4HC_compress_optimal()
1407 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1409 last_match_pos+addLit, opt[last_match_pos+addLit].price, addLit); in LZ4HC_compress_optimal()
1444 last_match_pos = cur + 1; in LZ4HC_compress_optimal()
1492 last_match_pos = pos; in LZ4HC_compress_optimal()
1504 … opt[last_match_pos+addLit].price = opt[last_match_pos].price + LZ4HC_literalsPrice(addLit); in LZ4HC_compress_optimal()
1510 best_mlen = opt[last_match_pos].mlen; in LZ4HC_compress_optimal()
1511 best_off = opt[last_match_pos].off; in LZ4HC_compress_optimal()
1512 cur = last_match_pos - best_mlen; in LZ4HC_compress_optimal()
[all …]

12