Searched refs:offset_2 (Results 1 – 3 of 3) sorted by relevance
69 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_doubleFast_noDict_generic() local103 if (offset_2 > maxRep) offsetSaved = offset_2, offset_2 = 0; in ZSTD_compressBlock_doubleFast_noDict_generic()180 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_doubleFast_noDict_generic()206 offset_2 = offset_1; in ZSTD_compressBlock_doubleFast_noDict_generic()239 && ( (offset_2>0) in ZSTD_compressBlock_doubleFast_noDict_generic()277 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local419 offset_2 = offset_1; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()465 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_doubleFast_dictMatchState_generic()597 offset_2 = offset_1; in ZSTD_compressBlock_doubleFast_extDict_generic()622 offset_2 = offset_1; in ZSTD_compressBlock_doubleFast_extDict_generic()[all …]
389 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_dictMatchState_generic() local422 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_fast_dictMatchState_generic()460 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()475 offset_2 = offset_1; in ZSTD_compressBlock_fast_dictMatchState_generic()493 U32 const repIndex2 = current2 - offset_2; 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()515 rep[1] = offset_2 ? offset_2 : offsetSaved; in ZSTD_compressBlock_fast_dictMatchState_generic()572 U32 offset_1=rep[0], offset_2=rep[1]; in ZSTD_compressBlock_fast_extDict_generic() local629 U32 const repIndex2 = current2 - offset_2; 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()[all …]
1515 if (offset_2 > maxRep) savedOffset = offset_2, offset_2 = 0; in ZSTD_compressBlock_lazy_generic()1522 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_lazy_generic()1681 U32 const repIndex = current2 - offset_2; in ZSTD_compressBlock_lazy_generic()1689 …offcode = offset_2; offset_2 = offset_1; offset_1 = (U32)offcode; /* swap offset_2 <=> offset_1 … in ZSTD_compressBlock_lazy_generic()1700 while ( ((ip <= ilimit) & (offset_2>0)) in ZSTD_compressBlock_lazy_generic()1704 … offcode = offset_2; offset_2 = offset_1; offset_1 = (U32)offcode; /* swap repcodes */ in ZSTD_compressBlock_lazy_generic()1713 rep[1] = offset_2 ? offset_2 : savedOffset; in ZSTD_compressBlock_lazy_generic()1885 U32 offset_1 = rep[0], offset_2 = rep[1]; in ZSTD_compressBlock_lazy_extDict_generic() local2023 const U32 repIndex = repCurrent - offset_2; in ZSTD_compressBlock_lazy_extDict_generic()2032 … offcode = offset_2; offset_2 = offset_1; offset_1 = (U32)offcode; /* swap offset history */ in ZSTD_compressBlock_lazy_extDict_generic()[all …]
Completed in 13 milliseconds