Lines Matching refs:offset_1
500 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_dictMatchState_generic() local
536 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_fast_dictMatchState_generic()
558 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
591 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
592 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
609 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
610 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
654 …U32 tmpOffset = offset_2; offset_2 = offset_1; offset_1 = tmpOffset; /* swap offset_2 <=> offset… in ZSTD_compressBlock_fast_dictMatchState_generic()
672 rep[0] = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
731 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_extDict_generic() local
757 DEBUGLOG(5, "ZSTD_compressBlock_fast_extDict_generic (offset_1=%u)", offset_1); in ZSTD_compressBlock_fast_extDict_generic()
766 if (offset_1 >= maxRep) offsetSaved1 = offset_1, offset_1 = 0; in ZSTD_compressBlock_fast_extDict_generic()
793 U32 const repIndex = current2 - offset_1; in ZSTD_compressBlock_fast_extDict_generic()
797 & (offset_1 > 0) ) { in ZSTD_compressBlock_fast_extDict_generic()
890 offsetSaved2 = ((offsetSaved1 != 0) && (offset_1 != 0)) ? offsetSaved1 : offsetSaved2; in ZSTD_compressBlock_fast_extDict_generic()
893 rep[0] = offset_1 ? offset_1 : offsetSaved1; in ZSTD_compressBlock_fast_extDict_generic()
906 offset_2 = offset_1; in ZSTD_compressBlock_fast_extDict_generic()
907 offset_1 = offset; in ZSTD_compressBlock_fast_extDict_generic()
948 …{ U32 const tmpOffset = offset_2; offset_2 = offset_1; offset_1 = tmpOffset; } /* swap offset_2 <… in ZSTD_compressBlock_fast_extDict_generic()