Searched refs:current2 (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/lib/zstd/compress/ |
D | zstd_double_fast.c | 271 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_generic() local 272 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_generic() 283 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_generic() 284 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_generic() 474 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_extDict_generic() local 475 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic() 484 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic() 485 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic()
|
D | zstd_fast.c | 325 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_fast_dictMatchState_generic() local 326 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_dictMatchState_generic() 336 hashTable[ZSTD_hashPtr(ip, hlog, mls)] = current2; in ZSTD_compressBlock_fast_dictMatchState_generic() 453 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_fast_extDict_generic() local 454 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_extDict_generic() 462 hashTable[ZSTD_hashPtr(ip, hlog, mls)] = current2; in ZSTD_compressBlock_fast_extDict_generic()
|
D | zstd_lazy.c | 1085 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_lazy_generic() local 1086 U32 const repIndex = current2 - offset_2; in ZSTD_compressBlock_lazy_generic()
|