Home
last modified time | relevance | path

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

/openbmc/linux/lib/zstd/compress/
H A Dzstd_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()
H A Dzstd_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()
H A Dzstd_lazy.c1507 const U32 dictAndPrefixLength = (U32)((ip - prefixLowest) + (dictEnd - dictLowest)); in ZSTD_compressBlock_lazy_generic() local
1510 ip += (dictAndPrefixLength == 0); in ZSTD_compressBlock_lazy_generic()
1521 assert(offset_1 <= dictAndPrefixLength); in ZSTD_compressBlock_lazy_generic()
1522 assert(offset_2 <= dictAndPrefixLength); in ZSTD_compressBlock_lazy_generic()