Home
last modified time | relevance | path

Searched refs:offset_1 (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/aarch64/
H A Daarch64-ldpstp.md30 rtx base, offset_1, offset_2;
50 rtx base, offset_1, offset_2;
70 rtx base, offset_1, offset_2;
90 rtx base, offset_1, offset_2;
110 rtx base, offset_1, offset_2;
130 rtx base, offset_1, offset_2;
153 rtx base, offset_1, offset_2;
173 rtx base, offset_1, offset_2;
203 rtx base, offset_1, offset_2;
235 rtx base, offset_1, offset_2;
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/aarch64/
H A Daarch64-ldpstp.md30 rtx base, offset_1, offset_2;
50 rtx base, offset_1, offset_2;
70 rtx base, offset_1, offset_2;
90 rtx base, offset_1, offset_2;
110 rtx base, offset_1, offset_2;
130 rtx base, offset_1, offset_2;
153 rtx base, offset_1, offset_2;
173 rtx base, offset_1, offset_2;
203 rtx base, offset_1, offset_2;
235 rtx base, offset_1, offset_2;
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/aarch64/
H A Daarch64-ldpstp.md30 rtx base, offset_1, offset_2;
50 rtx base, offset_1, offset_2;
70 rtx base, offset_1, offset_2;
90 rtx base, offset_1, offset_2;
110 rtx base, offset_1, offset_2;
130 rtx base, offset_1, offset_2;
153 rtx base, offset_1, offset_2;
173 rtx base, offset_1, offset_2;
203 rtx base, offset_1, offset_2;
235 rtx base, offset_1, offset_2;
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/aarch64/
H A Daarch64-ldpstp.md30 rtx base, offset_1, offset_2;
50 rtx base, offset_1, offset_2;
70 rtx base, offset_1, offset_2;
90 rtx base, offset_1, offset_2;
110 rtx base, offset_1, offset_2;
130 rtx base, offset_1, offset_2;
153 rtx base, offset_1, offset_2;
173 rtx base, offset_1, offset_2;
203 rtx base, offset_1, offset_2;
235 rtx base, offset_1, offset_2;
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/aarch64/
H A Daarch64-ldpstp.md30 rtx base, offset_1, offset_2;
50 rtx base, offset_1, offset_2;
70 rtx base, offset_1, offset_2;
90 rtx base, offset_1, offset_2;
110 rtx base, offset_1, offset_2;
130 rtx base, offset_1, offset_2;
153 rtx base, offset_1, offset_2;
173 rtx base, offset_1, offset_2;
203 rtx base, offset_1, offset_2;
235 rtx base, offset_1, offset_2;
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/aarch64/
H A Daarch64-ldpstp.md30 rtx base, offset_1, offset_2;
50 rtx base, offset_1, offset_2;
70 rtx base, offset_1, offset_2;
90 rtx base, offset_1, offset_2;
110 rtx base, offset_1, offset_2;
130 rtx base, offset_1, offset_2;
153 rtx base, offset_1, offset_2;
173 rtx base, offset_1, offset_2;
203 rtx base, offset_1, offset_2;
235 rtx base, offset_1, offset_2;
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/config/aarch64/
H A Daarch64-ldpstp.md30 rtx base, offset_1, offset_2;
50 rtx base, offset_1, offset_2;
70 rtx base, offset_1, offset_2;
90 rtx base, offset_1, offset_2;
110 rtx base, offset_1, offset_2;
130 rtx base, offset_1, offset_2;
153 rtx base, offset_1, offset_2;
173 rtx base, offset_1, offset_2;
203 rtx base, offset_1, offset_2;
235 rtx base, offset_1, offset_2;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/aarch64/
H A Daarch64-ldpstp.md30 rtx base, offset_1, offset_2;
50 rtx base, offset_1, offset_2;
70 rtx base, offset_1, offset_2;
90 rtx base, offset_1, offset_2;
110 rtx base, offset_1, offset_2;
130 rtx base, offset_1, offset_2;
153 rtx base, offset_1, offset_2;
173 rtx base, offset_1, offset_2;
203 rtx base, offset_1, offset_2;
235 rtx base, offset_1, offset_2;
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/zstd/lib/compress/
H A Dzstd_fast.c47 U32 offset_1=seqStorePtr->rep[0], offset_2=seqStorePtr->rep[1]; in ZSTD_compressBlock_fast_generic() local
54 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
66 if ((offset_1 > 0) & (MEM_read32(ip+1-offset_1) == MEM_read32(ip+1))) { in ZSTD_compressBlock_fast_generic()
67 mLength = ZSTD_count(ip+1+4, ip+1+4-offset_1, iend) + 4; in ZSTD_compressBlock_fast_generic()
79 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
80 offset_1 = offset; in ZSTD_compressBlock_fast_generic()
99 …{ U32 const tmpOff = offset_2; offset_2 = offset_1; offset_1 = tmpOff; } /* swap offset_2 <=> off… in ZSTD_compressBlock_fast_generic()
108 seqStorePtr->repToConfirm[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
187 offset_2 = offset_1; in ZSTD_compressBlock_fast_extDict_generic()
188 offset_1 = offset; in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/go.mongodb.org/mongo-driver/vendor/github.com/DataDog/zstd/
H A Dzstd_fast.c74 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
124 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
125 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
164 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
272 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
273 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
287 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
288 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
326 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
412 offset_1 = offset; in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/lib/compress/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
141 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
293 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
294 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
308 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
309 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/algorithms/zstd/lib/compress/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
141 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
293 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
294 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
308 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
309 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/archivers/py-zstd/zstd-1.5.0.4/zstd/lib/compress/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
141 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
293 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
294 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
308 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
309 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/archivers/zstd/zstd-1.5.0/lib/compress/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
141 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
293 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
294 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
308 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
309 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
141 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
293 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
294 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
308 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
309 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/converters/p5-Sereal-Encoder/Sereal-Encoder-4.018/zstd/compress/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
141 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
293 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
294 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
308 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
309 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/converters/p5-Sereal-Decoder/Sereal-Decoder-4.018/zstd/compress/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
141 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
293 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
294 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
308 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
309 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/archivers/c-blosc/c-blosc-1.21.0/internal-complibs/zstd-1.4.8/compress/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
141 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
293 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
294 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
308 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
309 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/archivers/c-blosc2/c-blosc2-2.0.4/internal-complibs/zstd-1.5.0/compress/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
141 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
293 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
294 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
308 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
309 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/a12/external/zstd/compress/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
141 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
293 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
294 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
308 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
309 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/mail/rspamd/rspamd-3.1/contrib/zstd/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
141 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
293 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
294 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
308 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
309 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/zstd/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
141 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
293 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
294 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
308 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
309 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/zstd/lib/compress/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0;
141 offset_2 = offset_1;
142 offset_1 = (U32)(ip0-match0);
178 rep[0] = offset_1 ? offset_1 : offsetSaved;
293 offset_2 = offset_1;
294 offset_1 = offset;
308 offset_2 = offset_1;
309 offset_1 = offset;
347 rep[0] = offset_1 ? offset_1 : offsetSaved;
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/lib/compress/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
141 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
293 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
294 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
308 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
309 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Utilities/cmzstd/lib/compress/
H A Dzstd_fast.c79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_generic()
141 offset_2 = offset_1; in ZSTD_compressBlock_fast_generic()
142 offset_1 = (U32)(ip0-match0); in ZSTD_compressBlock_fast_generic()
178 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_generic()
293 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
294 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
308 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
309 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
347 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
441 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
[all …]

12345678910>>...14