Home
last modified time | relevance | path

Searched refs:dictAndPrefixLength (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/sys/contrib/openzfs/module/zstd/lib/compress/
HDzstd_fast.c235 const U32 dictAndPrefixLength = (U32)(ip - prefixStart + dictEnd - dictStart); in ZSTD_compressBlock_fast_dictMatchState_generic() local
251 ip += (dictAndPrefixLength == 0); in ZSTD_compressBlock_fast_dictMatchState_generic()
254 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_fast_dictMatchState_generic()
255 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_fast_dictMatchState_generic()
HDzstd_double_fast.c97 const U32 dictAndPrefixLength = (U32)((ip - prefixLowest) + (dictEnd - dictStart)); in ZSTD_compressBlock_doubleFast_generic() local
109 ip += (dictAndPrefixLength == 0); in ZSTD_compressBlock_doubleFast_generic()
120 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_doubleFast_generic()
121 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_doubleFast_generic()
HDzstd_lazy.c663 const U32 dictAndPrefixLength = (U32)((ip - prefixLowest) + (dictEnd - dictLowest)); in ZSTD_compressBlock_lazy_generic() local
668 ip += (dictAndPrefixLength == 0); in ZSTD_compressBlock_lazy_generic()
679 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_lazy_generic()
680 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_lazy_generic()
/freebsd-14-stable/sys/contrib/zstd/lib/compress/
HDzstd_fast.c400 const U32 dictAndPrefixLength = (U32)(ip - prefixStart + dictEnd - dictStart); in ZSTD_compressBlock_fast_dictMatchState_generic() local
418 ip += (dictAndPrefixLength == 0); in ZSTD_compressBlock_fast_dictMatchState_generic()
421 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_fast_dictMatchState_generic()
422 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_fast_dictMatchState_generic()
HDzstd_double_fast.c291 const U32 dictAndPrefixLength = (U32)((ip - prefixLowest) + (dictEnd - dictStart)); in ZSTD_compressBlock_doubleFast_dictMatchState_generic() local
299 ip += (dictAndPrefixLength == 0); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
303 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
304 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_doubleFast_dictMatchState_generic()
HDzstd_lazy.c1506 const U32 dictAndPrefixLength = (U32)((ip - prefixLowest) + (dictEnd - dictLowest)); in ZSTD_compressBlock_lazy_generic() local
1511 ip += (dictAndPrefixLength == 0); in ZSTD_compressBlock_lazy_generic()
1522 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_lazy_generic()
1523 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_lazy_generic()