Searched refs:offset_1 (Results 1 - 3 of 3) sorted by path

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c69 U32 offset_1=rep[0], offset_2=rep[1]; local
104 if (offset_1 > maxRep) offsetSaved = offset_1, offset_1 = 0;
131 if ((offset_1 > 0) & (MEM_read32(ip+1-offset_1) == MEM_read32(ip+1))) {
132 mLength = ZSTD_count(ip+1+4, ip+1+4-offset_1, iend) + 4;
179 rep[0] = offset_1 ? offset_1 : offsetSaved;
206 offset_2 = offset_1;
277 U32 offset_1=rep[0], offset_2=rep[1]; local
555 U32 offset_1=rep[0], offset_2=rep[1]; local
[all...]
H A Dzstd_fast.c389 U32 offset_1=rep[0], offset_2=rep[1]; local
421 assert(offset_1 <= dictAndPrefixLength);
431 const U32 repIndex = curr + 1 - offset_1;
460 offset_2 = offset_1;
461 offset_1 = offset;
475 offset_2 = offset_1;
476 offset_1 = offset;
501 U32 tmpOffset = offset_2; offset_2 = offset_1; offset_1 = tmpOffset; /* swap offset_2 <=> offset_1 */
572 U32 offset_1=rep[0], offset_2=rep[1]; local
[all...]
H A Dzstd_lazy.c1494 U32 offset_1 = rep[0], offset_2 = rep[1], savedOffset=0; local
1516 if (offset_1 > maxRep) savedOffset = offset_1, offset_1 = 0;
1521 assert(offset_1 <= dictAndPrefixLength);
1546 const U32 repIndex = (U32)(ip - base) + 1 - offset_1;
1559 && ((offset_1 > 0) & (MEM_read32(ip+1-offset_1) == MEM_read32(ip+1)))) {
1560 matchLength = ZSTD_count(ip+1+4, ip+1+4-offset_1, iend) + 4;
1582 && (offcode) && ((offset_1>
1885 U32 offset_1 = rep[0], offset_2 = rep[1]; local
[all...]

Completed in 196 milliseconds