Searched refs:current2 (Results 1 – 3 of 3) sorted by relevance
| /linux/lib/zstd/compress/ |
| H A D | zstd_double_fast.c | 520 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 521 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 531 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 532 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 728 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_extDict_generic() local 729 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic() 732 & (offset_2 <= current2 - dictStartIndex)) in ZSTD_compressBlock_doubleFast_extDict_generic() 738 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic() 739 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic()
|
| H A D | zstd_fast.c | 645 U32 const current2 = (U32)(ip0-base); in ZSTD_compressBlock_fast_dictMatchState_generic() local 646 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_dictMatchState_generic() 656 hashTable[ZSTD_hashPtr(ip0, hlog, mls)] = current2; in ZSTD_compressBlock_fast_dictMatchState_generic() 792 U32 const current2 = (U32)(ip2 - base); in ZSTD_compressBlock_fast_extDict_generic() local 793 U32 const repIndex = current2 - offset_1; in ZSTD_compressBlock_fast_extDict_generic()
|
| H A D | zstd_lazy.c | 1739 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_lazy_generic() local 1740 U32 const repIndex = current2 - offset_2; in ZSTD_compressBlock_lazy_generic()
|