Searched refs:current2 (Results 1 - 3 of 3) sorted by path

/linux-master/lib/zstd/compress/
H A Dzstd_double_fast.c441 U32 const current2 = (U32)(ip-base); local
442 U32 const repIndex2 = current2 - offset_2;
452 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2;
453 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2;
647 U32 const current2 = (U32)(ip-base); local
648 U32 const repIndex2 = current2 - offset_2;
651 & (offset_2 <= current2 - dictStartIndex))
657 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2;
658 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2;
H A Dzstd_fast.c492 U32 const current2 = (U32)(ip-base); local
493 U32 const repIndex2 = current2 - offset_2;
503 hashTable[ZSTD_hashPtr(ip, hlog, mls)] = current2;
628 U32 const current2 = (U32)(ip-base); local
629 U32 const repIndex2 = current2 - offset_2;
637 hashTable[ZSTD_hashPtr(ip, hlog, mls)] = current2;
H A Dzstd_lazy.c1680 U32 const current2 = (U32)(ip-base); local
1681 U32 const repIndex = current2 - offset_2;

Completed in 183 milliseconds