Home
last modified time | relevance | path

Searched refs:repcodes_t (Results 26 – 50 of 116) sorted by relevance

12345

/dports/x11/arcan-trayicon/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_opt.c1070 ZSTD_STATIC_ASSERT(sizeof(opt[cur].rep) == sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()
1074repcodes_t newReps = ZSTD_updateRep(opt[prev].rep, opt[cur].off, opt[cur].litlen==0); in ZSTD_compressBlock_opt_generic()
1075 ZSTD_memcpy(opt[cur].rep, &newReps, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()
1077 ZSTD_memcpy(opt[cur].rep, opt[cur - 1].rep, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()
1163repcodes_t reps = ZSTD_updateRep(opt[cur].rep, lastSequence.off, lastSequence.litlen==0); in ZSTD_compressBlock_opt_generic()
1166 ZSTD_memcpy(rep, opt[cur].rep, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/lib/compress/
H A Dzstd_opt.c1064 ZSTD_STATIC_ASSERT(sizeof(opt[cur].rep) == sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()
1068repcodes_t newReps = ZSTD_updateRep(opt[prev].rep, opt[cur].off, opt[cur].litlen==0); in ZSTD_compressBlock_opt_generic()
1069 ZSTD_memcpy(opt[cur].rep, &newReps, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()
1071 ZSTD_memcpy(opt[cur].rep, opt[cur - 1].rep, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()
1157repcodes_t reps = ZSTD_updateRep(opt[cur].rep, lastSequence.off, lastSequence.litlen==0); in ZSTD_compressBlock_opt_generic()
1160 ZSTD_memcpy(rep, opt[cur].rep, sizeof(repcodes_t)); in ZSTD_compressBlock_opt_generic()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/zstd/lib/compress/
H A Dzstd_opt.c752 } repcodes_t; typedef
754 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
756 repcodes_t newReps; in ZSTD_updateRep()
855 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
941 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/lib/compress/
H A Dzstd_opt.c804 } repcodes_t; typedef
806 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
808 repcodes_t newReps; in ZSTD_updateRep()
926 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
1012 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/lib/compress/
H A Dzstd_opt.c804 } repcodes_t; typedef
806 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
808 repcodes_t newReps; in ZSTD_updateRep()
926 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
1012 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/lib/compress/
H A Dzstd_opt.c804 } repcodes_t; typedef
806 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
808 repcodes_t newReps; in ZSTD_updateRep()
926 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
1012 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/lib/compress/
H A Dzstd_opt.c804 } repcodes_t; typedef
806 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
808 repcodes_t newReps; in ZSTD_updateRep()
926 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
1012 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/DataDog/zstd/
H A Dzstd_opt.c804 } repcodes_t; typedef
806 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
808 repcodes_t newReps; in ZSTD_updateRep()
926 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
1012 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/devel/mercurial/mercurial-6.0/contrib/python-zstandard/zstd/compress/
H A Dzstd_opt.c804 } repcodes_t; typedef
806 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
808 repcodes_t newReps; in ZSTD_updateRep()
926 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
1012 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/zstd/compress/
H A Dzstd_opt.c804 } repcodes_t; typedef
806 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
808 repcodes_t newReps; in ZSTD_updateRep()
926 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
1012 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/lib/compress/
H A Dzstd_opt.c804 } repcodes_t; typedef
806 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
808 repcodes_t newReps; in ZSTD_updateRep()
926 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
1012 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/lib/compress/
H A Dzstd_opt.c804 } repcodes_t; typedef
806 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
808 repcodes_t newReps; in ZSTD_updateRep()
926 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
1012 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/vendor/github.com/DataDog/zstd/
H A Dzstd_opt.c790 } repcodes_t; typedef
792 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
794 repcodes_t newReps; in ZSTD_updateRep()
912 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
998 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/zstd/lib/compress/
H A Dzstd_opt.c804 } repcodes_t; typedef
806 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
808 repcodes_t newReps; in ZSTD_updateRep()
926 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
1012 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/zstd/compress/
H A Dzstd_opt.c804 } repcodes_t; typedef
806 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
808 repcodes_t newReps; in ZSTD_updateRep()
926 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
1012 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/devel/py-tables/tables-3.6.1/c-blosc/internal-complibs/zstd-1.3.8/compress/
H A Dzstd_opt.c775 } repcodes_t; typedef
777 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
779 repcodes_t newReps; in ZSTD_updateRep()
897 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
983 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/github.com/DataDog/zstd/
H A Dzstd_opt.c804 } repcodes_t; typedef
806 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
808 repcodes_t newReps; in ZSTD_updateRep()
926 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
1012 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/biology/plink/plink-ng-79b2df8c/2.0/zstd/lib/compress/
H A Dzstd_opt.c804 } repcodes_t; typedef
806 static repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
808 repcodes_t newReps; in ZSTD_updateRep()
926 repcodes_t const repHistory = ZSTD_updateRep(rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
1012 repcodes_t const repHistory = ZSTD_updateRep(opt[cur].rep, offset, ll0); in ZSTD_compressBlock_opt_generic()
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/algorithms/zstd/lib/compress/
H A Dzstd_compress_internal.h331 } repcodes_t; typedef
333 MEM_STATIC repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
335 repcodes_t newReps; in ZSTD_updateRep()
/dports/converters/p5-Sereal-Decoder/Sereal-Decoder-4.018/zstd/compress/
H A Dzstd_compress_internal.h331 } repcodes_t; typedef
333 MEM_STATIC repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
335 repcodes_t newReps; in ZSTD_updateRep()
/dports/converters/p5-Sereal-Encoder/Sereal-Encoder-4.018/zstd/compress/
H A Dzstd_compress_internal.h331 } repcodes_t; typedef
333 MEM_STATIC repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
335 repcodes_t newReps; in ZSTD_updateRep()
/dports/mail/rspamd/rspamd-3.1/contrib/zstd/
H A Dzstd_compress_internal.h331 } repcodes_t; typedef
333 MEM_STATIC repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
335 repcodes_t newReps; in ZSTD_updateRep()
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/zstd/
H A Dzstd_compress_internal.h331 } repcodes_t; typedef
333 MEM_STATIC repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
335 repcodes_t newReps; in ZSTD_updateRep()
/dports/devel/upp/upp/uppsrc/plugin/zstd/lib/
H A Dzstd_compress_internal.h331 } repcodes_t; typedef
333 MEM_STATIC repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
335 repcodes_t newReps; in ZSTD_updateRep()
/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/zstd-1.4.8/compress/
H A Dzstd_compress_internal.h394 } repcodes_t; typedef
396 MEM_STATIC repcodes_t ZSTD_updateRep(U32 const rep[3], U32 const offset, U32 const ll0) in ZSTD_updateRep()
398 repcodes_t newReps; in ZSTD_updateRep()

12345