Lines Matching refs:offset_1

389     U32 offset_1=rep[0], offset_2=rep[1];  in ZSTD_compressBlock_fast_dictMatchState_generic()  local
421 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_fast_dictMatchState_generic()
431 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
460 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
461 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
475 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()
476 offset_1 = offset; in ZSTD_compressBlock_fast_dictMatchState_generic()
501 …U32 tmpOffset = offset_2; offset_2 = offset_1; offset_1 = tmpOffset; /* swap offset_2 <=> offset… in ZSTD_compressBlock_fast_dictMatchState_generic()
514 rep[0] = offset_1 ? offset_1 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()
572 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_extDict_generic() local
576 DEBUGLOG(5, "ZSTD_compressBlock_fast_extDict_generic (offset_1=%u)", offset_1); in ZSTD_compressBlock_fast_extDict_generic()
589 const U32 repIndex = curr + 1 - offset_1; in ZSTD_compressBlock_fast_extDict_generic()
593 DEBUGLOG(7, "offset_1 = %u , curr = %u", offset_1, curr); in ZSTD_compressBlock_fast_extDict_generic()
596 & (offset_1 <= curr+1 - dictStartIndex) ) /* note: we are searching at curr+1 */ in ZSTD_compressBlock_fast_extDict_generic()
616 offset_2 = offset_1; offset_1 = offset; /* update offset history */ in ZSTD_compressBlock_fast_extDict_generic()
635 …{ U32 const tmpOffset = offset_2; offset_2 = offset_1; offset_1 = tmpOffset; } /* swap offset_2 <… in ZSTD_compressBlock_fast_extDict_generic()
646 rep[0] = offset_1; in ZSTD_compressBlock_fast_extDict_generic()