Home
last modified time | relevance | path

Searched refs:current0 (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_fast.c97 U32 const current0 = (U32)(ip0-base); in ZSTD_compressBlock_fast_generic() local
110 hashTable[h0] = current0; /* update hash table */ in ZSTD_compressBlock_fast_generic()
159 assert(base+current0+2 > istart); /* check base overflow */ in ZSTD_compressBlock_fast_generic()
160 …hashTable[ZSTD_hashPtr(base+current0+2, hlog, mls)] = current0+2; /* here because current+2 could… in ZSTD_compressBlock_fast_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17984 U32 const current0 = (U32)(ip0-base); in ZSTD_compressBlock_fast_generic() local
17997 hashTable[h0] = current0; /* update hash table */ in ZSTD_compressBlock_fast_generic()
18046 assert(base+current0+2 > istart); /* check base overflow */ in ZSTD_compressBlock_fast_generic()
18047 …hashTable[ZSTD_hashPtr(base+current0+2, hlog, mls)] = current0+2; /* here because current+2 could… in ZSTD_compressBlock_fast_generic()