Searched refs:current2 (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/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() 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 | 1083 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_lazy_generic() local 1084 U32 const repIndex = current2 - offset_2; in ZSTD_compressBlock_lazy_generic()
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 17637 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_generic() local 17638 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_generic() 17840 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_doubleFast_extDict_generic() local 17841 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_doubleFast_extDict_generic() 17851 hashLong[ZSTD_hashPtr(ip, hBitsL, 8)] = current2; in ZSTD_compressBlock_doubleFast_extDict_generic() 18212 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_fast_dictMatchState_generic() local 18213 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_dictMatchState_generic() 18340 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_fast_extDict_generic() local 18341 U32 const repIndex2 = current2 - offset_2; in ZSTD_compressBlock_fast_extDict_generic() 19215 U32 const current2 = (U32)(ip-base); in ZSTD_compressBlock_lazy_generic() local [all …]
|