Searched refs:current2 (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_double_fast.c | 273 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_generic() local 274 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_generic() 285 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_generic() 286 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_generic() 476 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_extDict_generic() local 477 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic() 480 & (offset_2 < current2 - dictStartIndex)) in ZSTD_compressBlock_doubleFast_extDict_generic() 486 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic() 487 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic()
|
H A 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()
|
H A D | zstd_lazy.c | 830 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_lazy_generic() local 831 U32 const repIndex = current2 - offset_2; in ZSTD_compressBlock_lazy_generic()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_double_fast.c | 441 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local 442 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 452 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 453 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_dictMatchState_generic() 647 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_extDict_generic() local 648 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic() 651 & (offset_2 <= current2 - dictStartIndex)) in ZSTD_compressBlock_doubleFast_extDict_generic() 657 hashSmall[ZSTD_hashPtr(ip, hBitsS, mls)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic() 658 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic()
|
H A D | zstd_fast.c | 492 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_fast_dictMatchState_generic() local 493 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_dictMatchState_generic() 503 hashTable[ZSTD_hashPtr(ip, hlog, mls)] = current2; in ZSTD_compressBlock_fast_dictMatchState_generic() 628 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_fast_extDict_generic() local 629 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_extDict_generic() 637 hashTable[ZSTD_hashPtr(ip, hlog, mls)] = current2; in ZSTD_compressBlock_fast_extDict_generic()
|
H A D | zstd_lazy.c | 1682 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_lazy_generic() local 1683 U32 const repIndex = current2 - offset_2; in ZSTD_compressBlock_lazy_generic()
|