Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dzstd_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()
H A Dzstd_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()
H A Dzstd_lazy.c914 const U32 dictAndPrefixLength = (U32)((ip - prefixLowest) + (dictEnd - dictLowest)); in ZSTD_compressBlock_lazy_generic() local
921 ip += (dictAndPrefixLength == 0); in ZSTD_compressBlock_lazy_generic()
932 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_lazy_generic()
933 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_lazy_generic()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c17461 const U32 dictAndPrefixLength = (U32)((ip - prefixLowest) + (dictEnd - dictStart)); in ZSTD_compressBlock_doubleFast_generic() local
17473 ip += (dictAndPrefixLength == 0); in ZSTD_compressBlock_doubleFast_generic()
17484 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_doubleFast_generic()
17485 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_doubleFast_generic()
18122 const U32 dictAndPrefixLength = (U32)(ip - prefixStart + dictEnd - dictStart); in ZSTD_compressBlock_fast_dictMatchState_generic() local
18138 ip += (dictAndPrefixLength == 0); in ZSTD_compressBlock_fast_dictMatchState_generic()
18141 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_fast_dictMatchState_generic()
18142 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_fast_dictMatchState_generic()
19053 ip += (dictAndPrefixLength == 0); in ZSTD_compressBlock_lazy_generic()
19064 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_lazy_generic()
[all …]