Lines Matching refs:current2

17635                     U32 const current2 = (U32)(ip-base);  in ZSTD_compressBlock_doubleFast_generic()  local
17636 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_generic()
17647 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_generic()
17648 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_generic()
17838 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_extDict_generic() local
17839 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic()
17848 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic()
17849 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic()
18210 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_fast_dictMatchState_generic() local
18211 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_dictMatchState_generic()
18221 hashTable[ZSTD_hashPtr(ip, hlog, mls)] = current2; in ZSTD_compressBlock_fast_dictMatchState_generic()
18338 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_fast_extDict_generic() local
18339 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_extDict_generic()
18347 hashTable[ZSTD_hashPtr(ip, hlog, mls)] = current2; in ZSTD_compressBlock_fast_extDict_generic()
19213 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_lazy_generic() local
19214 U32 const repIndex = current2 - offset_2; in ZSTD_compressBlock_lazy_generic()