Searched refs:offset_1 (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c68 U32 offset_1=rep[0], offset_2=rep[1]; local
79 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0;
101 BYTE const* repMatch = ip2 - offset_1;
115 if ((offset_1 > 0) & (MEM_read32(repMatch) == MEM_read32(ip2))) {
141 offset_2 = offset_1;
142 offset_1 = (U32)(ip0-match0);
143 offcode = offset_1 + ZSTD_REP_MOVE;
167 { U32 const tmpOff = offset_2; offset_2 = offset_1; offset_
224 U32 offset_1=rep[0], offset_2=rep[1]; local
399 U32 offset_1=rep[0], offset_2=rep[1]; local
[all...]
H A Dzstd_double_fast.c71 U32 offset_1=rep[0], offset_2=rep[1]; local
115 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0;
120 assert(offset_1 <= dictAndPrefixLength);
137 const U32 repIndex = curr + 1 - offset_1;
157 && ((offset_1 > 0) & (MEM_read32(ip+1-offset_1) == MEM_read32(ip+1)))) {
158 mLength = ZSTD_count(ip+1+4, ip+1+4-offset_1, iend) + 4;
250 offset_2 = offset_1;
384 U32 offset_1=rep[0], offset_2=rep[1]; local
[all...]
H A Dzstd_lazy.c901 U32 offset_1 = rep[0], offset_2 = rep[1], savedOffset=0; local
927 if (offset_1 > maxRep) savedOffset = offset_1, offset_1 = 0;
932 assert(offset_1 <= dictAndPrefixLength);
950 const U32 repIndex = (U32)(ip - base) + 1 - offset_1;
963 && ((offset_1 > 0) & (MEM_read32(ip+1-offset_1) == MEM_read32(ip+1)))) {
964 matchLength = ZSTD_count(ip+1+4, ip+1+4-offset_1, iend) + 4;
985 && (offset) && ((offset_1>
1227 U32 offset_1 = rep[0], offset_2 = rep[1]; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17435 U32 offset_1=rep[0], offset_2=rep[1]; local
17479 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0;
17484 assert(offset_1 <= dictAndPrefixLength);
17501 const U32 repIndex = current + 1 - offset_1;
17521 && ((offset_1 > 0) & (MEM_read32(ip+1-offset_1) == MEM_read32(ip+1)))) {
17522 mLength = ZSTD_count(ip+1+4, ip+1+4-offset_1, iend) + 4;
17614 offset_2 = offset_1;
17748 U32 offset_1=rep[0], offset_2=rep[1]; local
17955 U32 offset_1=rep[0], offset_2=rep[1]; local
18111 U32 offset_1=rep[0], offset_2=rep[1]; local
18286 U32 offset_1=rep[0], offset_2=rep[1]; local
19034 U32 offset_1 = rep[0], offset_2 = rep[1], savedOffset=0; local
19338 U32 offset_1 = rep[0], offset_2 = rep[1]; local
[all...]

Completed in 223 milliseconds