Lines Matching refs:offset_2
500 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_dictMatchState_generic() local
537 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_fast_dictMatchState_generic()
591 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
609 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
646 U32 const repIndex2 = current2 - offset_2; 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()
673 rep[1] = offset_2; in ZSTD_compressBlock_fast_dictMatchState_generic()
731 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_extDict_generic() local
765 if (offset_2 >= maxRep) offsetSaved2 = offset_2, offset_2 = 0; in ZSTD_compressBlock_fast_extDict_generic()
894 rep[1] = offset_2 ? offset_2 : offsetSaved2; in ZSTD_compressBlock_fast_extDict_generic()
906 offset_2 = offset_1; in ZSTD_compressBlock_fast_extDict_generic()
942 U32 const repIndex2 = (U32)(ip0-base) - offset_2; in ZSTD_compressBlock_fast_extDict_generic()
944 if ( ((ZSTD_index_overlap_check(prefixStartIndex, repIndex2)) & (offset_2 > 0)) 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()